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 ff25070..4e019cc 100644 --- a/SPECS/scap-security-guide.spec +++ b/SPECS/scap-security-guide.spec @@ -5,8 +5,8 @@ # global _default_patch_fuzz 2 # Normally shouldn't be needed as patches should apply cleanly Name: scap-security-guide -Version: 0.1.80 -Release: 1%{?dist}.alma.2 +Version: 0.1.81 +Release: 1%{?dist}.alma.1 Summary: Security guidance and baselines in SCAP formats License: BSD-3-Clause URL: https://github.com/ComplianceAsCode/content/ @@ -107,9 +107,14 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md %endif %changelog -* Tue Jun 09 2026 Andrew Lukoshko - 0.1.80-1.alma.2 +* Mon Jun 22 2026 Andrew Lukoshko - 0.1.81-1.alma.1 - Add AlmaLinux 9 support +* 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)