From 008a9b9b7ebfa9c32acda2eba576599a13e61035 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 21 Sep 2023 18:01:04 +0000 Subject: [PATCH] import CS anaconda-34.25.3.8-1.el9 --- .anaconda.metadata | 2 +- .gitignore | 2 +- SPECS/anaconda.spec | 142 +++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 142 insertions(+), 4 deletions(-) diff --git a/.anaconda.metadata b/.anaconda.metadata index 4637325..9152141 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -cd50fb4d80d03ef2e2042fb35adf0a0dfb9b8249 SOURCES/anaconda-34.25.2.9.tar.bz2 +bad3a78526536052137a0a1316476538fef0b299 SOURCES/anaconda-34.25.3.8.tar.bz2 diff --git a/.gitignore b/.gitignore index 62853c7..37867bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.2.9.tar.bz2 +SOURCES/anaconda-34.25.3.8.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 79cb303..58803f5 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.2.9 +Version: 34.25.3.8 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -35,7 +35,7 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.32.9-1 +%define pykickstartver 3.32.10-1 %define pypartedver 2.5-2 %define pythonblivetver 1:3.6.0-4 %define rpmver 4.10.0 @@ -411,6 +411,144 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Aug 09 2023 Jiri Konecny - 34.25.3.8-1 +- iscsi: Allow changing iSCSI initiator name once set (vtrefny) + Resolves: rhbz#2223977 +- Missing translation for button labels in Beta dialog + Resolves: rhbz#2225450 + +* Wed Jul 12 2023 Jiri Konecny - 34.25.3.7-1 +- Allow showing passphrase when unlocking LUKS device (jstodola) + Resolves: rhbz#2013190 +- Be more indulgent when reclaiming disk space (jstodola) + Resolves: rhbz#2187371 +- Do not print error on inst.ks=cdrom|hd (jkonecny) + Resolves: rhbz#2077045 + +* Fri Jun 30 2023 Jiri Konecny - 34.25.3.6-1 +- Remove unused variable in TUI software selection (ozobal) + Related: rhbz#2214266 + Related: rhbz#2164819 +- Fix aarch64 architecture detection (jstodola) + Resolves: rhbz#2164819 + +* Mon Jun 26 2023 Jiri Konecny - 34.25.3.5-1 +- Add option for installing RedHat kernel (ozobal) + Related: rhbz#2164819 + Resolves: rhbz#2214266 +- Add TUI for installing non-standard kernels (ozobal) + Resolves: rhbz#2214266 + Resolves: rhbz#2164819 +- Add GUI option for installing 64k ARM kernel (ozobal) + Resolves: rhbz#2214266 + Resolves: rhbz#2164819 +- Add match_available_packages to dnf_manager (ozobal) + Related: rhbz#2214266 + Related: rhbz#2164819 + +* 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 +- Apply --noverifyssl option for liveimg kickstart command (jstodola) + Resolves: rhbz#2157921 + +* Mon Jun 05 2023 Vladimír Slávik - 34.25.3.2-1 +- Fix kickstart proxy cmd in stage1 (jkonecny) + Resolves: rhbz#2177219 +- Check minimal LUKS passphrase length in FIPS mode for Kickstart (vslavik) + Resolves: rhbz#2163497 +- GUI: Require 8 chars of LUKS passwords in FIPS mode (vslavik) + Resolves: rhbz#2163497 +- Use inst.proxy in stage1 (jkonecny) + Resolves: rhbz#2177219 +- Change driver_updates exit info messages to debug (jkonecny) + Related: rhbz#2154906 + +* Thu May 11 2023 Radek Vykydal - 34.25.3.1-1 +- Add DNS search and ignore options from kickstart (vslavik) + Resolves: rhbz#2065754 +- driver_updates: migrate driver_updates.py to pep8 format (jkonecny) + Related: rhbz#2154906 +- driver_updates: adding tests for the new logging solution (jkonecny) + Related: rhbz#2154906 +- driver_updates: add lot of debug logs for easier debugging (jkonecny) + Related: rhbz#2154906 +- driver_updates: extend where we print log messages (jkonecny) + Resolves: rhbz#2154906 +- Add missing documentation about OEMDRV (jkonecny) + Related: rhbz#2171811 +- oemdrv: wait up to 5 seconds for disks to be handled (rmetrich) + Resolves: rhbz#2171811 + +* Wed Mar 22 2023 Martin Kolman - 34.25.2.10-1 +- Update translations + Resolves: rhbz#2139640 + * Wed Feb 15 2023 Vendula Poncova - 34.25.2.9-1 - Fix network configuration from kickstart in intramfs (rvykydal) Resolves: rhbz#2153361