diff --git a/.gitignore b/.gitignore index e333ecb..d64d5f0 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /python-rhsm-1.10.12.tar.gz /python-rhsm-1.11.1.tar.gz /python-rhsm-1.11.2.tar.gz +/python-rhsm-1.11.3.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index c0ff99c..3743680 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 1.11.2 +Version: 1.11.3 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -62,6 +62,10 @@ rm -rf %{buildroot} %attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Thu Apr 10 2014 Alex Wood 1.11.3-1 +- Specifically check for brand_name/brand_type="" (alikins@redhat.com) +- Support new apis for guests and hypervisors (ckozak@redhat.com) + * Thu Mar 20 2014 Alex Wood 1.11.2-1 - Add attributes for brand_name (alikins@redhat.com) diff --git a/sources b/sources index f35b3c3..2bab275 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7741e96e224fc160a910cb6f220f9541 python-rhsm-1.11.2.tar.gz +e6949393ca617f0c1e6802859a915284 python-rhsm-1.11.3.tar.gz