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.