diff --git a/anaconda.spec.in b/anaconda.spec.in index feb3b926635..104d518a892 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -500,6 +500,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 05 2025 github-actions - 42.27.3-1 +- Fix bad formatting for `format` function (jkonecny) +- Add the locale1-x11-sync script to the anaconda-live subpackage (#2346855) + (mkolman) + * Tue Mar 04 2025 github-actions - 42.27.2-1 - Add localization module API to get keyboard config (jkonecny) - Raise exception on unsupported layouts from Live (jkonecny) diff --git a/configure.ac b/configure.ac index 606fee99455..1f1bafe297a 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.27.2], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [42.27.3], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)