From 4bc58cc59bdd9ee44b57f672192b6bb41d5ded62 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Jun 24 2011 14:28:08 +0000 Subject: Update python-rhsm to 0.96.5-1 --- diff --git a/.gitignore b/.gitignore index 53e4d88..297462b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /python-rhsm-0.96.1.tar.gz /python-rhsm-0.96.2.tar.gz /python-rhsm-0.96.3.tar.gz +/python-rhsm-0.96.5.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index 5939533..8ed437b 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 0.96.3 +Version: 0.96.5 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -27,7 +27,7 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools - +BuildRequires: rpm-python %description A small library for communicating with the REST interface of a Red Hat Unified @@ -57,6 +57,31 @@ rm -rf %{buildroot} %{python_sitelib}/rhsm-*.egg-info %changelog +* Fri Jun 24 2011 Devan Goodwin 0.96.5-1 +- Fix backward compatability with old use of getPoolsList. + (dgoodwin@redhat.com) +- Remove one built in type issue. (bkearney@redhat.com) +- Removed unused Bundle class (alikins@redhat.com) +- quantity for subscription (wottop@dhcp231-152.rdu.redhat.com) +- Add the activation key call, and remove subscription tokens + (bkearney@redhat.com) +- Improve the doco, referencing the candlepin site. (bkearney@redhat.com) +- Improve the defualt values for the config (bkearney@redhat.com) +- Fix bug with owner specification during registration. (dgoodwin@redhat.com) + +* Wed Jun 08 2011 Bryan Kearney 0.96.4-1 +- Adding profile module and updating spec (pkilambi@redhat.com) +- Added stacking Id to the certificate (wottop@dhcp231-152.rdu.redhat.com) +- Changed call to CP for owner list (wottop@dhcp231-152.rdu.redhat.com) +- added getOwners function for use with 'list --owners' + (wottop@dhcp231-152.rdu.redhat.com) +- change (wottop@dhcp231-152.rdu.redhat.com) +- Added the owner entered in the cli to the post for register + (wottop@dhcp231-152.rdu.redhat.com) +- altered pool query to use both owner and consumer + (wottop@dhcp231-152.rdu.redhat.com) +- Added getOwner(consumerid) function (wottop@dhcp231-152.rdu.redhat.com) + * Wed May 11 2011 Devan Goodwin 0.96.3-1 - 700601: Don't set the Accept-Language if we don't have a valid locale (alikins@redhat.com) diff --git a/sources b/sources index 8633f26..e4b5e49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e9f1f67f7a4fd6cdc5d5ca31fa2342a python-rhsm-0.96.3.tar.gz +fcd555d57d5cc7ba2b63f7331a17b39b python-rhsm-0.96.5.tar.gz