diff --git a/.gitignore b/.gitignore index 97f5d74..25884ed 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/openscap.spec b/openscap.spec index d77a083..9aee782 100644 --- a/openscap.spec +++ b/openscap.spec @@ -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 0.9.1-1 +- upgrade + * Tue Sep 25 2012 Peter Vrabec 0.9.0-1 - upgrade diff --git a/sources b/sources index cf77956..f00a910 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6ecae664024aa040d9a22d1f56fbbf7 openscap-0.9.0.tar.gz +f50b39b100734df875f0a8b435203303 openscap-0.9.1.tar.gz