Removed the openscap-perl subpackage to be on par with RHEL.

This commit is contained in:
Matěj Týč 2018-10-19 17:11:02 +02:00
parent ab4a909b19
commit e61017ac2b

View File

@ -1,6 +1,6 @@
Name: openscap Name: openscap
Version: 1.3.0 Version: 1.3.0
Release: 1%{?dist} Release: 2%{?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+
@ -60,18 +60,6 @@ BuildRequires: python3-devel
The %{name}-python3 package contains the bindings so that %{name} The %{name}-python3 package contains the bindings so that %{name}
libraries can be used by python3. 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 %package scanner
Summary: OpenSCAP Scanner Tool (oscap) Summary: OpenSCAP Scanner Tool (oscap)
Group: Applications/System Group: Applications/System
@ -176,10 +164,6 @@ rm -rf $RPM_BUILD_ROOT
%files python3 %files python3
%{python3_sitearch}/* %{python3_sitearch}/*
%files perl
%{perl_vendorarch}/*
%{perl_vendorlib}/*
%files devel %files devel
%doc %{_pkgdocdir}/html/ %doc %{_pkgdocdir}/html/
%{_libdir}/libopenscap.so %{_libdir}/libopenscap.so
@ -216,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT
%{python3_sitelib}/oscap_docker_python/* %{python3_sitelib}/oscap_docker_python/*
%changelog %changelog
* Fri Oct 19 2018 Matěj Týč <matyc@redhat.com> - 1.3.0-2
- Removed the openscap-perl package to be on par with RHEL.
* Tue Oct 09 2018 Jan Černý <jcerny@redhat.com> - 1.3.0-1 * Tue Oct 09 2018 Jan Černý <jcerny@redhat.com> - 1.3.0-1
- upgrade to the latest upstream release - upgrade to the latest upstream release