openscap-1.2.0-1

This commit is contained in:
Šimon Lukašík 2014-12-02 10:37:15 +01:00
parent 225704845d
commit 4b45ca6fcf
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@ openscap-0.6.0.tar.gz
/openscap-1.0.9.tar.gz
/openscap-1.1.0.tar.gz
/openscap-1.1.1.tar.gz
/openscap-1.2.0.tar.gz

View File

@ -5,7 +5,7 @@
restorecon -R /usr/bin/oscap /usr/libexec/openscap; \
Name: openscap
Version: 1.1.1
Version: 1.2.0
Release: 1%{?dist}
Summary: Set of open source libraries enabling integration of the SCAP line of standards
Group: System Environment/Libraries
@ -20,8 +20,10 @@ BuildRequires: pcre-devel
BuildRequires: libacl-devel
BuildRequires: libselinux-devel libcap-devel
BuildRequires: libblkid-devel
BuildRequires: bzip2-devel
%if %{?_with_check:1}%{!?_with_check:0}
BuildRequires: perl-XML-XPath
BuildRequires: bzip2
%endif
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@ -234,7 +236,7 @@ exit 0
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%doc AUTHORS COPYING ChangeLog NEWS README.md
%{_libdir}/libopenscap.so.*
%{_libexecdir}/openscap/probe_dnscache
%{_libexecdir}/openscap/probe_environmentvariable
@ -337,6 +339,9 @@ exit 0
# %{_mandir}/man8/openscap_selinux.8.*
%changelog
* Tue Dec 02 2014 Šimon Lukašík <slukasik@redhat.com> - 1.2.0-1
- upgrade to the latest upstream release
* Fri Sep 26 2014 Šimon Lukašík <slukasik@redhat.com> - 1.1.1-1
- upgrade to the latest upstream release

View File

@ -1 +1 @@
2fb727727a0219d70b6d40ad079ebbb5 openscap-1.1.1.tar.gz
5d993b48a835983678277da569748111 openscap-1.2.0.tar.gz