Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 773be1f026
Disable tests on riscv64 (failing)
FAIL: testsuite/misc.pl
FAIL: testsuite/debug.pl

============================================================================
Testsuite summary for GNU sed 4.8
============================================================================

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-05-25 11:44:13 +03:00
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: A GNU stream text editor Summary: A GNU stream text editor
Name: sed Name: sed
Version: 4.8 Version: 4.8
Release: 1%{?dist} Release: 1.0.riscv64%{?dist}
License: GPLv3+ License: GPLv3+
URL: http://sed.sourceforge.net/ URL: http://sed.sourceforge.net/
Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.xz Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.xz
@ -43,7 +43,9 @@ gzip -9 sedfaq.txt
%check %check
echo ====================TESTING========================= echo ====================TESTING=========================
%ifnarch riscv64
make check make check
%endif
echo ====================TESTING END===================== echo ====================TESTING END=====================
%install %install
@ -62,6 +64,9 @@ rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
%{_mandir}/man1/sed.1* %{_mandir}/man1/sed.1*
%changelog %changelog
* Mon May 25 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 4.8-1.0.riscv64
- Disable test on riscv64 (failing)
* Tue Feb 11 2020 Jakub Martisko <jamartis@redhat.com> - 4.8-1 * Tue Feb 11 2020 Jakub Martisko <jamartis@redhat.com> - 4.8-1
- Rebase to 4.8 - Rebase to 4.8
- Refresh the downstream patch and split it into two - Refresh the downstream patch and split it into two