14
0

- 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/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 9efb87c6f5
commit 282a7789c9
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>

View File

@@ -44,8 +44,7 @@ containing networks.
This package includes the C-extension.
%prep
%setup -q -n py-radix-%{version}
%patch0 -p1
%autosetup -p1 -n py-radix-%{version}
%build
export CFLAGS="%{optflags}"