openscap-0.9.1-1

This commit is contained in:
Petr Lautrbach 2012-10-22 13:49:47 +02:00
parent 4344c90b60
commit 3f88c5e3f3
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ openscap-0.6.0.tar.gz
/openscap-0.8.4.tar.gz
/openscap-0.8.5.tar.gz
/openscap-0.9.0.tar.gz
/openscap-0.9.1.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.0
Version: 0.9.1
Release: 1%{?dist}
Summary: Set of open source libraries enabling integration of the SCAP line of standards
Group: System Environment/Libraries
@ -66,6 +66,8 @@ libraries can be used by perl.
Summary: Openscap utilities
Group: Applications/System
Requires: %{name} = %{version}-%{release}
Requires: libcurl >= 7.12.0
BuildRequires: libcurl-devel >= 7.12.0
%description utils
The %{name}-utils package contains various utilities based on %{name} library.
@ -235,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/openscap/probe_gconf
%changelog
* Mon Oct 22 2012 Petr Lautrbach <plautrba@redhat.com> 0.9.1-1
- upgrade
* Tue Sep 25 2012 Peter Vrabec <pvrabec@redhat.com> 0.9.0-1
- upgrade

View File

@ -1 +1 @@
e6ecae664024aa040d9a22d1f56fbbf7 openscap-0.9.0.tar.gz
f50b39b100734df875f0a8b435203303 openscap-0.9.1.tar.gz