From 96360bf11781fce87b7f07796745438fa34e32a7 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 6 Nov 2024 09:40:23 +0300 Subject: [PATCH] import anaconda-40.22.3.15-1.el10 --- .anaconda.metadata | 2 +- .gitignore | 2 +- SPECS/anaconda.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.anaconda.metadata b/.anaconda.metadata index 59c5eca..f1a1434 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -f3c8a865aebffc8f11ce98b390ca0ca3fa3f92d2 SOURCES/anaconda-40.22.3.14.tar.bz2 +60338a5f011e42d5851fbf1e4d5994ac183e9d93 SOURCES/anaconda-40.22.3.15.tar.bz2 diff --git a/.gitignore b/.gitignore index f45cb10..600bb94 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-40.22.3.14.tar.bz2 +SOURCES/anaconda-40.22.3.15.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 24e61d8..98a0aad 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 40.22.3.14 -Release: 2%{?dist} +Version: 40.22.3.15 +Release: 1%{?dist} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -134,7 +134,7 @@ Requires: python3-pid # Required by the systemd service anaconda-fips. Requires: crypto-policies -Requires: /usr/bin/update-crypto-policies +Requires: crypto-policies-scripts # required because of the rescue mode and RDP question Requires: anaconda-tui = %{version}-%{release} @@ -482,6 +482,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 01 2024 Martin Kolman - 40.22.3.15-1 +- security: call /usr/libexec/fips-setup-helper (asosedkin) + Resolves: RHEL-57680 + * Tue Oct 29 2024 Troy Dawson - 40.22.3.14-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018