forked from pool/python-py-radix
- 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:
committed by
Git OBS Bridge
parent
9efb87c6f5
commit
282a7789c9
@@ -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>
|
||||
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user