From 827767e91cb85e90a9f0d366a2f24734eaac4c09 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 19 2017 13:23:32 +0000 Subject: import python-rhsm-1.19.10-1.el7_4 --- diff --git a/.gitignore b/.gitignore index f0d3777..afabf10 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/python-rhsm-1.19.9.tar.gz +SOURCES/python-rhsm-1.19.10.tar.gz diff --git a/.python-rhsm.metadata b/.python-rhsm.metadata index a190910..1ce2b53 100644 --- a/.python-rhsm.metadata +++ b/.python-rhsm.metadata @@ -1 +1 @@ -160852604b82f55f6d2e7556cd8736d2253cc7fe SOURCES/python-rhsm-1.19.9.tar.gz +12a6af7f1ca7fbbbd80fd82168d0a5168ab98c08 SOURCES/python-rhsm-1.19.10.tar.gz diff --git a/SPECS/python-rhsm.spec b/SPECS/python-rhsm.spec index b56d17b..f508056 100644 --- a/SPECS/python-rhsm.spec +++ b/SPECS/python-rhsm.spec @@ -15,7 +15,7 @@ %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro -Wl,-z,now} Name: python-rhsm -Version: 1.19.9 +Version: 1.19.10 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -102,6 +102,10 @@ rm -rf %{buildroot} %attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Fri Sep 01 2017 Kevin Howell 1.19.10-1 +- 1481384: Do not update redhat.repo at RateLimitExceededException + (jhnidek@redhat.com) + * Wed Jun 07 2017 Kevin Howell 1.19.9-1 - 1444453: Have gettext return unicode instead of bytes. (awood@redhat.com) - 1457197: Env. variable no_proxy=* is not ignored (jhnidek@redhat.com)