SHA256
1
0
forked from pool/openscap

Accepting request 113792 from security

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/113792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-04-17 05:47:26 +00:00 committed by Git OBS Bridge
commit 263a6c5451
4 changed files with 25 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 30 16:21:21 CEST 2012 - meissner@suse.de
- Updated to 0.8.2
- XCCDF check-import support
- XSLT transformation for XCCDF 1.1 to 1.2 migration
- SCE reports now optionally use the new check-import functionality
and don't need separate SCE result files
- bug fixes
-------------------------------------------------------------------
Sat Mar 24 10:54:22 UTC 2012 - mc@suse.com
- require libnl-devel on older SUSE version
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 19 15:52:17 UTC 2012 - cfarrell@suse.com Mon Mar 19 15:52:17 UTC 2012 - cfarrell@suse.com

View File

@ -20,7 +20,7 @@
%define with_bindings 0 %define with_bindings 0
Name: openscap Name: openscap
Version: 0.8.1 Version: 0.8.2
Release: 1.0 Release: 1.0
Source: http://www.open-scap.org/download/%name-%version.tar.gz Source: http://www.open-scap.org/download/%name-%version.tar.gz
Source1: oscap-scan.init Source1: oscap-scan.init
@ -30,11 +30,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libacl-devel BuildRequires: libacl-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
%if 0%{?suse_version} && 0%{?suse_version} <=1140
BuildRequires: libnl-devel
%else
BuildRequires: libnl-1_1-devel BuildRequires: libnl-1_1-devel
%endif
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
# Use package name cause of "have choice for perl(XML::Parser): brp-check-suse perl-XML-Parser" # Use package name cause of "have choice for perl(XML::Parser): brp-check-suse perl-XML-Parser"
BuildRequires: gconf2-devel BuildRequires: gconf2-devel
BuildRequires: libblkid-devel BuildRequires: libblkid-devel
BuildRequires: libcap-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: libxslt-devel BuildRequires: libxslt-devel
BuildRequires: openldap2-devel BuildRequires: openldap2-devel
@ -43,9 +48,8 @@ BuildRequires: perl-XML-Parser
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: rpm-devel BuildRequires: rpm-devel
BuildRequires: libcap-devel
BuildRequires: unixODBC-devel
BuildRequires: swig BuildRequires: swig
BuildRequires: unixODBC-devel
Summary: A Set of Libraries for Integration with SCAP Summary: A Set of Libraries for Integration with SCAP
License: LGPL-2.1+ License: LGPL-2.1+
Group: Development/Tools/Other Group: Development/Tools/Other