openscap-0.9.3-1

This commit is contained in:
Petr Lautrbach 2012-12-17 13:44:37 +01:00
parent ba8a0893da
commit 688979990d
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
50a8ead6255995db4905b862f861ba82 openscap-0.9.2.tar.gz
5808297b735a866b7418d9a4c4c3c415 openscap-0.9.3.tar.gz