diff --git a/openscap-0.8.5.tar.gz b/openscap-0.8.5.tar.gz deleted file mode 100644 index 24434b9..0000000 --- a/openscap-0.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ce09a6a7d0f6b236713d471c1c76542f45e7939729cbdac3514515a3a1ac0f3 -size 8371215 diff --git a/openscap-0.9.0.tar.gz b/openscap-0.9.0.tar.gz new file mode 100644 index 0000000..bf4e152 --- /dev/null +++ b/openscap-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf2d7d9fda9cf0ea2fbdb8c4753511ffcc0a2938ed29cee47e343b97b5870c0 +size 9265625 diff --git a/openscap.changes b/openscap.changes index 87088e7..ad75437 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 28 07:54:36 UTC 2012 - meissner@suse.com + +- updated to 0.9.0: + * few public headers were renamed to follow common schema + * cve and cce modules are not build by default -> these modules are not + utilized by oscap tool and thus untested. + * --enable-bindings configure option was split into --enable-python and + support of SCAP datastream support was improved + * plus fixes in OVAL and XCCDF modules. oscap tool reports support of + XCCDF 1.2 and OVAL 5.10.1 +- libopenscap.so major version changed from 1 to 2. + ------------------------------------------------------------------- Wed Aug 29 07:56:05 UTC 2012 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index 69c983e..15452ac 100644 --- a/openscap.spec +++ b/openscap.spec @@ -16,11 +16,11 @@ # -%define soname 1 +%define soname 2 %define with_bindings 0 Name: openscap -Version: 0.8.5 +Version: 0.9.0 Release: 1.0 Source: https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz Source1: oscap-scan.init @@ -151,7 +151,7 @@ commonly used and require additional dependencies. %if 0%{?with_bindings} %configure --disable-silent-rules %else -%configure --disable-silent-rules --disable-bindings +%configure --disable-silent-rules --disable-bindings --disable-python %endif %__make %{?_smp_mflags}