remove binary in non-py3 package causing conflicts between versions [release 0.7.20-2mamba;Tue Sep 01 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 11:30:30 +01:00
parent ce1faf6316
commit c7c52bda65

View File

@ -1,6 +1,6 @@
Name: python-netaddr Name: python-netaddr
Version: 0.7.20 Version: 0.7.20
Release: 1mamba Release: 2mamba
Summary: A network address manipulation library for Python Summary: A network address manipulation library for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -41,9 +41,15 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%if "%{?pyappend}" != "py3"
%exclude %{_bindir}/netaddr
%endif
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
%changelog %changelog
* Tue Sep 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.20-2mamba
- remove binary in non-py3 package causing conflicts between versions
* Tue Aug 25 2020 Automatic Build System <autodist@mambasoft.it> 0.7.20-1mamba * Tue Aug 25 2020 Automatic Build System <autodist@mambasoft.it> 0.7.20-1mamba
- automatic version update by autodist - automatic version update by autodist