Actually apply the patch in the last release.

This commit is contained in:
Kevin Fenzi 2021-04-02 06:16:29 -07:00
parent 4ffefc09f4
commit f06bb78ce6

View File

@ -4,7 +4,7 @@
Name: lorax Name: lorax
Version: 35.0 Version: 35.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
License: GPLv2+ License: GPLv2+
@ -155,6 +155,7 @@ build images, etc. from the command line.
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1
%build %build
@ -202,6 +203,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/composer-cli.1* %{_mandir}/man1/composer-cli.1*
%changelog %changelog
* Fri Apr 02 2021 Kevin Fenzi <kevin@scrye.com> - 35.0-5
- Actually apply the patch in the last release.
* Thu Apr 01 2021 Kevin Fenzi <kevin@scrye.com> - 35.0-4 * Thu Apr 01 2021 Kevin Fenzi <kevin@scrye.com> - 35.0-4
- Add downstream patch to not try and install retired resierfs-utils package - Add downstream patch to not try and install retired resierfs-utils package