optimize rules for openEuler
This commit is contained in:
parent
08fe41f71c
commit
7e5b163754
3046
optimize-rules-for-openEuler.patch
Normal file
3046
optimize-rules-for-openEuler.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
Name: scap-security-guide
|
Name: scap-security-guide
|
||||||
Version: 0.1.68
|
Version: 0.1.68
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Security guidance and baselines in SCAP formats
|
Summary: Security guidance and baselines in SCAP formats
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/ComplianceAsCode/content/
|
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
|
Patch0001: add-openeuler-support.patch
|
||||||
Patch0002: add-openeuler-control-rules.patch
|
Patch0002: add-openeuler-control-rules.patch
|
||||||
|
Patch0003: optimize-rules-for-openEuler.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: libxslt, expat, python3, openscap-scanner >= 1.2.5, cmake >= 3.8, python3-jinja2, python3-PyYAML
|
BuildRequires: libxslt, expat, python3, openscap-scanner >= 1.2.5, cmake >= 3.8, python3-jinja2, python3-PyYAML
|
||||||
@ -40,7 +41,7 @@ mkdir build
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cd build
|
cd build
|
||||||
%cmake ../
|
%cmake -DSSG_SCE_ENABLED=ON ../
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -63,6 +64,9 @@ cd build
|
|||||||
%doc %{_docdir}/%{name}/tables/*.html
|
%doc %{_docdir}/%{name}/tables/*.html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 19 2024 steven <steven_ygui@163.com> - 0.1.68-3
|
||||||
- add openEuler 2403 LTS supporting and remove openEuler general version supporting
|
- add openEuler 2403 LTS supporting and remove openEuler general version supporting
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user