diff --git a/anaconda.spec.in b/anaconda.spec.in index 9ea7d527139..69d9178eb79 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -487,6 +487,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Feb 17 2025 Radek Vykydal - 40.22.3.25-1 +- network: add dnsconfd to installer environment (rvykydal) + Resolves: RHEL-79800 +- network: add dnsconfd to selected packages if used in installer (rvykydal) + Resolves: RHEL-79802 + * Thu Feb 13 2025 Radek Vykydal - 40.22.3.24-1 - dracut: depend on net-lib not ifcfg (awilliam) Resolves: RHEL-78746 diff --git a/configure.ac b/configure.ac index 7618d37c990..800c664d3c2 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], [40.22.3.24], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.22.3.25], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)