Update to anaconda-34.25.1.6
- Report registration errors from kickstart (mkolman) Resolves: rhbz#2000652 - GUI: Show the dialog for a missing passphrase in an enlight box (vponcova) Related: rhbz#2087218 - GUI: Ask for a missing passphrase during automated installations (vponcova) Resolves: rhbz#2087218 - Create functions for a missing passphrase in pyanaconda.ui.lib (vponcova) Related: rhbz#2087218 - Add missing period when concatenating password error strings (jkonecny) Resolves: rhbz#2075417 - Enable bootloader hiding on RHEL (rharwood) Resolves: rhbz#2059414
This commit is contained in:
parent
a18a8c5656
commit
6bddf2198d
1
.gitignore
vendored
1
.gitignore
vendored
@ -313,3 +313,4 @@
|
||||
/anaconda-34.25.1.3.tar.bz2
|
||||
/anaconda-34.25.1.4.tar.bz2
|
||||
/anaconda-34.25.1.5.tar.bz2
|
||||
/anaconda-34.25.1.6.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.1.5
|
||||
Version: 34.25.1.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -407,6 +407,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.6-1
|
||||
- Report registration errors from kickstart (mkolman)
|
||||
Resolves: rhbz#2000652
|
||||
- GUI: Show the dialog for a missing passphrase in an enlight box (vponcova)
|
||||
Related: rhbz#2087218
|
||||
- GUI: Ask for a missing passphrase during automated installations (vponcova)
|
||||
Resolves: rhbz#2087218
|
||||
- Create functions for a missing passphrase in pyanaconda.ui.lib (vponcova)
|
||||
Related: rhbz#2087218
|
||||
- Add missing period when concatenating password error strings (jkonecny)
|
||||
Resolves: rhbz#2075417
|
||||
- Enable bootloader hiding on RHEL (rharwood)
|
||||
Resolves: rhbz#2059414
|
||||
|
||||
* Wed Jun 01 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.5-1
|
||||
- Run FixZIPLBootloader task after FIPS setup (rvykydal)
|
||||
Resolves: rhbz#2022841
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.1.5.tar.bz2) = 1d93319b0a4eb43a645958fc513ec2ea54746c44a7157cfd97869af23725b94b0dce2b54ea4780fe1ac98f72ad6cdc7800fe7e5dfa13c33726fe5acb4d4fface
|
||||
SHA512 (anaconda-34.25.1.6.tar.bz2) = 120f932a8d3f8f3cb5f34c0bd8e7bc567b0a3c5ab282f4f619f7d7ad06f5e3a976105bddf6e3f89eb39398922d45578cbc6f4603e29bbc2cc642744443768613
|
||||
|
Loading…
Reference in New Issue
Block a user