New version 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)
This commit is contained in:
Martin Kolman 2016-11-17 03:05:59 +01:00
parent 8719a3026b
commit ddcb9512da
3 changed files with 16 additions and 5 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@
/anaconda-26.9.tar.bz2
/anaconda-26.10.tar.bz2
/anaconda-26.11.tar.bz2
/anaconda-26.12.tar.bz2

View File

@ -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 <mkolman@redhat.com> - 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 <dennis@ausil.us> - 26.11-2
- add Requires on systemd-udev for rhbz#1392591

View File

@ -1 +1 @@
2af65ca620fe71e905ddfe3057305aa4 anaconda-26.11.tar.bz2
4e94d1ba2cf85df954940f9870b65992 anaconda-26.12.tar.bz2