From 7f175bc63121b9018e31031c2fdcc7d120ee731e Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 17 May 2023 13:30:09 +0100 Subject: [PATCH] Avoid use of deprecated patch syntax --- perl-Types-Serialiser.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Types-Serialiser.spec b/perl-Types-Serialiser.spec index 256f0d6..76e9071 100644 --- a/perl-Types-Serialiser.spec +++ b/perl-Types-Serialiser.spec @@ -33,7 +33,7 @@ implementations so they become inter-operable between each other. %setup -q -n Types-Serialiser-%{version} # Hide package declaration of JSON::PP::Boolean from rpm -%patch0 +%patch -P 0 %build perl Makefile.PL INSTALLDIRS=vendor