diff --git a/.gitignore b/.gitignore index f2dcde2..6cebfd7 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ /anaconda-26.9.tar.bz2 /anaconda-26.10.tar.bz2 /anaconda-26.11.tar.bz2 +/anaconda-26.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b92c95f..4237984 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 26.11 -Release: 2%{?dist} +Version: 26.12 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -134,9 +134,7 @@ Requires: python3-iscsi-initiator-utils >= %{iscsiver} Requires: hfsplus-tools %endif %endif -%ifnarch aarch64 Requires: kexec-tools -%endif Requires: python3-pid Requires: python3-ordered-set >= 2.0.0 Requires: python3-wrapt @@ -327,6 +325,18 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Nov 17 2016 Martin Kolman - 26.12-1 +- Mock chroot environment is chosed by a git branch (jkonecny) +- Set Zanata branch from git-find-branch script (jkonecny) +- Add git-find-branch script for finding parent branch (jkonecny) +- fix pykickstart docks link (gitDeveloper) +- aarch64 now has kexec-tools (pbrobinson) +- Resolve directory ownership (mkolman) +- Fix user interaction config handling in image & directory install modes + (#1379106) (mkolman) +- tui: Available help system (vponcova) +- network: index team slave connection names starting with 1 (rvykydal) + * Sat Nov 12 2016 Dennis Gilmore - 26.11-2 - add Requires on systemd-udev for rhbz#1392591 diff --git a/sources b/sources index 1f9bdf8..0f8fb5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2af65ca620fe71e905ddfe3057305aa4 anaconda-26.11.tar.bz2 +4e94d1ba2cf85df954940f9870b65992 anaconda-26.12.tar.bz2