diff --git a/subscription-manager.spec b/subscription-manager.spec index 33de16d..1d6df44 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -72,7 +72,7 @@ Name: subscription-manager Version: 1.20.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base License: GPLv2 @@ -715,6 +715,9 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %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 - Only return JSON body from Register service. (awood@redhat.com) - Add a DBus object and service to attach subscriptions. (awood@redhat.com)