New version 27.16-1
- Install class shouldn't set the default boot fstype (#1463297) (vponcova) - Store testing logs properly (jkonecny) - Fix location of the blivet-gui user help (vtrefny) - netowrk: fix noipv6 option check regression (#1464297) (rvykydal) - Refactor imports in kickstart.py (jkonecny) - Use context manager to check KickstartError (jkonecny)
This commit is contained in:
parent
c50a11d4b0
commit
23aae811d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -107,3 +107,4 @@
|
|||||||
/anaconda-27.13.tar.bz2
|
/anaconda-27.13.tar.bz2
|
||||||
/anaconda-27.14.tar.bz2
|
/anaconda-27.14.tar.bz2
|
||||||
/anaconda-27.15.tar.bz2
|
/anaconda-27.15.tar.bz2
|
||||||
|
/anaconda-27.16.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 27.15
|
Version: 27.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -328,6 +328,14 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 26 2017 Martin Kolman <mkolman@redhat.com> - 27.16-1
|
||||||
|
- Install class shouldn't set the default boot fstype (#1463297) (vponcova)
|
||||||
|
- Store testing logs properly (jkonecny)
|
||||||
|
- Fix location of the blivet-gui user help (vtrefny)
|
||||||
|
- netowrk: fix noipv6 option check regression (#1464297) (rvykydal)
|
||||||
|
- Refactor imports in kickstart.py (jkonecny)
|
||||||
|
- Use context manager to check KickstartError (jkonecny)
|
||||||
|
|
||||||
* Wed Jun 21 2017 Martin Kolman <mkolman@redhat.com> - 27.15-1
|
* Wed Jun 21 2017 Martin Kolman <mkolman@redhat.com> - 27.15-1
|
||||||
- Honor --erroronfail kickstart option in cmdline mode (rvykydal)
|
- Honor --erroronfail kickstart option in cmdline mode (rvykydal)
|
||||||
- Fix import from a renamed module (#1462538) (vponcova)
|
- Fix import from a renamed module (#1462538) (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-27.15.tar.bz2) = 43f2a83f517a639f48e26db9860dc97c2748b633d84cb6de64154a0969a76d7d2d079156e62060f6686b71397287023b20938e7983558cb6ee962d9e6a41c959
|
SHA512 (anaconda-27.16.tar.bz2) = e2b97a4e06afad8a40c3db5de6a82c915c5df091e615e0324a114f7ab22c213668c0ad9ad1b0d340a5376d7c81c218240bf8b0a0b1c0219910cd07635d872d33
|
||||||
|
Loading…
Reference in New Issue
Block a user