diff --git a/.gitignore b/.gitignore index 57b9863..c2fa6ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /python-rhsm-0.94.9.tar.gz /python-rhsm-0.94.10.tar.gz /python-rhsm-0.94.12.tar.gz +/python-rhsm-0.94.15.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index f7f62ee..4412f10 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 0.94.12 +Version: 0.94.15 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -57,6 +57,18 @@ rm -rf %{buildroot} %{python_sitelib}/rhsm-*.egg-info %changelog +* Thu Jan 13 2011 Devan Goodwin 0.94.15-1 +- Resolves: #668814 +- remove shebang from certificate.py for rpmlint (jbowes@redhat.com) +- 668814: break out 404 and 500s into a different error (cduryee@redhat.com) + +* Wed Jan 12 2011 Devan Goodwin 0.94.14-1 +- Related: #667829 +- Initialized to use tito. (jbowes@redhat.com) + +* Wed Jan 12 2011 jesus m. rodriguez 0.94.13-1 +- 667829: handle proxy config options being absent from rhsm.conf (alikins@redhat.com) + * Fri Jan 07 2011 Devan Goodwin 0.94.12-1 - Related: #668006 - Remove a missed translation. (dgoodwin@redhat.com) diff --git a/sources b/sources index 57dfae9..5ae8506 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09715928fe3ca8e31cb2f04c8ed91b09 python-rhsm-0.94.12.tar.gz +419bb169c50cb0f3f3eef40d65a4ba50 python-rhsm-0.94.15.tar.gz