Compare commits

..

No commits in common. "bc0bd89ecf7ac85fd8d698a2282f8de2675fb495" and "4c7ab54e63898f3d2ec37f5cd797fe4f53985e9d" have entirely different histories.

1 changed files with 2 additions and 6 deletions

View File

@ -316,11 +316,7 @@ 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.
@ -457,7 +453,8 @@ exit 0
%changelog
* Wed Feb 21 2024 David Abdurachmanov <davidlt@rivosinc.com> - 0.190-6.0.riscv64
- Ignore testsuite results on riscv64
- Backport f2c522567ad63ac293535fba9704895e685ab5bc
- See: https://sourceware.org/bugzilla/show_bug.cgi?id=30047
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.190-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
@ -465,7 +462,6 @@ 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