Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-08-20 07:50:38 +03:00
parent 7583405a16
commit 92262378b0
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -2,7 +2,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 12.69
Release: 1%{?dist}
Release: 1.rvre0%{?dist}
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
URL: https://sourceware.org/annobin/
# Maintainer: nickc@redhat.com
@ -220,7 +220,7 @@ BuildRequires: gcc-c++ gcc-plugin-devel
#
# gcc.spec has:
# Version: %%{gcc_version}
# Release: %%{gcc_release}%%{?dist}
# Release: %%{gcc_release}%.rvre0%{?dist}
# ...snip...
# echo 'Red Hat %%{version}-%%{gcc_release}' > gcc/DEV-PHASE
#
@ -532,6 +532,9 @@ make check
#---------------------------------------------------------------------------------
%changelog
* Tue Aug 20 2024 David Abdurachmanov <davidlt@rivosinc.com> - 12.69-1.rvre0
- Rebuilt for Fedora/RISCV (riscv64)
* Mon Aug 12 2024 Nick Clifton <nickc@redhat.com> - 12.69-1
- BuiltBy: Fix seg-fault when comparing language version strings. (RHEL-53497)