Disable extra test in RHEL builds

Based on:
https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1
This commit is contained in:
Paul Howarth 2023-06-13 10:10:19 +01:00
parent 47601ce8b1
commit 102ebafc20

View File

@ -1,9 +1,13 @@
# Run extra tests
%if ! (0%{?rhel})
%bcond_without perl_List_MoreUtils_XS_enables_extra_test
%else
%bcond_with perl_List_MoreUtils_XS_enables_extra_test
%endif
Name: perl-List-MoreUtils-XS
Version: 0.430
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Provide compiled List::MoreUtils functions
# Code from List-MoreUtils < 0.417 is GPL-1.0-or-later OR Artistic-1.0-Perl
# Anything after that is Apache-2.0
@ -84,6 +88,10 @@ make test
%{_mandir}/man3/List::MoreUtils::XS.3*
%changelog
* Tue Jun 13 2023 Paul Howarth <paul@city-fan.org> - 0.430-9
- Disable extra test in RHEL builds (based on
https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.430-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild