From 1a4aed721074ddcd84df88089024378c894ec65e Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 Oct 2023 16:15:18 +0000 Subject: [PATCH] New version - 39.32.6 --- 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 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.)