New version 30.14-1
- Require password confirmation in GUI (#1584064) (mkolman) - Run zipl again after generating initramfs (#1652727) (vponcova) - Preserve the boot option zfcp.allow_lun_scan (#1561662) (vponcova) - Don't allow /boot on LVM (#1641986) (vponcova) - The encoding should be always set to UTF-8 (#1642857) (vponcova) - Make sure fips is correctly enabled on target system (#1619568) (mkolman) - Remove workaround for bd_s390_dasd_online (vponcova) - Clean up /run/install (#1562239) (vponcova) - Make it possible to exit empty user spoke (#1620135) (mkolman) - Don't allow to use LDL DASD disks (#1635825) (vponcova) - Remove initThreading method from pyanaconda.threading (vponcova) - Drop the inst.noblscfg option (javierm)
This commit is contained in:
parent
02115ca0bc
commit
06a7339fd8
1
.gitignore
vendored
1
.gitignore
vendored
@ -169,3 +169,4 @@
|
||||
/anaconda-30.11.tar.bz2
|
||||
/anaconda-30.12.tar.bz2
|
||||
/anaconda-30.13.tar.bz2
|
||||
/anaconda-30.14.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 30.13
|
||||
Version: 30.14
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -359,6 +359,20 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 02 2019 Martin Kolman <mkolman@redhat.com> - 30.14-1
|
||||
- Require password confirmation in GUI (#1584064) (mkolman)
|
||||
- Run zipl again after generating initramfs (#1652727) (vponcova)
|
||||
- Preserve the boot option zfcp.allow_lun_scan (#1561662) (vponcova)
|
||||
- Don't allow /boot on LVM (#1641986) (vponcova)
|
||||
- The encoding should be always set to UTF-8 (#1642857) (vponcova)
|
||||
- Make sure fips is correctly enabled on target system (#1619568) (mkolman)
|
||||
- Remove workaround for bd_s390_dasd_online (vponcova)
|
||||
- Clean up /run/install (#1562239) (vponcova)
|
||||
- Make it possible to exit empty user spoke (#1620135) (mkolman)
|
||||
- Don't allow to use LDL DASD disks (#1635825) (vponcova)
|
||||
- Remove initThreading method from pyanaconda.threading (vponcova)
|
||||
- Drop the inst.noblscfg option (javierm)
|
||||
|
||||
* Tue Dec 04 2018 Martin Kolman <mkolman@redhat.com> - 30.13-1
|
||||
- Extend tests for the configuration support (vponcova)
|
||||
- Split the Anaconda configuration handler to more files (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-30.13.tar.bz2) = 47029112a4ed860ac164e55bd384409588015edb02a45b1a0530ee1a0ff5670fbd8a7c84b48ca680eb119f88b14e7b0b443dc97471aa24c2bf819e952a652e55
|
||||
SHA512 (anaconda-30.14.tar.bz2) = 09cf2679298ecddf35e8708c3a604c17f2e37c25234be34f9bfe9c8a3db14c917d00eebc70a52e2c0069849f257df3ca29328363f49d08a55a815345e3ede5cf
|
||||
|
Loading…
Reference in New Issue
Block a user