diff --git a/anaconda.spec.in b/anaconda.spec.in index 998f3516e6b..17a44d66579 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -485,6 +485,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Oct 17 2023 github-actions - 39.32.6-1 +- Revert "Disable geolocation on the Fedora Workstation live image" (kkoukiou) + * Tue Oct 17 2023 github-actions - 39.32.5-1 - Update translations from Weblate for fedora-39 (github-actions) - storage: Handle BTRFS with systemd-boot (jeremy.linton) diff --git a/configure.ac b/configure.ac index 80ec75bd387..f11292e1402 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], [39.32.5], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [39.32.6], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)