New version 30.19-1
- Move code for the storage creation (vponcova) - Move code for the storage initialization (vponcova) - Remove the GRUB class (javierm) - Remove support for deprecated bootloaders (javierm) - Spelling fix in Boot Options documentation (josephvoss14) - Put 'lock' checkbox under 'Confirmation field' (frederic.pierret) - Don't create an extra instance of the bootloader (vponcova) - Remove the preStorage method in payload (vponcova) - Use LUKS2 by default (vponcova) - Clean up the space checkers (#1520749) (vponcova) - Don't show time and date controls in live installations (#1510425) (vponcova) - anaconda: add option to lock root account (frederic.epitre)
This commit is contained in:
parent
03b36f26ee
commit
562a9c28a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -174,3 +174,4 @@
|
||||
/anaconda-30.16.tar.bz2
|
||||
/anaconda-30.17.tar.bz2
|
||||
/anaconda-30.18.tar.bz2
|
||||
/anaconda-30.19.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 30.18
|
||||
Version: 30.19
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -368,6 +368,20 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 28 2019 Martin Kolman <mkolman@redhat.com> - 30.19-1
|
||||
- Move code for the storage creation (vponcova)
|
||||
- Move code for the storage initialization (vponcova)
|
||||
- Remove the GRUB class (javierm)
|
||||
- Remove support for deprecated bootloaders (javierm)
|
||||
- Spelling fix in Boot Options documentation (josephvoss14)
|
||||
- Put 'lock' checkbox under 'Confirmation field' (frederic.pierret)
|
||||
- Don't create an extra instance of the bootloader (vponcova)
|
||||
- Remove the preStorage method in payload (vponcova)
|
||||
- Use LUKS2 by default (vponcova)
|
||||
- Clean up the space checkers (#1520749) (vponcova)
|
||||
- Don't show time and date controls in live installations (#1510425) (vponcova)
|
||||
- anaconda: add option to lock root account (frederic.epitre)
|
||||
|
||||
* Mon Jan 21 2019 Martin Kolman <mkolman@redhat.com> - 30.18-1
|
||||
- Relabel X11/xorg.conf.d directory (#1666892) (jkonecny)
|
||||
- Reorder items in selinux relabeling post script (#1666892) (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-30.18.tar.bz2) = 26fcb44a6187e30b1dfd5cdad0fbefa5cabd25abd45d9494614d8c1170fb211a59dd39f60c5dbf6eb9daea99b1044fd03d9286ab69c3ee2a70fbaf9b341de402
|
||||
SHA512 (anaconda-30.19.tar.bz2) = d1e89627b1d72256558ba61c89bda3b9ff483b7ca1aacf30e5cc037e8fb90ee8dcb3d5d9c89bc462a8e75f257bc938debbacc6df4a7368f047874e46847e8be4
|
||||
|
Loading…
Reference in New Issue
Block a user