diff --git a/anaconda.spec.in b/anaconda.spec.in index a65bed1727c..e99be22fa12 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -482,6 +482,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 01 2024 Martin Kolman - 40.22.3.15-1 +- security: call /usr/libexec/fips-setup-helper (asosedkin) + Resolves: RHEL-57680 + * Wed Oct 23 2024 Martin Kolman - 40.22.3.14-1 - network: do not crash on destroyed device object in GUI (rvykydal) Resolves: RHEL-56141 diff --git a/configure.ac b/configure.ac index aa969a61151..6abffb59833 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.14], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.22.3.15], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)