From d63a27633f397e823683627469b09c97703d624125e90fe8703f74cdcbf8630a Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Mon, 26 Feb 2024 16:54:08 +0000 Subject: [PATCH] Accepting request 1151367 from home:pgajdos:t - Use %patch -P N instead of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1151367 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=77 --- telegraf.changes | 5 +++++ telegraf.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/telegraf.changes b/telegraf.changes index 3c70a82..659b34f 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 12:31:34 UTC 2024 - pgajdos@suse.com + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Feb 20 18:35:56 UTC 2024 - Marcus Rueckert diff --git a/telegraf.spec b/telegraf.spec index db7bc5b..154d2f2 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -42,7 +42,7 @@ easily add support for collecting metrics from local or remote services. %prep %setup -q %setup -q -T -D -a 1 -%patch0 -p1 +%patch -P 0 -p1 %build # Build the binary.