forked from pool/openscap
Accepting request 136321 from security
- 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. OBS-URL: https://build.opensuse.org/request/show/136321 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=9
This commit is contained in:
commit
c6e1dd2fce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ce09a6a7d0f6b236713d471c1c76542f45e7939729cbdac3514515a3a1ac0f3
|
||||
size 8371215
|
3
openscap-0.9.0.tar.gz
Normal file
3
openscap-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cf2d7d9fda9cf0ea2fbdb8c4753511ffcc0a2938ed29cee47e343b97b5870c0
|
||||
size 9265625
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user