1
0

Accepting request 1149719 from home:pgajdos:m

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

OBS-URL: https://build.opensuse.org/request/show/1149719
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=120
This commit is contained in:
2024-02-23 08:57:44 +00:00
committed by Git OBS Bridge
parent c26a8b5fed
commit b94c916a46
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 08:48:34 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Feb 5 22:34:58 UTC 2024 - Andrew Daugherity <adaugherity@tamu.edu>

View File

@@ -1174,15 +1174,15 @@ with the libdbi driver for $extension.
EOF
done
%patch1 -p1
%patch6 -p1
%patch -P 1 -p1
%patch -P 6 -p1
# Debian patches
%patch121 -p1
%patch122 -p1
%patch -P 121 -p1
%patch -P 122 -p1
# Github patches
%patch125 -p1
%patch126 -p1
%patch130 -p1
%patch -P 125 -p1
%patch -P 126 -p1
%patch -P 130 -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing -DLDAP_DEPRECATED"