Accepting request 247494 from security

- openscap-1.1.0 update
 - HTML report and guide redesign
 - dropped support for docbook
 - Introduced new probes (that are to be part of OVAL 5.11)
   - probe_systemdunitproperty
   - probe_systemdunitdependency
 - introduced raw bindings for python3
 - dozens of small bug fixes

OBS-URL: https://build.opensuse.org/request/show/247494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=33
This commit is contained in:
Stephan Kulow 2014-09-05 07:34:20 +00:00 committed by Git OBS Bridge
commit 81e8ad109f
6 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af05b2676af3b5f3b2839483871a9ed3c31b8dcb6f1bcc94db86bebb889519e0
size 13543181

View File

@ -1 +0,0 @@
237fa6cf6eefd16c24a054c36b71636b79e129fa openscap-1.0.9.tar.gz

3
openscap-1.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d6934227e059094245db09cac897fbfe64fd1bae65835b2741e102168cb3525
size 13720567

View File

@ -0,0 +1 @@
84e5d2df9d6f32ad59db9e22973970a3bbbbd3b2 openscap-1.1.0.tar.gz

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 3 12:09:10 UTC 2014 - meissner@suse.com
- openscap-1.1.0 update
- HTML report and guide redesign
- dropped support for docbook
- Introduced new probes (that are to be part of OVAL 5.11)
- probe_systemdunitproperty
- probe_systemdunitdependency
- introduced raw bindings for python3
- dozens of small bug fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 2 12:41:39 UTC 2014 - meissner@suse.com Wed Jul 2 12:41:39 UTC 2014 - meissner@suse.com

View File

@ -20,7 +20,7 @@
%define with_bindings 0 %define with_bindings 0
Name: openscap Name: openscap
Version: 1.0.9 Version: 1.1.0
Release: 1.0 Release: 1.0
Source: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz Source: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
Source5: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum Source5: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum
@ -184,9 +184,6 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
%{restart_on_update oscap-scan} %{restart_on_update oscap-scan}
%{insserv_cleanup} %{insserv_cleanup}
%clean
%__rm -rf %{buildroot}
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING ChangeLog NEWS README
@ -214,6 +211,8 @@ ln -s %{_datadir}/openscap/scap-yast2sec-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/
%{_libexecdir}/openscap/probe_selinuxsecuritycontext %{_libexecdir}/openscap/probe_selinuxsecuritycontext
%{_libexecdir}/openscap/probe_shadow %{_libexecdir}/openscap/probe_shadow
%{_libexecdir}/openscap/probe_sysctl %{_libexecdir}/openscap/probe_sysctl
%{_libexecdir}/openscap/probe_systemdunitdependency
%{_libexecdir}/openscap/probe_systemdunitproperty
%{_libexecdir}/openscap/probe_system_info %{_libexecdir}/openscap/probe_system_info
%{_libexecdir}/openscap/probe_textfilecontent %{_libexecdir}/openscap/probe_textfilecontent
%{_libexecdir}/openscap/probe_textfilecontent54 %{_libexecdir}/openscap/probe_textfilecontent54