SHA256
1
0
forked from pool/openscap

- move the gconf probe to openscap-extra-probes to reduce

dependencies of the core probe set.

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=90
This commit is contained in:
Marcus Meissner 2013-12-02 16:54:33 +00:00 committed by Git OBS Bridge
parent 44e3357a41
commit 8144982cda
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 2 16:53:56 UTC 2013 - meissner@suse.com
- move the gconf probe to openscap-extra-probes to reduce
dependencies of the core probe set.
-------------------------------------------------------------------
Thu Nov 28 12:57:03 UTC 2013 - meissner@suse.com

View File

@ -207,7 +207,6 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
%{_libexecdir}/openscap/probe_fileextendedattribute
%{_libexecdir}/openscap/probe_filehash
%{_libexecdir}/openscap/probe_filehash58
%{_libexecdir}/openscap/probe_gconf
%{_libexecdir}/openscap/probe_iflisteners
%{_libexecdir}/openscap/probe_inetlisteningservers
%{_libexecdir}/openscap/probe_interface
@ -277,5 +276,6 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
%files extra-probes
%defattr(-,root,root,-)
%{_libexecdir}/openscap/probe_ldap57
%{_libexecdir}/openscap/probe_gconf
%changelog