openscap-1.2.5-1
This commit is contained in:
parent
14462498d4
commit
eff862d912
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@ openscap-0.6.0.tar.gz
|
||||
/openscap-1.2.2.tar.gz
|
||||
/openscap-1.2.3.tar.gz
|
||||
/openscap-1.2.4.tar.gz
|
||||
/openscap-1.2.5.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
restorecon -R /usr/bin/oscap /usr/libexec/openscap; \
|
||||
|
||||
Name: openscap
|
||||
Version: 1.2.4
|
||||
Version: 1.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
||||
Group: System Environment/Libraries
|
||||
@ -83,6 +83,8 @@ Group: Applications/System
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: libcurl >= 7.12.0
|
||||
BuildRequires: libcurl-devel >= 7.12.0
|
||||
Obsoletes: openscap-selinux
|
||||
Obsoletes: openscap-selinux-compat
|
||||
|
||||
%description scanner
|
||||
The %{name}-scanner package contains oscap command-line tool. The oscap
|
||||
@ -154,17 +156,6 @@ Requires: pkgconfig
|
||||
The %{name}-engine-sce-devel package contains libraries and header files
|
||||
for developing applications that use %{name}-engine-sce.
|
||||
|
||||
%package selinux-compat
|
||||
Summary: Compat package to handle previous selinux policy
|
||||
Group: System Environment/Base
|
||||
Requires: %{name}-utils = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
Obsoletes: openscap-selinux
|
||||
|
||||
%description selinux-compat
|
||||
This package is empty and kept only for compatibility reasons.
|
||||
# It cannot be really dropped because of issues like: rhbz#1028706.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -291,8 +282,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/oscap
|
||||
%{_sysconfdir}/bash_completion.d
|
||||
|
||||
%files selinux-compat
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/oscap-scan.cron
|
||||
@ -317,6 +306,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libopenscap_sce.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 06 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.5-1
|
||||
- upgrade to the latest upstream release
|
||||
|
||||
* Sat Jun 20 2015 Šimon Lukašík <slukasik@redhat.com> - 1.2.4-1
|
||||
- upgrade to the latest upstream release.
|
||||
- Content of selinux package has been purged.
|
||||
|
Loading…
Reference in New Issue
Block a user