From 945177b79d530d66068f4717af1bee6f7d44b81c Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 22 May 2024 10:40:45 +0000 Subject: [PATCH] import CS anaconda-33.16.10.5-1.el8 --- .anaconda.metadata | 2 +- .gitignore | 2 +- SPECS/anaconda.spec | 74 ++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 72 insertions(+), 6 deletions(-) diff --git a/.anaconda.metadata b/.anaconda.metadata index f902d3b..3b6dc7a 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -e074e8163d235feb8e027698ec607efe2144f1a3 SOURCES/anaconda-33.16.8.9.tar.bz2 +c91cb60fc3074312b1dfc13c47634b77cd5c1999 SOURCES/anaconda-33.16.10.5.tar.bz2 diff --git a/.gitignore b/.gitignore index e06fbee..1f5f129 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.8.9.tar.bz2 +SOURCES/anaconda-33.16.10.5.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index db35f8a..a87afc8 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.8.9 +Version: 33.16.10.5 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -33,7 +33,7 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.16.15-1 +%define pykickstartver 3.16.16-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1.3-1 @@ -367,13 +367,79 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 05 2024 Radek Vykydal - 33.16.10.5-1 +- Update translations + Resolves: RHEL-24836 + +* Fri Feb 16 2024 Jiri Konecny - 33.16.10.4-1 +- Lower log file permission in /tmp (jkonecny) + Resolves: RHEL-23344 +- Add utility function to set file mode (jkonecny) + Related: RHEL-23344 + +* Wed Feb 07 2024 Martin Kolman - 33.16.10.3-1 +- Fixed file-write operation to a public directory (ataf) + Resolves: RHEL-23344 + +* Tue Jan 23 2024 Martin Kolman - 33.16.10.2-1 +- Propagate a lazy proxy of the storage model (vponcova) + Resolves: RHEL-16276 +- rescue: Don't allow to mount systems without a root device (vponcova) + Resolves: RHEL-4784 + +* Wed Dec 13 2023 Jiri Konecny - 33.16.10.1-1 +- timezone: for kickstart allow also timezones not offered by GUI (rvykydal) + Resolves: RHEL-13151 + Resolves: RHEL-4795 +- Rename Organization to Organization ID on subscription screen (mkolman) + Resolves: RHEL-11168 + +* Mon Sep 18 2023 Jiri Konecny - 33.16.9.5-1 +- [ja_JP] - Need to update string on anaconda screen for installation completed + Resolves: rhbz#2216746 + +* Wed Aug 09 2023 Jiri Konecny - 33.16.9.4-1 +- iscsi: Allow changing iSCSI initiator name once set (vtrefny) + Resolves: rhbz#2223980 + +* Tue Jul 11 2023 Jiri Konecny - 33.16.9.3-1 +- Be more indulgent when reclaiming disk space (jstodola) + Resolves: rhbz#1855371 +- Do not print error on inst.ks=cdrom|hd (jkonecny) + Resolves: rhbz#2211857 + +* Mon Jun 12 2023 Vladimír Slávik - 33.16.9.2-1 +- Stop infinite wait for CDROM when KS is processed (jkonecny) + Resolves: rhbz#2209602 +- Apply --noverifyssl option for liveimg kickstart command (jstodola) + Resolves: rhbz#1886985 +- Change driver_updates exit info messages to debug (jkonecny) + Related: rhbz#2154904 + +* Thu May 11 2023 Radek Vykydal - 33.16.9.1-1 +- driver_updates: migrate driver_updates.py to pep8 format (jkonecny) + Related: rhbz#2154904 +- driver_updates: adding tests for the new logging solution (jkonecny) + Related: rhbz#2154904 +- driver_updates: add lot of debug logs for easier debugging (jkonecny) + Related: rhbz#2154904 +- driver_updates: extend where we print log messages (jkonecny) + Resolves: rhbz#2154904 +- Add DNS search and ignore options from kickstart (vslavik) + Resolves: rhbz#1656662 +- Add DNS search and ignore options from kickstart (vslavik) + Resolves: rhbz#1656662 +- Add missing documentation about OEMDRV (jkonecny) + Related: rhbz#1770969 +- oemdrv: wait up to 5 seconds for disks to be handled (rmetrich) + Resolves: rhbz#1770969 + * Fri Mar 17 2023 Martin Kolman - 33.16.8.9-1 - Update translations Resolves: rhbz#2139689 * Thu Feb 09 2023 Jiri Konecny - 33.16.8.8-1 -- Underscore present in Spanish translation of 'TIME & DATE' - Resolves: rhbz#2148998 +- Update outdated translations * Thu Feb 02 2023 Jiri Konecny - 33.16.8.7-1 - Report registration errors from kickstart (mkolman)