|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Tracks runtime library calls from dynamically linked executables
|
|
|
|
Summary: Tracks runtime library calls from dynamically linked executables
|
|
|
|
Name: ltrace
|
|
|
|
Name: ltrace
|
|
|
|
Version: 0.7.91
|
|
|
|
Version: 0.7.91
|
|
|
|
Release: 43%{?dist}
|
|
|
|
Release: 51%{?dist}
|
|
|
|
# In coordination with Juan Céspedes, upstream is now officially on gitlab.
|
|
|
|
# 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.
|
|
|
|
# We are going to being sending all of our Fedora patches upstream to gitlab.
|
|
|
|
URL: https://gitlab.com/cespedes/ltrace
|
|
|
|
URL: https://gitlab.com/cespedes/ltrace
|
|
|
@ -132,6 +132,8 @@ Patch35: ltrace-0.7.91-rh1799619.patch
|
|
|
|
# Support for both SC and SCV sycall insns
|
|
|
|
# Support for both SC and SCV sycall insns
|
|
|
|
Patch36: ltrace-0.7.91-ppc64le-scv.patch
|
|
|
|
Patch36: ltrace-0.7.91-ppc64le-scv.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch37: ltrace-0.7.91-W-use-after-free.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Ltrace is a debugging program which runs a specified command until the
|
|
|
|
Ltrace is a debugging program which runs a specified command until the
|
|
|
|
command exits. While the command is executing, ltrace intercepts and
|
|
|
|
command exits. While the command is executing, ltrace intercepts and
|
|
|
@ -180,6 +182,7 @@ execution of processes.
|
|
|
|
%patch34 -p1
|
|
|
|
%patch34 -p1
|
|
|
|
%patch35 -p1
|
|
|
|
%patch35 -p1
|
|
|
|
%patch36 -p1
|
|
|
|
%patch36 -p1
|
|
|
|
|
|
|
|
%patch37 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
autoreconf -i
|
|
|
|
autoreconf -i
|
|
|
@ -207,12 +210,35 @@ echo ====================TESTING END=====================
|
|
|
|
%{_datadir}/ltrace
|
|
|
|
%{_datadir}/ltrace
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.91-43
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.7.91-51
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-50
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-49
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-48
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-47
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-46
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 03 2022 Carlos O'Donell <carlos@redhat.com> - 0.7.91-45
|
|
|
|
|
|
|
|
- Rebuild ltrace for rawhide (#2046722)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 27 2022 DJ Delorie <dj@redhat.com> - 0.7.91-44
|
|
|
|
|
|
|
|
- Fix use-after-free cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-43
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.91-42
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-42
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 8 2021 DJ Delorie <dj@redhat.com> - 0.7.91-41
|
|
|
|
* Mon Feb 8 2021 DJ Delorie <dj@redhat.com> - 0.7.91-41
|
|
|
|
- Add support for SCV syscall insn for ppc64le
|
|
|
|
- Add support for SCV syscall insn for ppc64le
|
|
|
|