From 5b00c84e58fa35c40706ec90c10a1e5627523f30 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 26 Apr 2023 08:40:00 +0100 Subject: [PATCH] Avoid use of deprecated patch syntax --- perl-List-MoreUtils-XS.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec index 10e1645..30d7846 100644 --- a/perl-List-MoreUtils-XS.spec +++ b/perl-List-MoreUtils-XS.spec @@ -56,7 +56,7 @@ This module provides accelerated versions of functions in List::MoreUtils. %setup -q -n List-MoreUtils-XS-%{version} # Unbundle bundled modules except private inc::Config::AutoConf::LMU -%patch0 +%patch -P 0 find inc/ -type f ! -name LMU.pm -print -delete %build