From dd77ba489e42ea6ce0a91df65e98a8cdd132c211 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 Sep 2024 04:53:20 +0000 Subject: [PATCH] New version - 42.3 --- 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 c403f66df06..f1a7f7bad46 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -480,6 +480,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 17 2024 github-actions - 42.3-1 +- Fix scheduling actions in reclaim space dialog (#2311936) (vtrefny) + * Tue Sep 10 2024 github-actions - 42.2-1 - security: call /usr/libexec/fips-setup-helper (asosedkin) diff --git a/configure.ac b/configure.ac index 1789e39398d..55e0e10bda5 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.2], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [42.3], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)