Accepting request 1129550 from GNOME:Next

Use %patch -p N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1129550
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=532
This commit is contained in:
Bjørn Lie 2023-11-28 13:13:07 +00:00 committed by Git OBS Bridge
parent 1d8249ecd5
commit 7764837f9f
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 28 12:09:13 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
-------------------------------------------------------------------
Sun Nov 26 11:58:27 UTC 2023 - bjorn.lie@gmail.com

View File

@ -185,15 +185,15 @@ GNOME control center.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
# patches for Leap >= 15 plus SLE >= 15, but not TW
%if 0%{?sle_version} >= 150000
%patch1001 -p1
%patch1002 -p1
%patch1003 -p1
%patch -P 1001 -p1
%patch -P 1002 -p1
%patch -P 1003 -p1
%endif
%build