diff --git a/.gitignore b/.gitignore index 2023461..f998443 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/python-rhsm-1.17.9.tar.gz +SOURCES/python-rhsm-1.17.10.tar.gz diff --git a/.python-rhsm.metadata b/.python-rhsm.metadata index 742cb1d..aad6ef3 100644 --- a/.python-rhsm.metadata +++ b/.python-rhsm.metadata @@ -1 +1 @@ -9328bf1f2b61ad3ca3c1fea9bf79f11b11373b16 SOURCES/python-rhsm-1.17.9.tar.gz +9708b8ebb2198d1b50dce67b77bd506da8badf64 SOURCES/python-rhsm-1.17.10.tar.gz diff --git a/SPECS/python-rhsm.spec b/SPECS/python-rhsm.spec index f5a8bee..b02602b 100644 --- a/SPECS/python-rhsm.spec +++ b/SPECS/python-rhsm.spec @@ -12,7 +12,7 @@ %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro -Wl,-z,now} Name: python-rhsm -Version: 1.17.9 +Version: 1.17.10 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -97,6 +97,9 @@ rm -rf %{buildroot} %attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Thu May 25 2017 Kevin Howell 1.17.10-1 +- 1455549: Honor no_proxy environment variable (khowell@redhat.com) + * Wed Sep 07 2016 Christopher Snyder 1.17.9-1 - 1367243: Handle RestlibException 404 in refresh (khowell@redhat.com)