forked from pool/openscap
packaged in "openscap-engine-sce" subpackage.
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=152
This commit is contained in:
parent
bc955772b8
commit
8120fab210
@ -2,8 +2,10 @@
|
|||||||
Wed Mar 23 10:21:27 UTC 2016 - meissner@suse.com
|
Wed Mar 23 10:21:27 UTC 2016 - meissner@suse.com
|
||||||
|
|
||||||
- enable the SCE (script checking engine)
|
- enable the SCE (script checking engine)
|
||||||
|
packaged in "openscap-engine-sce" subpackage.
|
||||||
- enable the CCE (Common Configuration Enumeration)
|
- enable the CCE (Common Configuration Enumeration)
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 19 10:22:08 UTC 2016 - meissner@suse.com
|
Tue Jan 19 10:22:08 UTC 2016 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -83,6 +83,13 @@ Group: System/Libraries
|
|||||||
This package contains the Docker support for OpenSCAP.
|
This package contains the Docker support for OpenSCAP.
|
||||||
|
|
||||||
|
|
||||||
|
%package engine-sce
|
||||||
|
Summary: Script Checking Engine for OpenSCAP
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description engine-sce
|
||||||
|
This package contains the Script Checking Engine (SCE) support for OpenSCAP.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libopenscap%{soname} = %{version}
|
Requires: libopenscap%{soname} = %{version}
|
||||||
@ -281,6 +288,13 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/openscap/scap*.xml
|
%{_datadir}/openscap/scap*.xml
|
||||||
|
|
||||||
|
%files engine-sce
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/libopenscap_sce.so.*
|
||||||
|
%dir %{_datadir}/openscap
|
||||||
|
%dir %{_datadir}/openscap/sectool-sce/
|
||||||
|
%{_datadir}/openscap/sectool-sce/*
|
||||||
|
|
||||||
%files extra-probes
|
%files extra-probes
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libexecdir}/openscap/probe_ldap57
|
%{_libexecdir}/openscap/probe_ldap57
|
||||||
|
Loading…
Reference in New Issue
Block a user