optimize rules for openEuler

This commit is contained in:
qsw333 2024-02-24 15:00:27 +08:00
parent 08fe41f71c
commit 7e5b163754
2 changed files with 3052 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: scap-security-guide
Version: 0.1.68
Release: 3
Release: 4
Summary: Security guidance and baselines in SCAP formats
License: BSD-3-Clause
URL: https://github.com/ComplianceAsCode/content/
@ -8,6 +8,7 @@ Source0: https://github.com/ComplianceAsCode/content/releases/download/v%{versio
Patch0001: add-openeuler-support.patch
Patch0002: add-openeuler-control-rules.patch
Patch0003: optimize-rules-for-openEuler.patch
BuildArch: noarch
BuildRequires: libxslt, expat, python3, openscap-scanner >= 1.2.5, cmake >= 3.8, python3-jinja2, python3-PyYAML
@ -40,7 +41,7 @@ mkdir build
%build
cd build
%cmake ../
%cmake -DSSG_SCE_ENABLED=ON ../
%make_build
%install
@ -63,6 +64,9 @@ cd build
%doc %{_docdir}/%{name}/tables/*.html
%changelog
* Sat Feb 24 2024 wangqingsan <wangqingsan@huawei.com> - 0.1.68-4
- optimiz rules for openEuler
* Mon Feb 19 2024 steven <steven_ygui@163.com> - 0.1.68-3
- add openEuler 2403 LTS supporting and remove openEuler general version supporting