openscap-0.8.3

This commit is contained in:
Petr Lautrbach 2012-07-30 13:19:23 +02:00
parent 8c74358343
commit 91a497a532
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ openscap-0.6.0.tar.gz
/openscap-0.8.0.tar.gz /openscap-0.8.0.tar.gz
/openscap-0.8.1.tar.gz /openscap-0.8.1.tar.gz
/openscap-0.8.2.tar.gz /openscap-0.8.2.tar.gz
/openscap-0.8.3.tar.gz

View File

@ -2,8 +2,8 @@
%{!?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.8.2 Version: 0.8.3
Release: 3%{?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
License: LGPLv2+ License: LGPLv2+
@ -173,6 +173,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/openscap/probe_routingtable %{_libexecdir}/openscap/probe_routingtable
%{_libexecdir}/openscap/probe_rpminfo %{_libexecdir}/openscap/probe_rpminfo
%{_libexecdir}/openscap/probe_rpmverify %{_libexecdir}/openscap/probe_rpmverify
%{_libexecdir}/openscap/probe_rpmverifyfile
%{_libexecdir}/openscap/probe_runlevel %{_libexecdir}/openscap/probe_runlevel
%{_libexecdir}/openscap/probe_selinuxboolean %{_libexecdir}/openscap/probe_selinuxboolean
%{_libexecdir}/openscap/probe_selinuxsecuritycontext %{_libexecdir}/openscap/probe_selinuxsecuritycontext
@ -230,6 +231,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/openscap/probe_gconf %{_libexecdir}/openscap/probe_gconf
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
d9f3df2206f8a518548939406daa9796 openscap-0.8.2.tar.gz 8dca628b3952a6e0141402d158f140b1 openscap-0.8.3.tar.gz