From ba68e1235a26e8bd19f8b0949bf3d14d2b6adcd4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Sep 2024 04:53:19 +0000 Subject: [PATCH] New version - 42.2 --- anaconda.spec.in | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index cda2697c4aa..c403f66df06 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -480,6 +480,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 10 2024 github-actions - 42.2-1 +- security: call /usr/libexec/fips-setup-helper (asosedkin) + * Mon Sep 02 2024 Katerina Koukiou - 42.1-1 - Ignore all storage errors when trying to activate swaps (vtrefny) - build: stop pulling systemd as build dependency (kkoukiou) diff --git a/configure.ac b/configure.ac index 263d5bcdbff..1789e39398d 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], [42.1], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [42.2], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)