From ddc432edbe42be47ff9cccc053dda50ed839606f Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 19 Sep 2023 14:54:28 +0200 Subject: [PATCH] Update using of %%patch --- perl-DBD-SQLite.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 0703d84..ead3da9 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -95,9 +95,9 @@ with "%{_libexecdir}/%{name}/test". %prep %setup -q -n DBD-SQLite-%{version} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%patch -P0 -p1 +%patch -P1 -p1 +%patch -P2 -p1 # Remove bundled sqlite libraries (BZ#1059154) # System libraries will be used rm sqlite*