Add AlmaLinux 10 support
This commit is contained in:
parent
8412e759af
commit
ae446795eb
8992
scap-security-guide-0.1.74-add-almalinux10-product.patch
Normal file
8992
scap-security-guide-0.1.74-add-almalinux10-product.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,13 +5,16 @@
|
||||
|
||||
Name: scap-security-guide
|
||||
Version: 0.1.74
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?dist}.alma.1
|
||||
Summary: Security guidance and baselines in SCAP formats
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/ComplianceAsCode/content/
|
||||
Source0: https://github.com/ComplianceAsCode/content/releases/download/v%{version}/scap-security-guide-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
|
||||
# AlmaLinux 10 support
|
||||
Patch1000: scap-security-guide-%{version}-add-almalinux10-product.patch
|
||||
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: expat
|
||||
BuildRequires: openscap-scanner >= 1.2.5
|
||||
@ -66,6 +69,9 @@ The %{name}-rule-playbooks package contains individual ansible playbooks per rul
|
||||
%if 0%{?centos}
|
||||
%define cmake_defines_specific -DSSG_PRODUCT_DEFAULT:BOOLEAN=FALSE -DSSG_PRODUCT_RHEL%{centos}:BOOLEAN=TRUE -DSSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED:BOOL=OFF -DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=ON
|
||||
%endif
|
||||
%if 0%{?almalinux}
|
||||
%define cmake_defines_specific -DSSG_PRODUCT_DEFAULT:BOOLEAN=FALSE -DSSG_PRODUCT_ALMALINUX%{rhel}:BOOLEAN=TRUE -DSSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED:BOOL=OFF -DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=OFF
|
||||
%endif
|
||||
|
||||
mkdir -p build
|
||||
%build
|
||||
@ -98,6 +104,9 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 27 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1.74-1.alma.1
|
||||
- Add AlmaLinux 10 support
|
||||
|
||||
* Fri Aug 09 2024 Matthew Burket <mburket@redhat.com>
|
||||
- Update to latest upstream SCAP-Security-Guide-0.1.74 release:
|
||||
https://github.com/ComplianceAsCode/content/releases/tag/v0.1.74
|
||||
|
Loading…
Reference in New Issue
Block a user