From 4199e4f7be2f76fa9f8cd8f7b3f219c8561844ac Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 13 Jun 2023 10:18:01 +0100 Subject: [PATCH] Silence build-time warnings about missing bundled modules --- perl-List-MoreUtils-XS.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec index bc2c49c..f05c6b8 100644 --- a/perl-List-MoreUtils-XS.spec +++ b/perl-List-MoreUtils-XS.spec @@ -63,6 +63,7 @@ This module provides accelerated versions of functions in List::MoreUtils. # Unbundle bundled modules except private inc::Config::AutoConf::LMU %patch -P 0 find inc/ -type f ! -name LMU.pm -print -delete +perl -i -ne 'print $_ unless m{^inc/} and not m{LMU\.pm}' MANIFEST %build perl Makefile.PL \ @@ -91,6 +92,7 @@ make test * 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) +- Silence build-time warnings about missing bundled modules * Fri Jan 20 2023 Fedora Release Engineering - 0.430-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild