From 7553a9b7937875357e231e7a4c81aae0785f1a46aa4ffbfae2be137dc80af13c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 27 Mar 2024 13:15:41 +0000 Subject: [PATCH] Accepting request 1151108 from home:dimstar:rpm4.20:c Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151108 OBS-URL: https://build.opensuse.org/package/show/hardware/crda?expand=0&rev=44 --- crda.changes | 5 +++++ crda.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/crda.changes b/crda.changes index cb4a2a4..caa9ad2 100644 --- a/crda.changes +++ b/crda.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 10:49:10 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Fri Jun 23 10:57:35 UTC 2023 - Dr. Werner Fink diff --git a/crda.spec b/crda.spec index caa3a4d..8a9c3e0 100644 --- a/crda.spec +++ b/crda.spec @@ -52,9 +52,9 @@ through udev. %prep %setup -q -%patch0 -p1 -b .p0 -%patch1 -p1 -b .p1 -%patch2 -p1 -b .p2 +%patch -P 0 -p1 -b .p0 +%patch -P 1 -p1 -b .p1 +%patch -P 2 -p1 -b .p2 # make install calls 'ldconfig' and fails if it cannot run it... ln -s /bin/true ldconfig