[python-pam] Update to 0.1.4

Juan Orti jorti at fedoraproject.org
Wed Jun 11 08:07:50 UTC 2014


commit 0329732c96510386162401ba2304c983e9aa49ec
Author: Juan Orti Alcaine <j.orti.alcaine at gmail.com>
Date:   Wed Jun 11 10:07:41 2014 +0200

    Update to 0.1.4

 .gitignore      |    1 +
 python-pam.spec |   17 ++++++++++-------
 sources         |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e75f4c..e9bd682 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pam-0.1.3.tar.gz
+/pam-0.1.4.tar.gz
diff --git a/python-pam.spec b/python-pam.spec
index e793af7..a482c47 100644
--- a/python-pam.spec
+++ b/python-pam.spec
@@ -1,12 +1,12 @@
 Name:           python-pam
-Version:        0.1.3
-Release:        3%{?dist}
+Version:        0.1.4
+Release:        1%{?dist}
 Summary:        Pure Python interface to the Pluggable Authentication Modules system on Linux
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://atlee.ca/software/pam/
-Source0:        http://atlee.ca/software/pam/dist/%{version}/pam-%{version}.tar.gz
+Source0:        https://pypi.python.org/packages/source/p/pam/pam-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -20,16 +20,19 @@ authenticate a given username / password against the PAM system on Linux.
 %setup -q -n pam-%{version}
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 %install
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python2} setup.py install --skip-build --root %{buildroot}
 
 %files
-%{python_sitelib}/pam.py*
-%{python_sitelib}/pam-*.egg-info
+%{python2_sitelib}/pam.py*
+%{python2_sitelib}/pam-*.egg-info
 
 %changelog
+* Wed Jun 11 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.4-1
+- Bug #1104258 update to 0.1.4
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index b41ac85..ebaf540 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a64e9220414dd21a6d82cb0f0371fd5  pam-0.1.3.tar.gz
+4c5247af579352bb6882dac64be10a33  pam-0.1.4.tar.gz


More information about the scm-commits mailing list