[python-pyspf/el6] * Sun Mar 02 2014 Paul Wouters <pwouters at redhat.com> - 2.0.8-2 - Added Requires: python-ipaddr, upda

Paul Wouters pwouters at fedoraproject.org
Sun Mar 2 11:11:10 UTC 2014


commit cbcb626f698f92fc0d52bd83cba0a2b881c8e215
Author: Paul Wouters <pwouters at redhat.com>
Date:   Sun Mar 2 11:11:26 2014 +0000

    * Sun Mar 02 2014 Paul Wouters <pwouters at redhat.com> - 2.0.8-2
    - Added Requires: python-ipaddr, update URL/Source locations

 python-pyspf.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python-pyspf.spec b/python-pyspf.spec
index e459642..6e52916 100644
--- a/python-pyspf.spec
+++ b/python-pyspf.spec
@@ -2,19 +2,18 @@
 
 Name:           python-pyspf
 Version:        2.0.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python module and programs for SPF (Sender Policy Framework)
 
 Group:          Development/Languages
 License:        Python
-URL:            http://sourceforge.net/forum/forum.php?forum_id=596908
-Source0:        http://downloads.sourceforge.net/pymilter/pyspf-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:            https://pypi.python.org/pypi/pyspf/
+Source0:        https://pypi.python.org/packages/source/p/pyspf/pyspf-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python-setuptools
 BuildRequires:  python-devel
-Requires:       python-pydns
+Requires:       python-pydns python-ipaddr
 
 %description
 SPF does email sender validation.  For more information about SPF,
@@ -50,6 +49,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*.py{o,c}
 %{python_sitelib}/pyspf-%{version}-py*.egg-info
 
 %changelog
+* Sun Mar 02 2014 Paul Wouters <pwouters at redhat.com> - 2.0.8-2
+- Added Requires: python-ipaddr, update URL/Source locations
+
 * Wed Aug 07 2013 Adam Williamson <awilliam at redhat.com> - 2.0.8-1
 - update to latest upstream, modernize spec
 


More information about the scm-commits mailing list