From 102ebafc207194a99ec10432b6480844ff4e28ef Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jun 13 2023 09:11:16 +0000 Subject: Disable extra test in RHEL builds Based on: https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1 --- diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec index 410f355..bc2c49c 100644 --- a/perl-List-MoreUtils-XS.spec +++ b/perl-List-MoreUtils-XS.spec @@ -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 - 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 - 0.430-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild