Accepting request 1129539 from GNOME:Next

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

OBS-URL: https://build.opensuse.org/request/show/1129539
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=350
This commit is contained in:
Bjørn Lie 2023-11-28 13:15:12 +00:00 committed by Git OBS Bridge
parent 8354f74e70
commit 2c56c145b5
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -104,9 +104,9 @@ functional GNOME desktop.
%prep
%setup -q
%patch0 -p1
%patch -P 0 -p1
%ifarch s390 s390x
%patch2 -p1
%patch -P 2 -p1
%endif
%build