From 6fdf449436dd91be696b8377ae5280a4ea7cb1b6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:39:26 +0100 Subject: [PATCH] update to 2.0.12 [release 2.0.12-1mamba;Thu Dec 10 2015] --- pyspf.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyspf.spec b/pyspf.spec index 69088b1..b734f68 100644 --- a/pyspf.spec +++ b/pyspf.spec @@ -1,5 +1,5 @@ Name: pyspf -Version: 2.0.11 +Version: 2.0.12 Release: 1mamba Summary: SPF (Sender Policy Framework) implemented in Python. Group: System/Libraries @@ -7,11 +7,12 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/pyspf/ -Source: https://pypi.python.org/packages/source/p/pyspf/pyspf-%{version}.tar.gz +Source: https://pypi.python.org/packages/source/p/pyspf/pyspf-%{version}t.tar.gz License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END +Requires: python-ipaddress Requires: pydns Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -40,5 +41,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %changelog +* Thu Dec 10 2015 Silvan Calarco 2.0.12-1mamba +- update to 2.0.12 + * Wed May 20 2015 Silvan Calarco 2.0.11-1mamba - package created using the webbuild interface