Add riscv64 information for checksec
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
55661b64e9
commit
33731c3ae4
@ -171,7 +171,7 @@
|
||||
Summary: An interpreter of object-oriented scripting language
|
||||
Name: ruby
|
||||
Version: %{ruby_version}%{?development_release}
|
||||
Release: 12%{?dist}
|
||||
Release: 12.0.riscv64%{?dist}
|
||||
# Licenses, which are likely not included in binary RPMs:
|
||||
# Apache-2.0:
|
||||
# benchmark/gc/redblack.rb
|
||||
@ -961,6 +961,7 @@ sed -i 's/^/%lang(ja) /' .ruby-doc.ja
|
||||
%define fortification_aarch64 fortified="10" fortify-able="26"
|
||||
%define fortification_ppc64le fortified="7" fortify-able="24"
|
||||
%define fortification_s390x fortified="10" fortify-able="24"
|
||||
%define fortification_riscv64 fortified="10" fortify-able="26"
|
||||
# https://unix.stackexchange.com/questions/366/convince-grep-to-output-all-lines-not-just-those-with-matches
|
||||
checksec --format=xml --file=%{_vpath_builddir}/libruby.so.%{ruby_version} | \
|
||||
sed -r "s/<file (.*)\/>/\1/" | \
|
||||
@ -1715,6 +1716,9 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 24 2024 David Abdurachmanov <davidlt@rivosinc.com>
|
||||
- Add riscv64 information for checksec
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org>
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user