Update to anaconda-34.25.5.1
anaconda-diskroot: wait before dying on media check fail (awilliam) Resolves: RHEL-4790 Add ping tool to Dracut (jkonecny) Resolves: RHEL-5719 gui:Fix index error for _remove_treeinfo_repositories() (liuwenyu.0311) Resolves: RHEL-29561
This commit is contained in:
parent
248f11c97d
commit
f419afe477
1
.gitignore
vendored
1
.gitignore
vendored
@ -347,3 +347,4 @@
|
||||
/anaconda-34.25.4.5.tar.bz2
|
||||
/anaconda-34.25.4.6.tar.bz2
|
||||
/anaconda-34.25.4.7.tar.bz2
|
||||
/anaconda-34.25.5.1.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.4.7
|
||||
Version: 34.25.5.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -298,6 +298,7 @@ Requires: dracut-network
|
||||
Requires: dracut-live
|
||||
Requires: xz
|
||||
Requires: python3-kickstart
|
||||
Requires: iputils
|
||||
|
||||
%description dracut
|
||||
The 'anaconda' dracut module handles installer-specific boot tasks and
|
||||
@ -415,6 +416,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 09 2024 Katerina Koukiou <kkoukiou@redhat.com> - 34.25.5.1-1
|
||||
- anaconda-diskroot: wait before dying on media check fail (awilliam)
|
||||
Resolves: RHEL-4790
|
||||
- Add ping tool to Dracut (jkonecny)
|
||||
Resolves: RHEL-5719
|
||||
- gui:Fix index error for _remove_treeinfo_repositories() (liuwenyu.0311)
|
||||
Resolves: RHEL-29561
|
||||
|
||||
* Thu Mar 14 2024 Radek Vykydal <rvykydal@redhat.com> - 34.25.4.9-1
|
||||
- Do not initialize kernel features in init (jkonecny)
|
||||
Resolves: RHEL-27076
|
||||
|
||||
* Mon Mar 04 2024 Radek Vykydal <rvykydal@redhat.com> - 34.25.4.8-1
|
||||
- Update translations
|
||||
Resolves: RHEL-24945
|
||||
|
||||
* Fri Feb 16 2024 Jiri Konecny <jkonecny@redhat.com> - 34.25.4.7-1
|
||||
- Lower log file permission in /tmp (jkonecny)
|
||||
Resolves: RHEL-23345
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.4.7.tar.bz2) = 6c98033e1333e28108e203750b000c7860b88c52e31118f827e02732db03ead5a76e9109ca765167b32548ca97a09cef6ee68e79ad872647260fa0169d76c73f
|
||||
SHA512 (anaconda-34.25.5.1.tar.bz2) = fd73988ac820497a41436691a2f91be6a6a82b3a040142d93fbb8bf01cae38e46a0913f9541fa35d7804e81b4ebecca24e7354a4c8aa8b48ad37f0b7b0b91611
|
||||
|
Loading…
Reference in New Issue
Block a user