Add AlmaLinux support

This commit is contained in:
Andrew Lukoshko 2026-06-15 08:58:45 +00:00 committed by root
commit 267f783020
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/scap-security-guide-0.1.52-2.el7_9-rhel6.tar.bz2
SOURCES/scap-security-guide-0.1.73-1.el7_9-rhel7.tar.bz2
SOURCES/scap-security-guide-0.1.80.tar.bz2
SOURCES/scap-security-guide-0.1.81.tar.bz2

View File

@ -1,3 +1,3 @@
b22b45d29ad5a97020516230a6ef3140a91d050a SOURCES/scap-security-guide-0.1.52-2.el7_9-rhel6.tar.bz2
17274daaa588330aa4df9a4d8df5ef448e40a696 SOURCES/scap-security-guide-0.1.73-1.el7_9-rhel7.tar.bz2
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
Group: Applications/System
@ -139,9 +139,12 @@ ln -s ssg-firefox-ds.xml %{buildroot}%{_datadir}/xml/scap/ssg/content/ssg-firefo
%{_datadir}/%{name}/ansible/rule_playbooks
%changelog
* Tue Jun 09 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1.80-1.alma.2
* Mon Jun 15 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1.81-1.alma.1
- Add AlmaLinux support
* Mon Jun 01 2026 Jan Černý <jcerny@redhat.com> - 0.1.81-1
- Rebase scap-security-guide to 0.1.81 (RHEL-177640)
* Tue Mar 10 2026 Vojtech Polasek <vpolasek@redhat.com> - 0.1.80-1
- RHEL CIS requirement: Ensure password history is enforced for the root user is now fully covered (RHEL-125396)
- RHEL8 STIG now uses cryptography subpolicy called FIPS:STIG (RHEL-77813)