diff --git a/.gitignore b/.gitignore index 7b47230..3ab0f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /python-rhsm-1.0.5.tar.gz /python-rhsm-1.0.7.tar.gz /python-rhsm-1.1.1.tar.gz +/python-rhsm-1.1.3.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index 79c83c1..1e0fff3 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 1.1.1 +Version: 1.1.3 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -63,6 +63,15 @@ rm -rf %{buildroot} %attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Wed Oct 10 2012 Adrian Likins 1.1.3-1 +- 863961: add test case for id cert default version (alikins@redhat.com) +- 857426: Do not pass None when body is empty collection (mstead@redhat.com) +- 863961: set a default version for id certs (alikins@redhat.com) +- 859652: Subscribe with service level being ignored (wpoteat@redhat.com) + +* Tue Sep 25 2012 Adrian Likins 1.1.2-1 +- add 6.4 releaser (alikins@redhat.com) + * Wed Sep 19 2012 Devan Goodwin 1.1.1-1 - Read certv3 detached format (jbowes@redhat.com) - Read file content types from certificates (mstead@redhat.com) diff --git a/sources b/sources index 047db02..0db17bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4dc78fb9e505d37334690cff0c143ba4 python-rhsm-1.1.1.tar.gz +89543c4c934a75b3362fcc14ab6fa336 python-rhsm-1.1.3.tar.gz