From a9e8335e1bdda5d667b136468d05238023e0180c Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Mon, 3 Aug 2020 13:19:32 +0200 Subject: [PATCH] Replace some hardcoded values in the gnulib-testsuite ..that caused build failures on arm 7 --- sed.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sed.spec b/sed.spec index 518cf35..22a3874 100644 --- a/sed.spec +++ b/sed.spec @@ -3,7 +3,7 @@ Summary: A GNU stream text editor Name: sed Version: 4.8 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ URL: http://sed.sourceforge.net/ Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.xz @@ -36,6 +36,10 @@ specified in a script file or from the command line. %patch1 -p1 #%patch2 -p1 + +sed -e 's/1729576/EPERM/' \ + -i gnulib-tests/test-{strerror_r,perror2}.c + %build %configure --without-included-regex make %{_smp_mflags} @@ -63,6 +67,10 @@ rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir %{_mandir}/man1/sed.1* %changelog +* Mon Aug 03 2020 Jakub Martisko - 4.8-4 +- Replace some hardcoded constants in the gnulib-testsuite + ... that caused build failures on arm7 + * Sat Aug 01 2020 Fedora Release Engineering - 4.8-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild