From f238e170307b37688c508bebb5a1f16e61918e6d Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 22 Jun 2026 09:42:40 +0000 Subject: [PATCH] import CS scap-security-guide-0.1.81-1.el9_8 --- .gitignore | 2 +- .scap-security-guide.metadata | 2 +- SPECS/scap-security-guide.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7909cd..072b83b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/scap-security-guide-0.1.80.tar.bz2 +SOURCES/scap-security-guide-0.1.81.tar.bz2 diff --git a/.scap-security-guide.metadata b/.scap-security-guide.metadata index cd8d9fd..a69a49c 100644 --- a/.scap-security-guide.metadata +++ b/.scap-security-guide.metadata @@ -1 +1 @@ -8edd4588f733ffbf56a11f925e26e46f0badfe61 SOURCES/scap-security-guide-0.1.80.tar.bz2 +aafd3f0d0a6a3ce800146732b7abea3e6c31aab4 SOURCES/scap-security-guide-0.1.81.tar.bz2 diff --git a/SPECS/scap-security-guide.spec b/SPECS/scap-security-guide.spec index a7fa576..45f1a67 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.80 +Version: 0.1.81 Release: 1%{?dist} Summary: Security guidance and baselines in SCAP formats License: BSD-3-Clause @@ -97,6 +97,11 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md %endif %changelog +* Mon Jun 01 2026 Jan Černý - 0.1.81-1 +- rule rsyslog_remote_access_monitoring handles Rainer syntax objects as case insensitive (RHEL-171951) +- Fixed remediation problems occurring when authselect profiles contain multiple authselect features (RHEL-165050) +- Rebase scap-security-guide to 0.1.81 (RHEL-180787) + * Wed Mar 11 2026 Vojtech Polasek - 0.1.80-1 - Fix inconsistent and missing audit keys in some audit rules (RHEL-141394) - Modify shipped kickstart files so that the size of boot partition aligns with official recommended size (RHEL-145201)