u
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
This commit is contained in:
parent
d9711fcd1b
commit
517cb9d0f1
@ -74,6 +74,13 @@ Group: System/Libraries
|
|||||||
%description -n libopenscap%{soname}
|
%description -n libopenscap%{soname}
|
||||||
The OpenSCAP C Library for easy integration with SCAP.
|
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
|
%package devel
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -241,10 +248,14 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
|
%files docker
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%if 0%{?with_bindings}
|
%if 0%{?with_bindings}
|
||||||
%files -n python-openscap
|
%files -n python-openscap
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/oscap_docker_python
|
||||||
|
|
||||||
%files -n perl-openscap
|
%files -n perl-openscap
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user