Subject: [python-rhsm] Update python-rhsm to 0.99.4-1 commit 3e0fc99d071773059a3b3e8653cfa97870aabf69 Author: Devan Goodwin <dgoodwin@xxxxxxxxxx> Date: Wed Feb 22 12:30:56 2012 -0400 Update python-rhsm to 0.99.4-1 .gitignore | 1 + python-rhsm.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index dea4c7a..236e912 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /python-rhsm-0.98.3.tar.gz /python-rhsm-0.99.2.tar.gz /python-rhsm-0.99.3.tar.gz +/python-rhsm-0.99.4.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index a8de905..8739f6e 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 0.99.3 +Version: 0.99.4 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -62,6 +62,11 @@ rm -rf %{buildroot} %attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Wed Feb 22 2012 Devan Goodwin <dgoodwin@xxxxxxxx> 0.99.4-1 +- Add support for updating consumer service level. (dgoodwin@xxxxxxxxxx) +- Add call to list service levels for an org. (dgoodwin@xxxxxxxxxx) +- Add GoneException for deleted consumers (jbowes@xxxxxxxxxx) + * Fri Jan 27 2012 Michael Stead <mstead@xxxxxxxxxx> 0.99.3-1 - 785247: Update releasers.conf for RHEL6.3 (mstead@xxxxxxxxxx) - Stop building for F14. (dgoodwin@xxxxxxxxxx) diff --git a/sources b/sources index c76202c..623d0ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e7a030a447001e4777ca65336a1b319 python-rhsm-0.99.3.tar.gz +14a91353b8eb0ad282f8f6b7fcee2883 python-rhsm-0.99.4.tar.gz -- scm-commits mailing list scm-commits@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/scm-commits |