From 84ce466318e2b820209091d7937bf0ade2f64e32 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:30:41 +0100 Subject: [PATCH] rebuilt with py3* packages [release 0.10.9-2mamba;Mon Apr 13 2020] --- python-netifaces.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-netifaces.spec b/python-netifaces.spec index cb12078..87b4e01 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -1,6 +1,6 @@ Name: python-netifaces Version: 0.10.9 -Release: 1mamba +Release: 2mamba Summary: Portable network interface information Group: System/Libraries/Python Vendor: openmamba @@ -19,6 +19,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Portable network interface information. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n netifaces-%{version} @@ -39,10 +43,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Mon Apr 13 2020 Silvan Calarco 0.10.9-2mamba +- rebuilt with py3* packages + * Fri Jan 04 2019 Automatic Build System 0.10.9-1mamba - automatic version update by autodist