From de3ac6af822e735b0a596ff7a95ed01d619ee1ee Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Jun 07 2012 19:00:09 +0000 Subject: Update python-rhsm to 1.0.2-1 --- diff --git a/.gitignore b/.gitignore index bbbc87d..192ee97 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /python-rhsm-0.99.6.tar.gz /python-rhsm-0.99.8.tar.gz /python-rhsm-1.0.1.tar.gz +/python-rhsm-1.0.2.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index 936439b..706e380 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -62,6 +62,19 @@ rm -rf %{buildroot} %attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Thu Jun 07 2012 Alex Wood 1.0.2-1 +- add upstream server var to version obj (cduryee@redhat.com) +- 822057: wrap ContentConnection port in safe_int (cduryee@redhat.com) +- 822965: subscription-manager release does not work with proxies + (cduryee@redhat.com) +- 806958: BadCertificateException not displaying properly. (awood@redhat.com) +- 822965: release verb does not work with proxies (cduryee@redhat.com) +- Add config for "checkcommits" (alikins@redhat.com) +- Include various Makefile improvements from subscription-manager + (alikins@redhat.com) +- Upload el6 yum packages to another dir for compatability. + (dgoodwin@redhat.com) + * Wed May 16 2012 Devan Goodwin 1.0.1-1 - Add default constants for RHN connections. (dgoodwin@redhat.com) - 813296: Remove check for candlepin_version (jbowes@redhat.com) diff --git a/sources b/sources index a23060a..ea40169 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03c425ddcff8218783bf0e877a86c889 python-rhsm-1.0.1.tar.gz +4fb167349ce8270e1fdcfb714233f58e python-rhsm-1.0.2.tar.gz