openscap-0.9.3-1
This commit is contained in:
parent
ba8a0893da
commit
688979990d
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ openscap-0.6.0.tar.gz
|
||||
/openscap-0.9.0.tar.gz
|
||||
/openscap-0.9.1.tar.gz
|
||||
/openscap-0.9.2.tar.gz
|
||||
/openscap-0.9.3.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: openscap
|
||||
Version: 0.9.2
|
||||
Version: 0.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
||||
Group: System Environment/Libraries
|
||||
@ -70,8 +70,9 @@ Requires: libcurl >= 7.12.0
|
||||
BuildRequires: libcurl-devel >= 7.12.0
|
||||
|
||||
%description utils
|
||||
The %{name}-utils package contains various utilities based on %{name} library.
|
||||
|
||||
The %{name}-utils package contains oscap command-line tool. The oscap
|
||||
is configuration and vulnerability scanner, capable of performing
|
||||
compliance checking using SCAP content.
|
||||
|
||||
%package content
|
||||
Summary: SCAP content
|
||||
@ -195,8 +196,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/openscap
|
||||
%dir %{_datadir}/openscap/schemas
|
||||
%dir %{_datadir}/openscap/xsl
|
||||
%dir %{_datadir}/openscap/cpe
|
||||
%{_datadir}/openscap/schemas/*
|
||||
%{_datadir}/openscap/xsl/*
|
||||
%{_datadir}/openscap/cpe/*
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root,-)
|
||||
@ -237,6 +240,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libexecdir}/openscap/probe_gconf
|
||||
|
||||
%changelog
|
||||
* Mon Dec 17 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.3-1
|
||||
- upgrade
|
||||
|
||||
* Wed Nov 21 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.2-1
|
||||
- upgrade
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user