[python-rhsm/el5] Latest version with the package generation code

Bryan Kearney bkearney at fedoraproject.org
Thu Jun 9 18:30:16 UTC 2011


commit 2e1817fc9eb1b43cc78cdbe8671eba25eb9b1338
Author: Bryan Kearney <bkearney at redhat.com>
Date:   Thu Jun 9 10:20:27 2011 -0400

    Latest version with the package generation code

 .gitignore       |    1 +
 python-rhsm.spec |   17 +++++++++++++++--
 sources          |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53e4d88..187eea2 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.4.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index 5939533..e03bad4 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -5,7 +5,7 @@
 
 
 Name: python-rhsm
-Version: 0.96.3
+Version: 0.96.4
 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,19 @@ rm -rf %{buildroot}
 %{python_sitelib}/rhsm-*.egg-info
 
 %changelog
+* Wed Jun 08 2011 Bryan Kearney <bkearney at redhat.com> 0.96.4-1
+- Adding profile module and updating spec (pkilambi at redhat.com)
+- Added stacking Id to the certificate (wottop at dhcp231-152.rdu.redhat.com)
+- Changed call to CP for owner list (wottop at dhcp231-152.rdu.redhat.com)
+- added getOwners function for use with 'list --owners'
+  (wottop at dhcp231-152.rdu.redhat.com)
+- change (wottop at dhcp231-152.rdu.redhat.com)
+- Added the owner entered in the cli to the post for register
+  (wottop at dhcp231-152.rdu.redhat.com)
+- altered pool query to use both owner and consumer
+  (wottop at dhcp231-152.rdu.redhat.com)
+- Added getOwner(consumerid) function (wottop at dhcp231-152.rdu.redhat.com)
+
 * Wed May 11 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.96.3-1
 - 700601: Don't set the Accept-Language if we don't have a valid locale
   (alikins at redhat.com)
diff --git a/sources b/sources
index 8633f26..e547166 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e9f1f67f7a4fd6cdc5d5ca31fa2342a  python-rhsm-0.96.3.tar.gz
+64a0549c6a5d5e14754e6d4217238e4b  python-rhsm-0.96.4.tar.gz


More information about the scm-commits mailing list