[python-rhsm] Update python-rhsm to 1.13.6-1 Resolves: #1153375 - Support TLSv1.2 and v1.1 by default. (alikins at re

Alex Wood awood at fedoraproject.org
Thu Oct 23 21:01:18 UTC 2014


commit c363e9fb355babf7a3d15d9e2f6ef8bdb5f50529
Author: Alex Wood <awood at redhat.com>
Date:   Thu Oct 23 17:01:17 2014 -0400

    Update python-rhsm to 1.13.6-1
    Resolves: #1153375 - Support TLSv1.2 and v1.1 by default. (alikins at redhat.com)

 .gitignore       |    1 +
 python-rhsm.spec |   15 +++++++++++++--
 sources          |    2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8167046..3ad0ae9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@
 /python-rhsm-1.12.5.tar.gz
 /python-rhsm-1.13.2.tar.gz
 /python-rhsm-1.13.3.tar.gz
+/python-rhsm-1.13.6.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index c00a117..65d04f1 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -10,7 +10,7 @@
 
 
 Name: python-rhsm
-Version: 1.13.3
+Version: 1.13.6
 Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
@@ -68,9 +68,20 @@ rm -rf %{buildroot}
 
 %{python_sitearch}/rhsm/*
 %{python_sitearch}/rhsm-*.egg-info
-%attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem
+%attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem
 
 %changelog
+* Thu Oct 23 2014 Alex Wood <awood at redhat.com> 1.13.6-1
+- 1153375: Support TLSv1.2 and v1.1 by default. (alikins at redhat.com)
+- Set CA PEM files permissions to 644. (awood at redhat.com)
+
+* Thu Oct 16 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 1.13.5-1
+- Renamed the "containstext" parameter to "matches." (crog at redhat.com)
+
+* Thu Oct 16 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 1.13.4-1
+- Added support for contains_text to UEPConnection.getPoolsList
+  (crog at redhat.com)
+
 * Fri Oct 03 2014 Alex Wood <awood at redhat.com> 1.13.3-1
 - Make more use of setup.py. (alikins at redhat.com)
 
diff --git a/sources b/sources
index 28a9028..e1e034a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2938d9fe279d5059cef2d8ab68d28f53  python-rhsm-1.13.3.tar.gz
+3751a4009c22b0d5aa63647f409bc364  python-rhsm-1.13.6.tar.gz


More information about the scm-commits mailing list