diff --git a/subscription-manager.spec b/subscription-manager.spec index c640f45..731dcee 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -139,7 +139,7 @@ Name: subscription-manager Version: 1.25.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base License: GPLv2 @@ -537,6 +537,7 @@ Subscription Manager Cockpit UI %prep %setup -q %patch0 -p1 +%patch1 -p1 %build make -f Makefile VERSION=%{version}-%{release} CFLAGS="%{optflags}" \ @@ -1172,6 +1173,9 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Tue Jun 04 2019 Adam Williamson - 1.25.5-4 +- 1713109: actually apply to patch from -3... + * Mon Jun 03 2019 Adam Williamson - 1.25.5-3 - 1713109: fix the install class problem in one more place