From 777b71e138db551cfe28d0974c95b4eb79041d57 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Jun 20 2023 12:41:19 +0000 Subject: Update to anaconda-34.25.3.4-1 - Warn about deprecated inst.geoloc=provider_... (vslavik) Resolves: rhbz#2127473 - Improve doc strings for geolocation (vslavik) Related: rhbz#2127473 - Do not run geolocation for TUI (vslavik) Resolves: rhbz#2127473 - gui: Simplify invalid timezone handling. (vslavik) Related: rhbz#2127473 - Try to set timezone from language on welcome spoke (vslavik) Resolves: rhbz#2127473 - Always set timezone with priority (vslavik) Resolves: rhbz#2127473 - Add timezone priority to module backend and interface (vslavik) Resolves: rhbz#2127473 - Use existing locale in welcome spoke (vslavik) Resolves: rhbz#2127473 - Apply geolocation in main process (vslavik) Related: rhbz#2127473 - Add back waiting for geolocation (vslavik) Related: rhbz#2127473 - Add wait_for_task() to wait for a Task with timeout (vslavik) Related: rhbz#2127473 - Don't fall back to default timezone in welcome spoke (vslavik) Related: rhbz#2127473 - Use directly URLs in conf geoloc provider field (vslavik) Related: rhbz#2127473 - Remove unmodularized geolocation (vslavik) Related: rhbz#2127473 - Use modularized geolocation instead of unmodularized (vslavik) Related: rhbz#2127473 - Hide the geolocation task in Timezone's interface (vslavik) Related: rhbz#2127473 - Add GeolocationTask to the Timezone module (vslavik) Related: rhbz#2127473 - Add a D-Bus structure for geolocation data (vslavik) Related: rhbz#2127473 - Add conf option for geolocation provider (vslavik) Related: rhbz#2127473 - Retranslate welcome screen more simply (vslavik) Related: rhbz#2127473 - Fix translations of the pre-release warning dialog (vponcova) Related: rhbz#2127473 - Split Timezone module tests for tasks to new file (vslavik) Related: rhbz#2127473 - Make check for geolocation start a standalone helper (vslavik) Related: rhbz#2127473 - Keep Timezone proxy in Welcome spoke (vslavik) Related: rhbz#2127473 - Split starting locales in welcome spoke to a helper (vslavik) Related: rhbz#2127473 - Rename constant to reflect its usage (vslavik) Related: rhbz#2127473 - Fix "proxy" boot option is printing inst. warning (jkonecny) Related: rhbz#2177219 - Allow showing proxy passwords on the installation source spoke (jstodola) Resolves: rhbz#2013190 - Allow showing passwords on the subscription spoke (jstodola) Resolves: rhbz#2013190 - Always hide the user password by default (jstodola) Related: rhbz#2013190 - Always hide the root password by default (jstodola) Related: rhbz#2013190 --- diff --git a/.gitignore b/.gitignore index a32d17a..fd06a11 100644 --- a/.gitignore +++ b/.gitignore @@ -335,3 +335,4 @@ /anaconda-34.25.3.1.tar.bz2 /anaconda-34.25.3.2.tar.bz2 /anaconda-34.25.3.3.tar.bz2 +/anaconda-34.25.3.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 42f3d6c..2564291 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.3.3 +Version: 34.25.3.4 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -411,6 +411,71 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 20 2023 Jiri Konecny - 34.25.3.4-1 +- Warn about deprecated inst.geoloc=provider_... (vslavik) + Resolves: rhbz#2127473 +- Improve doc strings for geolocation (vslavik) + Related: rhbz#2127473 +- Do not run geolocation for TUI (vslavik) + Resolves: rhbz#2127473 +- gui: Simplify invalid timezone handling. (vslavik) + Related: rhbz#2127473 +- Try to set timezone from language on welcome spoke (vslavik) + Resolves: rhbz#2127473 +- Always set timezone with priority (vslavik) + Resolves: rhbz#2127473 +- Add timezone priority to module backend and interface (vslavik) + Resolves: rhbz#2127473 +- Use existing locale in welcome spoke (vslavik) + Resolves: rhbz#2127473 +- Apply geolocation in main process (vslavik) + Related: rhbz#2127473 +- Add back waiting for geolocation (vslavik) + Related: rhbz#2127473 +- Add wait_for_task() to wait for a Task with timeout (vslavik) + Related: rhbz#2127473 +- Don't fall back to default timezone in welcome spoke (vslavik) + Related: rhbz#2127473 +- Use directly URLs in conf geoloc provider field (vslavik) + Related: rhbz#2127473 +- Remove unmodularized geolocation (vslavik) + Related: rhbz#2127473 +- Use modularized geolocation instead of unmodularized (vslavik) + Related: rhbz#2127473 +- Hide the geolocation task in Timezone's interface (vslavik) + Related: rhbz#2127473 +- Add GeolocationTask to the Timezone module (vslavik) + Related: rhbz#2127473 +- Add a D-Bus structure for geolocation data (vslavik) + Related: rhbz#2127473 +- Add conf option for geolocation provider (vslavik) + Related: rhbz#2127473 +- Retranslate welcome screen more simply (vslavik) + Related: rhbz#2127473 +- Fix translations of the pre-release warning dialog (vponcova) + Resolves: rhbz#2165762 + Related: rhbz#2127473 +- Split Timezone module tests for tasks to new file (vslavik) + Related: rhbz#2127473 +- Make check for geolocation start a standalone helper (vslavik) + Related: rhbz#2127473 +- Keep Timezone proxy in Welcome spoke (vslavik) + Related: rhbz#2127473 +- Split starting locales in welcome spoke to a helper (vslavik) + Related: rhbz#2127473 +- Rename constant to reflect its usage (vslavik) + Related: rhbz#2127473 +- Fix "proxy" boot option is printing inst. warning (jkonecny) + Related: rhbz#2177219 +- Allow showing proxy passwords on the installation source spoke (jstodola) + Resolves: rhbz#2013190 +- Allow showing passwords on the subscription spoke (jstodola) + Resolves: rhbz#2013190 +- Always hide the user password by default (jstodola) + Related: rhbz#2013190 +- Always hide the root password by default (jstodola) + Related: rhbz#2013190 + * Mon Jun 12 2023 Vladimír Slávik - 34.25.3.3-1 - Stop infinite wait for CDROM when KS is processed (jkonecny) Resolves: rhbz#2209599 diff --git a/sources b/sources index 3c5d89f..ba49e71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-34.25.3.3.tar.bz2) = 1bc4175b75d49dc6c7e39ca0bfded9fe1726c54e4e2897b6a1bd87a7a8a63b9d472cf16099915363921f5a3c72683e22e8f9cbd4bc200b8a3146e8a79c4ea699 +SHA512 (anaconda-34.25.3.4.tar.bz2) = bc275cff221a6a86e2f32f36050d25b4024319a028d95fb6549ec410dc89520e9972dd8edeb6311ffe327055d3d66bc207ee82dbf1cb09b83f372c15efcd12de