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

Devan Goodwin dgoodwin at fedoraproject.org
Mon Jan 16 14:45:40 UTC 2012


commit 5b01e5ba2437fae2aab93f190097bfefac7404ec
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Mon Jan 16 10:45:37 2012 -0400

    Update python-rhsm to 0.99.2-1

 .gitignore       |    1 +
 python-rhsm.spec |   32 +++++++++++++++++++++++++-------
 sources          |    2 +-
 3 files changed, 27 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 820858e..367e03a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /python-rhsm-0.96.8.tar.gz
 /python-rhsm-0.96.10.tar.gz
 /python-rhsm-0.98.3.tar.gz
+/python-rhsm-0.99.2.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index 3d9fea2..850f095 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -5,17 +5,17 @@
 
 
 Name: python-rhsm
-Version: 0.98.3
-Release: 2%{?dist}
+Version: 0.99.2
+Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
 Group: Development/Libraries
 License: GPLv2
 # How to create the source tarball:
 #
-# git clone git://git.fedorahosted.org/git/candlepin.git/
+# git clone git://git.fedorahosted.org/git/python-rhsm.git/
 # cd client/python-rhsm
-# tito build --tag python-rhsm-%{name}-%{version}-%{release} --tgz
+# tito build --tag python-rhsm-%{version}-%{release} --tgz
 Source0: %{name}-%{version}.tar.gz
 URL: http://fedorahosted.org/candlepin
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,7 +29,7 @@ BuildRequires: python2-devel
 BuildRequires: python-setuptools
 BuildRequires:  rpm-python
 
-%description 
+%description
 A small library for communicating with the REST interface of a Red Hat Unified
 Entitlement Platform. This interface is used for the management of system
 entitlements, certificates, and access to content.
@@ -62,8 +62,26 @@ rm -rf %{buildroot}
 %attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem
 
 %changelog
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.98.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Thu Jan 12 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 0.99.2-1
+- 768983: When consuming a future subsciption, the repos --list should be empty
+  (wpoteat at redhat.com)
+- 720360: Write *-key.pem files out with 0600 permissions. (awood at redhat.com)
+- 754425: Remove grace period logic (cduryee at redhat.com)
+
+* Mon Dec 12 2011 William Poteat <wpoteat at redhat.com> 0.98.7-1
+- 766895: Added hypervisorCheckIn call to allow sending a mapping of host/guest ids for
+  creation/update. (mstead at redhat.com)
+
+* Wed Dec 07 2011 William Poteat <wpoteat at redhat.com> 0.98.6-1
+
+* Tue Dec 06 2011 William Poteat <wpoteat at redhat.com> 0.98.5-1
+- 
++- 754366: workaround a bug in httpslib.ProxyHttpsConnection
++  (alikins at redhat.com)
+
+* Tue Dec 06 2011 William Poteat <wpoteat at redhat.com> 0.98.4-1
+- 754366: workaround a bug in httpslib.ProxyHttpsConnection
+  (alikins at redhat.com)
 
 * 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
diff --git a/sources b/sources
index 02e230d..29306b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d394c58a9d26e0d7712cf86ecbadbdd7  python-rhsm-0.98.3.tar.gz
+89718c395aebc026e0471947a0e77c9a  python-rhsm-0.99.2.tar.gz


More information about the scm-commits mailing list