M openscap.spec Diff for working copy: . Index: openscap.spec =================================================================== --- openscap.spec (revision c86548ec47e882d642c97e427035b5b3) +++ openscap.spec (working copy) @@ -74,6 +74,13 @@ %description -n libopenscap%{soname} The OpenSCAP C Library for easy integration with SCAP. +%package docker +Summary: Docker plugin for OpenSCAP +Group: System/Libraries + +%description docker +This package contains the Docker support for OpenSCAP. + %package devel Requires: %{name} = %{version}-%{release} @@ -241,10 +248,14 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc +%files docker +%defattr(-, root, root) +%{python_sitearch}/* + %if 0%{?with_bindings} %files -n python-openscap %defattr(-, root, root) -%{python_sitearch}/* +%{python_sitearch}/oscap_docker_python %files -n perl-openscap %defattr(-, root, root) OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=134
Description
No description provided
Languages
Shell
100%