Accepting request 1149726 from home:pgajdos:m

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

OBS-URL: https://build.opensuse.org/request/show/1149726
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-rsync?expand=0&rev=7
This commit is contained in:
Michael Vetter 2024-02-23 08:57:07 +00:00 committed by Git OBS Bridge
parent 5ead10251d
commit 0c84d2bc8a
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 08:38:17 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Dec 1 17:28:14 CET 2022 - ro@suse.de

View File

@ -52,9 +52,9 @@ list modules on the Rsync server.
%prep
%setup -q -T -c %name
install -m644 %{SOURCE0} .
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch -P 1 -p0
%patch -P 2 -p0
%patch -P 3 -p0
%build