diff --git a/anaconda.spec.in b/anaconda.spec.in index 24558de5fc2..e0269dc6d76 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -422,6 +422,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Feb 17 2025 Radek Vykydal - 34.25.5.16-1 +- network: add dnsconfd to selected packages if used in installer (rvykydal) + Resolves: RHEL-79803 +- network: add dnsconfd to installer environment (rvykydal) + Resolves: RHEL-79804 + * Fri Feb 07 2025 Radek Vykydal - 34.25.5.15-1 - security: add a development note for certificates import in initramfs (rvykydal) diff --git a/configure.ac b/configure.ac index 8e795232828..803e9e0d777 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [34.25.5.15], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [34.25.5.16], [anaconda-devel-list@redhat.com]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)