diff --git a/python-rhsm.spec b/python-rhsm.spec index 1b3564b..fe5a727 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -10,7 +10,7 @@ Name: python-rhsm Version: 1.20.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform Group: Development/Libraries @@ -128,6 +128,9 @@ rm -rf %{buildroot} %attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog +* Mon Jul 31 2017 Florian Weimer - 1.20.1-2 +- Rebuild with binutils fix for ppc64le (#1475636) + * Thu Jul 27 2017 Alex Wood 1.20.1-1 - 1472715: Python module rhsm should never call exit() (jhnidek@redhat.com) - 1444453: Have gettext return unicode instead of bytes. (awood@redhat.com)