From 6e73ac23ead39249bb1fd24def7db5e90313f88a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 4 Jun 2019 10:15:33 -0700 Subject: [PATCH] 1713109: actually apply to patch from -3... --- subscription-manager.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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