Accepting request 209232 from security

- move the gconf probe to openscap-extra-probes to reduce
  dependencies of the core probe set.

OBS-URL: https://build.opensuse.org/request/show/209232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2013-12-03 13:26:49 +00:00 committed by Git OBS Bridge
commit 9da4a98f56
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