From c363e9fb355babf7a3d15d9e2f6ef8bdb5f50529 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Oct 23 2014 21:01:17 +0000 Subject: Update python-rhsm to 1.13.6-1 Resolves: #1153375 - Support TLSv1.2 and v1.1 by default. (alikins@redhat.com) --- 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 1.13.6-1 +- 1153375: Support TLSv1.2 and v1.1 by default. (alikins@redhat.com) +- Set CA PEM files permissions to 644. (awood@redhat.com) + +* Thu Oct 16 2014 Devan Goodwin 1.13.5-1 +- Renamed the "containstext" parameter to "matches." (crog@redhat.com) + +* Thu Oct 16 2014 Devan Goodwin 1.13.4-1 +- Added support for contains_text to UEPConnection.getPoolsList + (crog@redhat.com) + * Fri Oct 03 2014 Alex Wood 1.13.3-1 - Make more use of setup.py. (alikins@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