require python-ipaddr [release 1.3.2-2mamba;Wed Mar 16 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 10:39:12 +01:00
parent 757869be54
commit c8d7046da9

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: pypolicyd-spf Name: pypolicyd-spf
Version: 1.3.2 Version: 1.3.2
Release: 1mamba Release: 2mamba
Summary: A Postfix policy engine for Sender Policy Framework (SPF) checking Summary: A Postfix policy engine for Sender Policy Framework (SPF) checking
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -17,6 +17,7 @@ BuildRequires: libpython-devel
Requires: python >= %python_version Requires: python >= %python_version
Requires: pyspf Requires: pyspf
Requires: python-ipaddress Requires: python-ipaddress
Requires: python-ipaddr
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc COPYING %doc COPYING
%changelog %changelog
* Wed Mar 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-2mamba
- require python-ipaddr
* Thu Dec 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-1mamba * Thu Dec 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-1mamba
- update to 1.3.2 - update to 1.3.2
- patch for use with python-ipaddress with python2 - patch for use with python-ipaddress with python2