Add AlmaLinux 9 support

This commit is contained in:
Andrew Lukoshko 2026-06-22 09:42:50 +00:00 committed by root
commit f6444e2bde
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/scap-security-guide-0.1.80.tar.bz2
SOURCES/scap-security-guide-0.1.81.tar.bz2

View File

@ -1 +1 @@
8edd4588f733ffbf56a11f925e26e46f0badfe61 SOURCES/scap-security-guide-0.1.80.tar.bz2
aafd3f0d0a6a3ce800146732b7abea3e6c31aab4 SOURCES/scap-security-guide-0.1.81.tar.bz2

View File

@ -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 <alukoshko@almalinux.org> - 0.1.80-1.alma.2
* Mon Jun 22 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1.81-1.alma.1
- Add AlmaLinux 9 support
* Mon Jun 01 2026 Jan Černý <jcerny@redhat.com> - 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 <vpolasek@redhat.com> - 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)