openscap-0.8.3
This commit is contained in:
parent
8c74358343
commit
91a497a532
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ openscap-0.6.0.tar.gz
|
||||
/openscap-0.8.0.tar.gz
|
||||
/openscap-0.8.1.tar.gz
|
||||
/openscap-0.8.2.tar.gz
|
||||
/openscap-0.8.3.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: openscap
|
||||
Version: 0.8.2
|
||||
Release: 3%{?dist}
|
||||
Version: 0.8.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -173,6 +173,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libexecdir}/openscap/probe_routingtable
|
||||
%{_libexecdir}/openscap/probe_rpminfo
|
||||
%{_libexecdir}/openscap/probe_rpmverify
|
||||
%{_libexecdir}/openscap/probe_rpmverifyfile
|
||||
%{_libexecdir}/openscap/probe_runlevel
|
||||
%{_libexecdir}/openscap/probe_selinuxboolean
|
||||
%{_libexecdir}/openscap/probe_selinuxsecuritycontext
|
||||
@ -230,6 +231,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libexecdir}/openscap/probe_gconf
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2012 Petr Lautrbach <plautrba@redhat.com> 0.8.3-1
|
||||
- upgrade
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user