[python-rhsm] Update python-rhsm to 1.14.1-1

Devan Goodwin dgoodwin at fedoraproject.org
Fri Feb 6 19:54:23 UTC 2015


commit bea1dfd00e6cadbca83a69e5133ea93cd96d2ff3
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Fri Feb 6 15:54:15 2015 -0400

    Update python-rhsm to 1.14.1-1

 .gitignore       |    1 +
 python-rhsm.spec |   11 ++++++++---
 sources          |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73560cb..857cd35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,4 @@
 /python-rhsm-1.13.6.tar.gz
 /python-rhsm-1.13.8.tar.gz
 /python-rhsm-1.13.10.tar.gz
+/python-rhsm-1.14.1.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index 1862b1f..f3e94ab 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -10,7 +10,7 @@
 
 
 Name: python-rhsm
-Version: 1.13.10
+Version: 1.14.1
 Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
@@ -22,7 +22,7 @@ License: GPLv2
 # cd client/python-rhsm
 # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
 Source0: %{name}-%{version}.tar.gz
-URL: http://fedorahosted.org/candlepin
+URL: http://www.candlepinproject.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: m2crypto
@@ -47,7 +47,9 @@ entitlements, certificates, and access to content.
 %setup -q -n python-rhsm-%{version}
 
 %build
-%{__python} setup.py build
+#%{__python} setup.py build
+# create a version.py with the rpm version info
+PYTHON_RHSM_VERSION=%{version} PYTHON_RHSM_RELEASE=%{release} %{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
@@ -71,6 +73,9 @@ rm -rf %{buildroot}
 %attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem
 
 %changelog
+* Fri Feb 06 2015 Devan Goodwin <dgoodwin at rm-rf.ca> 1.14.1-1
+- 976855: build_py now populates version.py with ver (alikins at redhat.com)
+- 1187587: Correct project URL in spec file. (awood at redhat.com)
 * Fri Jan 09 2015 William Poteat <wpoteat at redhat.com> 1.13.10-1
 - Add custom JSON encoding for set objects. (awood at redhat.com)
 - Update SSL context options to follow the M2Crypto standard idiom.
diff --git a/sources b/sources
index 819147d..3270788 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1bfba17ce1db82d9275351df8ad11edc  python-rhsm-1.13.10.tar.gz
+1efce8b6f96b9d9e6ea7bc407da84a35  python-rhsm-1.14.1.tar.gz


More information about the scm-commits mailing list