Update to anaconda-34.25.3.3
Stop infinite wait for CDROM when KS is processed (jkonecny) Resolves: rhbz#2209599 Apply --noverifyssl option for liveimg kickstart command (jstodola) Resolves: rhbz#2157921
This commit is contained in:
parent
ccd8d58541
commit
bb6ab07ec1
1
.gitignore
vendored
1
.gitignore
vendored
@ -334,3 +334,4 @@
|
|||||||
/anaconda-34.25.2.10.tar.bz2
|
/anaconda-34.25.2.10.tar.bz2
|
||||||
/anaconda-34.25.3.1.tar.bz2
|
/anaconda-34.25.3.1.tar.bz2
|
||||||
/anaconda-34.25.3.2.tar.bz2
|
/anaconda-34.25.3.2.tar.bz2
|
||||||
|
/anaconda-34.25.3.3.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 34.25.3.2
|
Version: 34.25.3.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -411,6 +411,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2023 Vladimír Slávik <vslavik@redhat.com> - 34.25.3.3-1
|
||||||
|
- Stop infinite wait for CDROM when KS is processed (jkonecny)
|
||||||
|
Resolves: rhbz#2209599
|
||||||
|
- Apply --noverifyssl option for liveimg kickstart command (jstodola)
|
||||||
|
Resolves: rhbz#2157921
|
||||||
|
|
||||||
* Mon Jun 05 2023 Vladimír Slávik <vslavik@redhat.com> - 34.25.3.2-1
|
* Mon Jun 05 2023 Vladimír Slávik <vslavik@redhat.com> - 34.25.3.2-1
|
||||||
- Fix kickstart proxy cmd in stage1 (jkonecny)
|
- Fix kickstart proxy cmd in stage1 (jkonecny)
|
||||||
Resolves: rhbz#2177219
|
Resolves: rhbz#2177219
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-34.25.3.2.tar.bz2) = a1812aa2063a2fc2eaa9e09bc2f0a774491bcb195569b2fcb8cb9cb20e5f7296a1300ebd49c2f3a5e069599c32878e51a03d0174ecb0e6406325ead6663b1f98
|
SHA512 (anaconda-34.25.3.3.tar.bz2) = 1bc4175b75d49dc6c7e39ca0bfded9fe1726c54e4e2897b6a1bd87a7a8a63b9d472cf16099915363921f5a3c72683e22e8f9cbd4bc200b8a3146e8a79c4ea699
|
||||||
|
Loading…
Reference in New Issue
Block a user