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

Devan Goodwin dgoodwin at fedoraproject.org
Mon Dec 5 20:19:41 UTC 2011


commit b71a2cb9155c1797ba89a7bc9048c9e784d282d0
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Mon Dec 5 16:19:35 2011 -0400

    Update python-rhsm to 0.98.3-1

 .gitignore       |    1 +
 python-rhsm.spec |   38 +++++++++++++++++++++++++++++++++++++-
 sources          |    2 +-
 3 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78cc503..820858e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /python-rhsm-0.96.7.tar.gz
 /python-rhsm-0.96.8.tar.gz
 /python-rhsm-0.96.10.tar.gz
+/python-rhsm-0.98.3.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index f595852..ece1d7b 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -5,7 +5,7 @@
 
 
 Name: python-rhsm
-Version: 0.96.10
+Version: 0.98.3
 Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
@@ -43,6 +43,8 @@ entitlements, certificates, and access to content.
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+mkdir -p %{buildroot}%{_sysconfdir}/rhsm/ca
+install etc-conf/ca/*.pem %{buildroot}%{_sysconfdir}/rhsm/ca
 
 %clean
 rm -rf %{buildroot}
@@ -52,11 +54,45 @@ rm -rf %{buildroot}
 %doc README
 
 %dir %{python_sitelib}/rhsm
+%attr(755,root,root) %dir %{_sysconfdir}/rhsm
+%attr(755,root,root) %dir %{_sysconfdir}/rhsm/ca
 
 %{python_sitelib}/rhsm/*
 %{python_sitelib}/rhsm-*.egg-info
+%attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem
 
 %changelog
+* Thu Nov 17 2011 William Poteat <wpoteat at redhat.com> 0.98.3-1
+- 752854: Fixing error in iniparser around unpacking of a dictionary for
+  default values. (awood at redhat.com)
+- 708362: remove entitlement keys on delete as well (alikins at redhat.com)
+- 734114: registering with --org="foo bar" throws a NetworkException instead of
+  a RestlibException (awood at redhat.com)
+
+* Fri Oct 28 2011 William Poteat <wpoteat at redhat.com> 0.98.2-1
+- 749853: backport new python-rhsm API calls present in 6.2 for 5.8
+  (cduryee at redhat.com)
+- rev python-rhsm version to match sub-mgr (cduryee at redhat.com)
+- point master to rhel5 builder (cduryee at redhat.com)
+- fix python syntax for older versions (jbowes at redhat.com)
+- Fix yum repo location for EL6. (dgoodwin at redhat.com)
+
+* Mon Oct 17 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.97.1-1
+- 746241: UEPConnection.updateConsumer now passes empty list in POST request
+  (mstead at redhat.com)
+- 737935: overcome 255 char limit in uuid list (cduryee at redhat.com)
+* Tue Sep 13 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.96.12-1
+- Add makefile and targets for coverage and "stylish" checks
+  (alikins at redhat.com)
+- Add tests for config parsing (cduryee at redhat.com)
+- 736166: move certs from subscription-manager to python-rhsm
+  (cduryee at redhat.com)
+
+* Wed Sep 07 2011 James Bowes <jbowes at redhat.com> 0.96.11-1
+- add future date bind (jesusr at redhat.com)
+- 735226: allow Keys to validate themselves (bkearney at redhat.com)
+- Add getVirtOnly() (cduryee at redhat.com)
+
 * Wed Aug 24 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.96.10-1
 - Submit a Content-Length when body of request is empty. (dgoodwin at redhat.com)
 - Support installed products when registering. (dgoodwin at redhat.com)
diff --git a/sources b/sources
index f13b098..02e230d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8fca57703d77f271cfafa9eb8f0d85b  python-rhsm-0.96.10.tar.gz
+d394c58a9d26e0d7712cf86ecbadbdd7  python-rhsm-0.98.3.tar.gz


More information about the scm-commits mailing list