openscap-0.9.1-1
This commit is contained in:
parent
4344c90b60
commit
3f88c5e3f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ openscap-0.6.0.tar.gz
|
|||||||
/openscap-0.8.4.tar.gz
|
/openscap-0.8.4.tar.gz
|
||||||
/openscap-0.8.5.tar.gz
|
/openscap-0.8.5.tar.gz
|
||||||
/openscap-0.9.0.tar.gz
|
/openscap-0.9.0.tar.gz
|
||||||
|
/openscap-0.9.1.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)")}
|
%{!?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.9.0
|
Version: 0.9.1
|
||||||
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
|
||||||
@ -66,6 +66,8 @@ libraries can be used by perl.
|
|||||||
Summary: Openscap utilities
|
Summary: Openscap utilities
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: libcurl >= 7.12.0
|
||||||
|
BuildRequires: libcurl-devel >= 7.12.0
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
The %{name}-utils package contains various utilities based on %{name} library.
|
The %{name}-utils package contains various utilities based on %{name} library.
|
||||||
@ -235,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libexecdir}/openscap/probe_gconf
|
%{_libexecdir}/openscap/probe_gconf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 25 2012 Peter Vrabec <pvrabec@redhat.com> 0.9.0-1
|
||||||
- upgrade
|
- upgrade
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user