Update to anaconda-34.25.3.2
Fix kickstart proxy cmd in stage1 (jkonecny) Resolves: rhbz#2177219 Check minimal LUKS passphrase length in FIPS mode for Kickstart (vslavik) Resolves: rhbz#2163497 GUI: Require 8 chars of LUKS passwords in FIPS mode (vslavik) Resolves: rhbz#2163497 Use inst.proxy in stage1 (jkonecny) Resolves: rhbz#2177219 Change driver_updates exit info messages to debug (jkonecny) Related: rhbz#2154906
This commit is contained in:
parent
c41994da74
commit
ccd8d58541
1
.gitignore
vendored
1
.gitignore
vendored
@ -333,3 +333,4 @@
|
||||
/anaconda-34.25.2.9.tar.bz2
|
||||
/anaconda-34.25.2.10.tar.bz2
|
||||
/anaconda-34.25.3.1.tar.bz2
|
||||
/anaconda-34.25.3.2.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.3.1
|
||||
Version: 34.25.3.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -411,6 +411,18 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 05 2023 Vladimír Slávik <vslavik@redhat.com> - 34.25.3.2-1
|
||||
- Fix kickstart proxy cmd in stage1 (jkonecny)
|
||||
Resolves: rhbz#2177219
|
||||
- Check minimal LUKS passphrase length in FIPS mode for Kickstart (vslavik)
|
||||
Resolves: rhbz#2163497
|
||||
- GUI: Require 8 chars of LUKS passwords in FIPS mode (vslavik)
|
||||
Resolves: rhbz#2163497
|
||||
- Use inst.proxy in stage1 (jkonecny)
|
||||
Resolves: rhbz#2177219
|
||||
- Change driver_updates exit info messages to debug (jkonecny)
|
||||
Related: rhbz#2154906
|
||||
|
||||
* Thu May 11 2023 Radek Vykydal <rvykydal@redhat.com> - 34.25.3.1-1
|
||||
- Add DNS search and ignore options from kickstart (vslavik)
|
||||
Resolves: rhbz#2065754
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.3.1.tar.bz2) = c302d72a621bcb8b1d82dba7dda1349c9ca21c4337cdc6c44952dc11591a5305ce6462b85f47ff8edbc74eac3bc74e0619e6a49b67255cfce92d74274a393b2a
|
||||
SHA512 (anaconda-34.25.3.2.tar.bz2) = a1812aa2063a2fc2eaa9e09bc2f0a774491bcb195569b2fcb8cb9cb20e5f7296a1300ebd49c2f3a5e069599c32878e51a03d0174ecb0e6406325ead6663b1f98
|
||||
|
Loading…
Reference in New Issue
Block a user