riscv64: add initial riscv64 support
This commit is contained in:
parent
ddd071c5f7
commit
d3de458f60
1440
0001-riscv64-add-initial-riscv64-support.patch
Normal file
1440
0001-riscv64-add-initial-riscv64-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
11
ltrace.spec
11
ltrace.spec
@ -1,7 +1,7 @@
|
||||
Summary: Tracks runtime library calls from dynamically linked executables
|
||||
Name: ltrace
|
||||
Version: 0.7.91
|
||||
Release: 52%{?dist}
|
||||
Release: 52%{?dist}.alma.1
|
||||
# In coordination with Juan Céspedes, upstream is now officially on gitlab.
|
||||
# We are going to being sending all of our Fedora patches upstream to gitlab.
|
||||
URL: https://gitlab.com/cespedes/ltrace
|
||||
@ -134,6 +134,9 @@ Patch36: ltrace-0.7.91-ppc64le-scv.patch
|
||||
|
||||
Patch37: ltrace-0.7.91-W-use-after-free.patch
|
||||
|
||||
# AlmaLinux Patch
|
||||
Patch1001: 0001-riscv64-add-initial-riscv64-support.patch
|
||||
|
||||
%description
|
||||
Ltrace is a debugging program which runs a specified command until the
|
||||
command exits. While the command is executing, ltrace intercepts and
|
||||
@ -184,6 +187,9 @@ execution of processes.
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
|
||||
# Applying AlmaLinux Patch
|
||||
%patch1001 -p1 -b .0001-riscv64-add-initial-riscv64-support
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
%configure --docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
|
||||
@ -210,6 +216,9 @@ echo ====================TESTING END=====================
|
||||
%{_datadir}/ltrace
|
||||
|
||||
%changelog
|
||||
* Sat Aug 23 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 0.7.91-52.alma.1
|
||||
- riscv64: add initial riscv64 support
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.7.91-52
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
Loading…
Reference in New Issue
Block a user