diff --git a/.gitignore b/.gitignore index 715aecc..cfedef3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /python-rhsm-0.99.3.tar.gz /python-rhsm-0.99.4.tar.gz /python-rhsm-0.99.6.tar.gz +/python-rhsm-0.99.8.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index 331ea76..9a81c75 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 0.99.6 +Version: 0.99.8 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -62,6 +62,14 @@ rm -rf %{buildroot} %attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Wed Apr 04 2012 Michael Stead 0.99.8-1 +- 807721: Setting missing default values (mstead@redhat.com) + +* Fri Mar 23 2012 Michael Stead 0.99.7-1 +- 803773: quote international characters in activation keys before sending to + server (cduryee@redhat.com) +- PEP8 fixes. (mstead@redhat.com) + * Wed Mar 14 2012 Michael Stead 0.99.6-1 - Add ContentConnection to support rhsm "release" command (alikins@redhat.com) - Allow unsetting the consumer service level. (dgoodwin@redhat.com) diff --git a/sources b/sources index 081902a..20afc31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce9d1897cd6a2cf442ea4aae6e0b4b9c python-rhsm-0.99.6.tar.gz +a4656c24f40abb9be0a94f79436588a3 python-rhsm-0.99.8.tar.gz