From 8389b28025a3b9a42c965b66f9c4a51a3fa63ebc Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 7 Jun 2024 14:31:45 +0000 Subject: [PATCH] import CS scap-security-guide-0.1.73-1.el9 --- .gitignore | 2 +- .scap-security-guide.metadata | 2 +- SPECS/scap-security-guide.spec | 14 +++++++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6c1a126..cd176f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/scap-security-guide-0.1.72.tar.bz2 +SOURCES/scap-security-guide-0.1.73.tar.bz2 diff --git a/.scap-security-guide.metadata b/.scap-security-guide.metadata index d21b430..86d2e74 100644 --- a/.scap-security-guide.metadata +++ b/.scap-security-guide.metadata @@ -1 +1 @@ -e10feed870a3553b75798fbee88c27c95b84c7c2 SOURCES/scap-security-guide-0.1.72.tar.bz2 +de6e660b1e837d2b2b99487bf377fa259b027b49 SOURCES/scap-security-guide-0.1.73.tar.bz2 diff --git a/SPECS/scap-security-guide.spec b/SPECS/scap-security-guide.spec index fb9cacd..bd1bc4c 100644 --- a/SPECS/scap-security-guide.spec +++ b/SPECS/scap-security-guide.spec @@ -5,7 +5,7 @@ # global _default_patch_fuzz 2 # Normally shouldn't be needed as patches should apply cleanly Name: scap-security-guide -Version: 0.1.72 +Version: 0.1.73 Release: 1%{?dist} Summary: Security guidance and baselines in SCAP formats License: BSD-3-Clause @@ -17,8 +17,7 @@ BuildRequires: libxslt BuildRequires: expat BuildRequires: openscap-scanner >= 1.2.5 BuildRequires: cmake >= 2.8 -# To get python3 inside the buildroot require its path explicitly in BuildRequires -BuildRequires: /usr/bin/python3 +BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion} BuildRequires: python%{python3_pkgversion}-jinja2 BuildRequires: python%{python3_pkgversion}-PyYAML @@ -98,6 +97,15 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md %endif %changelog +* Mon May 20 2024 Vojtech Polasek - 0.1.73-1 +- Rebase to a new upstream release 0.1.73 (RHEL-36663) +- Correctly parse sudo options even if they are not quoted (RHEL-31976) +- Ensure that web links within kickstart files are valid (RHEL-30735) +- Align set of allowed SSH ciphers with STIG requirement (RHEL-29684) +- Add audit rules on /etc/sysconfig/network-scripts (RHEL-29308) +- Remove rule restricting user namespaces from stig_gui profile (RHEL-10416) +- Add rule which enables auditing of files within /etc/sysconfig/network-scripts (RHEL-1093) + * Tue Feb 13 2024 Marcus Burghardt - 0.1.72-1 - Rebase to a new upstream release 0.1.72 (RHEL-21425) - Check dropin files in /etc/systemd/journald.conf.d/ (RHEL-14484)