1713109: actually apply to patch from -3...

This commit is contained in:
Adam Williamson 2019-06-04 10:15:33 -07:00
parent 8ad3358c57
commit 6e73ac23ea

View File

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