[python-rhsm] Update python-rhsm to 1.14.2-1 Resolves: #1195446 - Only set global socket timeout on RHEL 5. (aliki

Alex Wood awood at fedoraproject.org
Thu Feb 26 22:46:28 UTC 2015


commit 319af0306a7988780cbae63e34838f5c3030adf4
Author: Alex Wood <awood at redhat.com>
Date:   Thu Feb 26 17:46:22 2015 -0500

    Update python-rhsm to 1.14.2-1
    Resolves: #1195446 - Only set global socket timeout on RHEL 5. (alikins at redhat.com)

 .gitignore       | 1 +
 python-rhsm.spec | 7 +++++--
 sources          | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 857cd35..3c42835 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,4 @@
 /python-rhsm-1.13.8.tar.gz
 /python-rhsm-1.13.10.tar.gz
 /python-rhsm-1.14.1.tar.gz
+/python-rhsm-1.14.2.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index f3e94ab..4efbf26 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -10,7 +10,7 @@
 
 
 Name: python-rhsm
-Version: 1.14.1
+Version: 1.14.2
 Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
@@ -47,7 +47,6 @@ entitlements, certificates, and access to content.
 %setup -q -n python-rhsm-%{version}
 
 %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
 
@@ -73,6 +72,10 @@ rm -rf %{buildroot}
 %attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem
 
 %changelog
+* Thu Feb 26 2015 Alex Wood <awood at redhat.com> 1.14.2-1
+- 1195446: Only set global socket timeout on RHEL 5. (alikins at redhat.com)
+- Cleanup up connection logging. (alikins at redhat.com)
+
 * 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)
diff --git a/sources b/sources
index 3270788..2a58120 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1efce8b6f96b9d9e6ea7bc407da84a35  python-rhsm-1.14.1.tar.gz
+7aff3910353bf61d8b02aa9ef116880e  python-rhsm-1.14.2.tar.gz


More information about the scm-commits mailing list