From 44a76dac8639b25eeb81ba52d36080a8545e0359 Mon Sep 17 00:00:00 2001 From: Martin Preisler Date: Thu, 5 Oct 2017 14:27:27 -0400 Subject: [PATCH] Package oscap-chroot as part of openscap-scanner It has no dependencies and is just a very thin wrapper around oscap. --- openscap.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openscap.spec b/openscap.spec index 9c12627..f1bac66 100644 --- a/openscap.spec +++ b/openscap.spec @@ -14,7 +14,7 @@ restorecon -R /usr/bin/oscap /usr/libexec/openscap; \ Name: openscap Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of open source libraries enabling integration of the SCAP line of standards Group: System Environment/Libraries License: LGPLv2+ @@ -304,6 +304,7 @@ rm -rf $RPM_BUILD_ROOT %files scanner %{_mandir}/man8/oscap.8.gz %{_bindir}/oscap +%{_bindir}/oscap-chroot %{_sysconfdir}/bash_completion.d %files utils @@ -315,6 +316,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %exclude %{_bindir}/oscap %exclude %{_bindir}/oscap-docker +%exclude %{_bindir}/oscap-chroot %files content-sectool %defattr(-,root,root,-) @@ -338,6 +340,9 @@ rm -rf $RPM_BUILD_ROOT %{oscapdocker_pysitelib}/oscap_docker_python/* %changelog +* Thu Oct 05 2017 Martin Preisler - 1.2.15-2 +- moved oscap-chroot to openscap-scanner because it's a thin wrapper script with no dependencies + * Fri Aug 25 2017 Jan Černý - 1.2.15-1 - upgrade to the latest upstream release