From 80607f85976e4a02e09a74111016a2e292aebea4e788cb2d9becf5d0f2633473 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 1 Mar 2024 12:32:08 +0000 Subject: [PATCH] Accepting request 1151097 from home:dimstar:rpm4.20:c Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151097 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=360 --- coreutils.changes | 5 +++++ coreutils.spec | 36 ++++++++++++++++++------------------ 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/coreutils.changes b/coreutils.changes index 62e26ba..bdc67db 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 10:48:14 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sun Jan 21 09:50:55 UTC 2024 - Bernhard Voelker diff --git a/coreutils.spec b/coreutils.spec index 685b3fb..e5e4b18 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -148,33 +148,33 @@ This package contains the documentation for the GNU Core Utilities. %prep %setup -q -n coreutils-%{version} -%patch4 -p1 -%patch1 -%patch3 -%patch8 +%patch -P 4 -p1 +%patch -P 1 +%patch -P 3 +%patch -P 8 # %if 0%{?suse_version} <= 1320 -%patch100 +%patch -P 100 %endif -%patch112 -%patch113 -%patch114 -p1 -%patch115 -p1 +%patch -P 112 +%patch -P 113 +%patch -P 114 -p1 +%patch -P 115 -p1 -%patch300 +%patch -P 300 %ifarch %{ix86} x86_64 ppc ppc64 -%patch301 +%patch -P 301 %endif -%patch303 -%patch304 -%patch500 -%patch501 +%patch -P 303 +%patch -P 304 +%patch -P 500 +%patch -P 501 -%patch810 -%patch900 -%patch920 -p1 +%patch -P 810 +%patch -P 900 +%patch -P 920 -p1 # ================================================ %build