Hello community, here is the log from the commit of package openscap for openSUSE:Factory checked in at 2015-10-14 16:44:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openscap (Old) and /work/SRC/openSUSE:Factory/.openscap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openscap" Changes: -------- --- /work/SRC/openSUSE:Factory/openscap/openscap.changes 2015-07-08 06:59:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes 2015-10-14 16:44:35.000000000 +0200 @@ -1,0 +2,27 @@ +Mon Oct 5 11:45:28 UTC 2015 - [email protected] + +- openscap 1.2.6 release + - New features + - introduced OpenSCAP user manual + - improved OVAL 5.11.1 support + - added OVAL 5.11.1 XSD schemas and schematrons + - support for core/platform schema versions + - support for check_existence attribute in state entities + - support for CIM datetime format + - amended behavior of mask attribute + - added support for remote .xml.bz2 files (use with --fetch-remote-resources) + - rewrote oscap-docker to python, deeper integration with Atomic Host + - introduced CPE name for Fedora 24 to the internal dictionary + - HTML report & guide + - results can be grouped by according to various aspects + - printing supported (interactive elements are now hidden when printing) + - table of content now shows only selected items (rule & groups) + - references to RHSA are presented as links to website (rhbz#1243808) + - Maintenance + - scap-as-rpm can now build source rpm packages (srpms) (trac#469) + - scap-as-rpm now supports python3 + - refactored oval processing into oval_session structure + - many smaller bugfixes and new tests +- new openscap-docker subpackage + +------------------------------------------------------------------- Old: ---- openscap-1.2.5.tar.gz openscap-1.2.5.tar.gz.sha1sum New: ---- openscap-1.2.6.tar.gz openscap-1.2.6.tar.gz.sha1sum ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openscap.spec ++++++ --- /var/tmp/diff_new_pack.68y8DW/_old 2015-10-14 16:44:36.000000000 +0200 +++ /var/tmp/diff_new_pack.68y8DW/_new 2015-10-14 16:44:36.000000000 +0200 @@ -20,7 +20,7 @@ %define with_bindings 0 Name: openscap -Version: 1.2.5 +Version: 1.2.6 Release: 1.0 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 @@ -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} @@ -147,12 +154,12 @@ %if 0%{?with_bindings} %configure --disable-silent-rules %else -%configure --disable-silent-rules --disable-bindings --disable-python +%configure --disable-silent-rules --disable-bindings --disable-python --disable-python3 %endif %__make %{?_smp_mflags} %check -# #%__make check %{?_smp_mflags} ||: +%__make check %{?_smp_mflags} ||: %install %__make install DESTDIR=%{buildroot} @@ -241,6 +248,11 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc +%files docker +%defattr(-, root, root) +%{python_sitelib}/oscap_docker_python +%{_bindir}/oscap-docker + %if 0%{?with_bindings} %files -n python-openscap %defattr(-, root, root) @@ -258,7 +270,9 @@ %doc docs/oscap-scan.cron %{_initrddir}/oscap-scan %{_mandir}/man8/* -%{_bindir}/* +%{_bindir}/oscap +%{_bindir}/oscap-ssh +%{_bindir}/scap-as-rpm %config %{_sysconfdir}/bash_completion.d/* %files content ++++++ fix-missing-include.dif ++++++ --- /var/tmp/diff_new_pack.68y8DW/_old 2015-10-14 16:44:36.000000000 +0200 +++ /var/tmp/diff_new_pack.68y8DW/_new 2015-10-14 16:44:36.000000000 +0200 @@ -1,7 +1,7 @@ -Index: openscap-0.9.7/src/OVAL/probes/unix/linux/rpminfo.c +Index: openscap-1.2.6/src/OVAL/probes/unix/linux/rpminfo.c =================================================================== ---- openscap-0.9.7.orig/src/OVAL/probes/unix/linux/rpminfo.c -+++ openscap-0.9.7/src/OVAL/probes/unix/linux/rpminfo.c +--- openscap-1.2.6.orig/src/OVAL/probes/unix/linux/rpminfo.c ++++ openscap-1.2.6/src/OVAL/probes/unix/linux/rpminfo.c @@ -66,6 +66,7 @@ #include <rpm/rpmmacro.h> #include <rpm/rpmlog.h> @@ -10,3 +10,15 @@ #ifndef HAVE_HEADERFORMAT # define HAVE_LIBRPM44 1 /* hack */ +Index: openscap-1.2.6/src/common/oscap_acquire.c +=================================================================== +--- openscap-1.2.6.orig/src/common/oscap_acquire.c ++++ openscap-1.2.6/src/common/oscap_acquire.c +@@ -36,6 +36,7 @@ + #include <ftw.h> + + #include "oscap_acquire.h" ++#include "oscap_buffer.h" + #include "common/_error.h" + #include "oscap_string.h" + ++++++ openscap-1.2.5.tar.gz -> openscap-1.2.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/openscap/openscap-1.2.5.tar.gz /work/SRC/openSUSE:Factory/.openscap.new/openscap-1.2.6.tar.gz differ: char 5, line 1 ++++++ openscap-1.2.5.tar.gz.sha1sum -> openscap-1.2.6.tar.gz.sha1sum ++++++ --- /work/SRC/openSUSE:Factory/openscap/openscap-1.2.5.tar.gz.sha1sum 2015-07-08 06:59:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openscap.new/openscap-1.2.6.tar.gz.sha1sum 2015-10-14 16:44:35.000000000 +0200 @@ -1 +1 @@ -16c8c27668d32831c7beddd4e1549dde75142695 openscap-1.2.5.tar.gz +1a2582cb9a75309316fa2e86169529a2b9eaa060 openscap-1.2.6.tar.gz
