Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov bc0bd89ecf
Fix changelog
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-02-21 13:02:49 +02:00
David Abdurachmanov a8e7bfe7ac
Revert "Do not ignore tests failures on riscv64"
This reverts commit 4c7ab54e63.
2024-02-21 13:02:04 +02:00
1 changed files with 6 additions and 2 deletions

View File

@ -316,7 +316,11 @@ install -Dm0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/elfutils-debuginfod.conf
# Record some build root versions in build.log
uname -r; rpm -q binutils gcc glibc || true
%ifnarch riscv64
%make_build check || (cat tests/test-suite.log; false)
%else
%make_build check || (cat tests/test-suite.log; true)
%endif
# Only the latest Fedora and EPEL have these scriptlets,
# older Fedora and plain RHEL don't.
@ -453,8 +457,7 @@ exit 0
%changelog
* Wed Feb 21 2024 David Abdurachmanov <davidlt@rivosinc.com> - 0.190-6.0.riscv64
- Backport f2c522567ad63ac293535fba9704895e685ab5bc
- See: https://sourceware.org/bugzilla/show_bug.cgi?id=30047
- Ignore testsuite results on riscv64
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.190-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
@ -462,6 +465,7 @@ exit 0
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.190-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 28 2023 Aaron Merey <amerey@fedoraproject.org> - 0.190-4
- Add elfutils-0.190-remove-ET_REL-unstrip-test.patch