14
0

Accepting request 1189794 from home:dimstar:Factory

- Use %autosetup: eliminates usage of deprecated %patchN syntax.

%patch0 is deprecated syntax and no longer supported on RPM 4.20

Either use %autosetup (apply all patches) or
use %patch -P N to selectively apply patches.

OBS-URL: https://build.opensuse.org/request/show/1189794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-radix?expand=0&rev=11
This commit is contained in:
Sebastian Wagner
2024-07-27 08:56:26 +00:00
committed by Git OBS Bridge
parent f46e67fbd9
commit 4cd93ef5bd
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 26 13:36:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup: eliminates usage of deprecated %patchN syntax.
-------------------------------------------------------------------
Mon Jul 15 16:47:28 UTC 2024 - Sebastian Wagner <sebix@sebix.at>