From e61017ac2b991c203642899d95b8ea1fb7da5f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= Date: Fri, 19 Oct 2018 17:11:02 +0200 Subject: [PATCH] Removed the openscap-perl subpackage to be on par with RHEL. --- openscap.spec | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/openscap.spec b/openscap.spec index e3730d0..75f5a84 100644 --- a/openscap.spec +++ b/openscap.spec @@ -1,6 +1,6 @@ Name: openscap Version: 1.3.0 -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+ @@ -60,18 +60,6 @@ BuildRequires: python3-devel The %{name}-python3 package contains the bindings so that %{name} libraries can be used by python3. -%package perl -Summary: Perl bindings for %{name} -Group: Development/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl-devel - -%description perl -The %{name}-perl package contains the bindings so that %{name} -libraries can be used by perl. - - %package scanner Summary: OpenSCAP Scanner Tool (oscap) Group: Applications/System @@ -176,10 +164,6 @@ rm -rf $RPM_BUILD_ROOT %files python3 %{python3_sitearch}/* -%files perl -%{perl_vendorarch}/* -%{perl_vendorlib}/* - %files devel %doc %{_pkgdocdir}/html/ %{_libdir}/libopenscap.so @@ -216,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT %{python3_sitelib}/oscap_docker_python/* %changelog +* Fri Oct 19 2018 Matěj Týč - 1.3.0-2 +- Removed the openscap-perl package to be on par with RHEL. + * Tue Oct 09 2018 Jan Černý - 1.3.0-1 - upgrade to the latest upstream release