diff --git a/subscription-manager.spec b/subscription-manager.spec index 938e04f..23e7f22 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -83,7 +83,7 @@ Name: subscription-manager Version: 1.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base License: GPLv2 @@ -884,6 +884,9 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.21.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jan 11 2018 Alex Wood 1.21.1-1 - Do not enable gpgcheck if the only a metadata gpg key is configured (git@PaulSD.com)