Accepting request 1129502 from GNOME:Next

Use %autosetup instead of %setup/%patch.

OBS-URL: https://build.opensuse.org/request/show/1129502
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsecret?expand=0&rev=63
This commit is contained in:
Bjørn Lie 2023-11-28 13:24:47 +00:00 committed by Git OBS Bridge
parent 71b343dfe4
commit 2b0235098e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 28 10:58:59 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Sep 19 23:38:29 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>

View File

@ -92,7 +92,7 @@ secrets. It communicates with the "Secret Service" using DBus.
%prep
%setup -q
%if 0%{?sle_version}
%patch1000 -p1
%patch -P 1000 -p1
%endif
%build