From a3a193689ca6c077935f56b8a0c97835a5c02467 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 27 Mar 2024 19:25:00 +0000 Subject: [PATCH] import CS anaconda-33.16.10.4-1.el8 --- .anaconda.metadata | 2 +- .gitignore | 2 +- SPECS/anaconda.spec | 29 ++++++++++++++++++++++++++++- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.anaconda.metadata b/.anaconda.metadata index e258b1a..7b2fb87 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -a47a7f10c8ddb548b963adebb39784986041879a SOURCES/anaconda-33.16.9.4.tar.bz2 +7450b69534ac5ce10f8698270153984ec9871944 SOURCES/anaconda-33.16.10.4.tar.bz2 diff --git a/.gitignore b/.gitignore index d2b65c0..95f0b02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.9.4.tar.bz2 +SOURCES/anaconda-33.16.10.4.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index af9e877..58fe473 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.9.4 +Version: 33.16.10.4 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -367,6 +367,33 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* 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