upgrade to openscap 0.9.0
This commit is contained in:
parent
da0ec6520e
commit
dd1d90e9bc
@ -2,7 +2,7 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: openscap
|
Name: openscap
|
||||||
Version: 0.8.5
|
Version: 0.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -17,14 +17,16 @@ BuildRequires: pcre-devel
|
|||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libselinux-devel libcap-devel
|
BuildRequires: libselinux-devel libcap-devel
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libnl-devel
|
%if %{?_with_check:1}%{!?_with_check:0}
|
||||||
|
BuildRequires: perl-XML-XPath
|
||||||
|
%endif
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenSCAP is a set of open source libraries providing an easier path
|
OpenSCAP is a set of open source libraries providing an easier path
|
||||||
for integration of the SCAP line of standards. SCAP is a line of standards
|
for integration of the SCAP line of standards. SCAP is a line of standards
|
||||||
managed by NIST with the goal of providing a standard language
|
managed by NIST with the goal of providing a standard language
|
||||||
for the expression of Computer Network Defense related information.
|
for the expression of Computer Network Defense related information.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -42,7 +44,7 @@ developing applications that use %{name}.
|
|||||||
Summary: Python bindings for %{name}
|
Summary: Python bindings for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
The %{name}-python package contains the bindings so that %{name}
|
The %{name}-python package contains the bindings so that %{name}
|
||||||
@ -73,6 +75,7 @@ The %{name}-utils package contains various utilities based on %{name} library.
|
|||||||
Summary: SCAP content
|
Summary: SCAP content
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description content
|
%description content
|
||||||
Example of SCAP content for Fedora. Please note that this content
|
Example of SCAP content for Fedora. Please note that this content
|
||||||
@ -112,7 +115,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fpie"
|
|||||||
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%configure --enable-sce
|
%configure --enable-sce --enable-perl
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
# Remove shebang from bash-completion script
|
# Remove shebang from bash-completion script
|
||||||
@ -232,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libexecdir}/openscap/probe_gconf
|
%{_libexecdir}/openscap/probe_gconf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 25 2012 Peter Vrabec <pvrabec@redhat.com> 0.9.0-1
|
||||||
|
- upgrade
|
||||||
|
|
||||||
* Mon Aug 27 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.5-1
|
* Mon Aug 27 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.5-1
|
||||||
- upgrade
|
- upgrade
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user