Drop workaround introduced in previous release

This commit is contained in:
Vitezslav Crhonek 2020-10-13 11:22:19 +02:00
parent 2c0874bd15
commit d9c380b5e8

View File

@ -1,7 +1,7 @@
Summary: The GNU macro processor Summary: The GNU macro processor
Name: m4 Name: m4
Version: 1.4.18 Version: 1.4.18
Release: 15%{?dist} Release: 16%{?dist}
License: GPLv3+ License: GPLv3+
Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
Source1: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz.sig Source1: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz.sig
@ -41,9 +41,7 @@ autoreconf -ivf
rm -f $RPM_BUILD_ROOT%{_infodir}/dir rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%check %check
%ifnarch ppc64le
make %{?_smp_mflags} check make %{?_smp_mflags} check
%endif
%files %files
%license COPYING %license COPYING
@ -53,6 +51,10 @@ make %{?_smp_mflags} check
%{_mandir}/man1/m4.1* %{_mandir}/man1/m4.1*
%changelog %changelog
* Tue Oct 13 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.18-16
- Drop workaround introduced in previous release
Resolves: #1864107
* Thu Aug 06 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.18-15 * Thu Aug 06 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.18-15
- Disable %%check on ppc64le (workaround for FTBFS) - Disable %%check on ppc64le (workaround for FTBFS)
Resolves: #1864107 Resolves: #1864107