diff --git a/anaconda.spec.in b/anaconda.spec.in index 1a97e39e773..f7178e8cb58 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -481,6 +481,14 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Feb 03 2025 Jiri Konecny - 40.22.3.22-1 +- Fix RDP question will switch to GUI instead of TUI (jkonecny) + Resolves: RHEL-77162 +- rpmostree: Use `--merge` for kargs (walters) + Resolves: RHEL-73029 +- Revert "dracut: Remove 'linear' from modules to load" (vtrefny) + Resolves: RHEL-76805 + * Wed Jan 29 2025 Jiri Konecny - 40.22.3.21-1 - Disable keyboard shortcut switching on gnome-kiosk (jkonecny) Related: RHEL-71880 diff --git a/configure.ac b/configure.ac index 59c4df26c29..99c21ffcd7b 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], [40.22.3.21], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.22.3.22], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)