From 66c966ffd318db3b4612e582df8676741fd77678 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Feb 2025 04:49:50 +0000 Subject: [PATCH] New version - 43.2 --- anaconda.spec.in | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 0a4a2ab3caa..e979a3ab3a2 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -490,6 +490,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 25 2025 github-actions - 43.2-1 +- dracut: use RPM library-provided headerGetString function (k.koukiou) +- dracut: add static linkage to internal functions (k.koukiou) + * Tue Feb 18 2025 Katerina Koukiou - 43.1-1 * Tue Feb 18 2025 github-actions - 42.31-1 diff --git a/configure.ac b/configure.ac index 0794403f340..9f4498d442c 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], [43.1], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [43.2], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)