forked from pool/openscap
- new openscap-docker subpackage
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=136
This commit is contained in:
parent
069487e388
commit
0f07ed8cf6
@ -23,6 +23,7 @@ Mon Oct 5 11:45:28 UTC 2015 - meissner@suse.com
|
|||||||
- scap-as-rpm now supports python3
|
- scap-as-rpm now supports python3
|
||||||
- refactored oval processing into oval_session structure
|
- refactored oval processing into oval_session structure
|
||||||
- many smaller bugfixes and new tests
|
- many smaller bugfixes and new tests
|
||||||
|
- new openscap-docker subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 6 11:40:29 UTC 2015 - meissner@suse.com
|
Mon Jul 6 11:40:29 UTC 2015 - meissner@suse.com
|
||||||
|
@ -250,13 +250,13 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
|
|||||||
|
|
||||||
%files docker
|
%files docker
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{python_sitearch}/*
|
%{python_sitelib}/oscap_docker_python
|
||||||
%{_bindir}/oscap-docker
|
%{_bindir}/oscap-docker
|
||||||
|
|
||||||
%if 0%{?with_bindings}
|
%if 0%{?with_bindings}
|
||||||
%files -n python-openscap
|
%files -n python-openscap
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{python_sitearch}/oscap_docker_python
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%files -n perl-openscap
|
%files -n perl-openscap
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user