import CS anaconda-34.25.5.17-1.el9_6

This commit is contained in:
eabdullin 2025-03-31 09:43:33 +00:00
parent a5e3835a56
commit 72c4cdcdc4
3 changed files with 13 additions and 3 deletions

View File

@ -1 +1 @@
5e7be39326424494ebe84fdf8ada1fb2145fe741 SOURCES/anaconda-34.25.5.16.tar.bz2
a8bbe2ed486c267c63eb0db5af1f745bd3e93a8c SOURCES/anaconda-34.25.5.17.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-34.25.5.16.tar.bz2
SOURCES/anaconda-34.25.5.17.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 34.25.5.16
Version: 34.25.5.17
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -422,6 +422,16 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Thu Mar 06 2025 Radek Vykydal <rvykydal@redhat.com> - 34.25.5.17-1
- network: start dnsconfd in initramfs (rvykydal)
Resolves: RHEL-80303
- network: enable dnsconfd service on installed system if required (rvykydal)
Resolves: RHEL-80023
- network: pass 16-dns-backend.conf to target system (rvykydal)
Resolves: RHEL-80233
- netowrk: enable dnsconfd service in installer environment (rvykydal)
Resolves: RHEL-80023
* Mon Feb 17 2025 Radek Vykydal <rvykydal@redhat.com> - 34.25.5.16-1
- network: add dnsconfd to selected packages if used in installer (rvykydal)
Resolves: RHEL-79803