1
0

Accepting request 1129545 from GNOME:Next

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

OBS-URL: https://build.opensuse.org/request/show/1129545
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=409
This commit is contained in:
Bjørn Lie 2023-11-28 13:13:23 +00:00 committed by Git OBS Bridge
parent bd64433180
commit ebd79cffc2
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 28 12:06:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
-------------------------------------------------------------------
Sun Nov 26 12:06:19 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -152,18 +152,18 @@ contact the settings daemon via its DBus interface.
%if ! 0%{?sle_version}
%autopatch -p1 -M 999
%else
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch -P 0 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5 -p1
%endif
# Enable the patches for both Leap 15 and SLE 15, please find the clarification at bsc#1158476.
%if 0%{?sle_version} >= 150000
%patch1000 -p1
%patch1001 -p1
%patch -P 1000 -p1
%patch -P 1001 -p1
%endif
%build