From 6169e5371349683d1948079bd354f6975fcf5a75 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 17 Feb 2025 16:54:40 +0000 Subject: [PATCH] New version - 42.30 --- 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 1ed2743d438..5b6442b5046 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -490,6 +490,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Feb 17 2025 github-actions - 42.30-1 +- pyanaconda: localization: sort keyboard list in a sane manner (k.koukiou) + * Mon Feb 17 2025 github-actions - 42.29-1 - localization: fix parsing of locales whose name are multiple words (k.koukiou) diff --git a/configure.ac b/configure.ac index 77a6f971545..cb98a1527ab 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.29], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [42.30], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)