require python-ipaddr [release 1.3.2-2mamba;Wed Mar 16 2016]
This commit is contained in:
parent
757869be54
commit
c8d7046da9
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: pypolicyd-spf
|
||||
Version: 1.3.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A Postfix policy engine for Sender Policy Framework (SPF) checking
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -17,6 +17,7 @@ BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
Requires: pyspf
|
||||
Requires: python-ipaddress
|
||||
Requires: python-ipaddr
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%doc COPYING
|
||||
|
||||
%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
|
||||
- update to 1.3.2
|
||||
- patch for use with python-ipaddress with python2
|
||||
|
Loading…
Reference in New Issue
Block a user