From c8d7046da92889ec12a1b7ffcc9d319b28b7602f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:39:12 +0100 Subject: [PATCH] require python-ipaddr [release 1.3.2-2mamba;Wed Mar 16 2016] --- pypolicyd-spf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pypolicyd-spf.spec b/pypolicyd-spf.spec index efbcdc9..21aaf3c 100644 --- a/pypolicyd-spf.spec +++ b/pypolicyd-spf.spec @@ -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 1.3.2-2mamba +- require python-ipaddr + * Thu Dec 10 2015 Silvan Calarco 1.3.2-1mamba - update to 1.3.2 - patch for use with python-ipaddress with python2