Do not use optional perl(prefork) for ELN

This commit is contained in:
Jitka Plesnikova 2021-01-21 17:22:25 +01:00
parent 1c9e221c57
commit 465a37eabb

View File

@ -1,10 +1,14 @@
# Run prefork optional test
%if ! (0%{?rhel})
%{bcond_without perl_Module_ScanDeps_enables_prefork}
%else
%{bcond_with perl_Module_ScanDeps_enables_prefork}
%endif
Name: perl-Module-ScanDeps
Summary: Recursively scan Perl code for dependencies
Version: 1.30
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-ScanDeps
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-%{version}.tar.gz
@ -102,6 +106,9 @@ make test
%{_mandir}/man3/Module::ScanDeps.3pm*
%changelog
* Thu Jan 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-2
- Do not use optional perl(prefork) for ELN
* Thu Jan 14 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-1
- 1.30 bump