Blame SPECS/ltrace.spec

2e4be5
%global __python /usr/bin/python3
2e4be5
%{?scl:%{?scl_package:%scl_package ltrace}}
2e4be5
2e4be5
Summary: Tracks runtime library calls from dynamically linked executables
2e4be5
Name: %{?scl_prefix}ltrace
2e4be5
Version: 0.7.91
2e4be5
Release: 1%{?dist}
2e4be5
URL: http://ltrace.alioth.debian.org/
2e4be5
License: GPLv2+
2e4be5
2e4be5
BuildRequires: elfutils-devel dejagnu
2e4be5
BuildRequires: libselinux-devel
2e4be5
BuildRequires: autoconf automake libtool
2e4be5
2e4be5
# Note: this URL needs to be updated for each release, as the file
2e4be5
# number changes for each file.  Full list of released files is at:
2e4be5
#  https://alioth.debian.org/frs/?group_id=30892
2e4be5
Source: ltrace-%{version}.tar.bz2
2e4be5
2e4be5
# Merge of several upstream commits that fixes compilation on ARM.
2e4be5
Patch0: ltrace-0.7.91-arm.patch
2e4be5
2e4be5
# Upstream patch that fixes accounting of exec, __libc_start_main and
2e4be5
# others in -c output.
2e4be5
Patch1: ltrace-0.7.91-account_execl.patch
2e4be5
2e4be5
# Upstream patch that fixes interpretation of PLT on x86_64 when
2e4be5
# IRELATIVE slots are present.
2e4be5
Patch2: ltrace-0.7.91-x86_64-irelative.patch
2e4be5
2e4be5
# Upstream patch that fixes fetching of system call arguments on s390.
2e4be5
Patch3: ltrace-0.7.91-s390-fetch-syscall.patch
2e4be5
2e4be5
# Upstream patch that enables tracing of IRELATIVE PLT slots on s390.
2e4be5
Patch4: ltrace-0.7.91-s390-irelative.patch
2e4be5
2e4be5
# Fix for a regression in tracing across fork.  Upstream patch.
2e4be5
Patch5: ltrace-0.7.91-ppc64-fork.patch
2e4be5
2e4be5
# Fix crashing a prelinked PPC64 binary which makes PLT calls through
2e4be5
# slots that ltrace doesn't trace.
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1051221
2e4be5
Patch6: ltrace-0.7.91-breakpoint-on_install.patch
2e4be5
Patch7: ltrace-0.7.91-ppc64-unprelink.patch
2e4be5
2e4be5
# Man page nits.  Backport of an upstream patch.
2e4be5
Patch8: ltrace-0.7.91-man.patch
2e4be5
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1044766
2e4be5
Patch9: ltrace-0.7.91-cant_open.patch
2e4be5
2e4be5
# Support Aarch64 architecture.
2e4be5
Patch10: ltrace-0.7.91-aarch64.patch
2e4be5
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1064406
2e4be5
Patch11: ltrace-0.7.2-e_machine.patch
2e4be5
2e4be5
# Support for ppc64le, backported from upstream.
2e4be5
# http://anonscm.debian.org/gitweb/?p=collab-maint/ltrace.git;a=commit;h=eea4ad2cce289753aaa35b4e0258a76d8f8f367c
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1131956
2e4be5
Patch13: ltrace-0.7.91-ppc64le-support.patch
2e4be5
# 35a9677dc9dcb7909ebd28f30200474d7e8b660f,
2e4be5
# 437d2377119036346f4dbd93039c847b4cc9d0be,
2e4be5
# eb3993420734f091cde9a6053ca6b4edcf9ae334
2e4be5
Patch14: ltrace-0.7.91-ppc64le-fixes.patch
2e4be5
2e4be5
# http://anonscm.debian.org/gitweb/?p=collab-maint/ltrace.git;a=commit;h=2e9f9f1f5d0fb223b109429b9c904504b7f638e2
2e4be5
# http://anonscm.debian.org/gitweb/?p=collab-maint/ltrace.git;a=commit;h=f96635a03b3868057db5c2d7972d5533e2068345
2e4be5
Patch15: ltrace-0.7.91-parser-ws_after_id.patch
2e4be5
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1171165
2e4be5
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=d8f1287b85e2c2b2ae0235809e956f4365e53c45
2e4be5
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=d80c5371454383e3f9978622e5578cf02af8c44c
2e4be5
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=bf82100966deda9c7d26ad085d97c08126a8ae88
2e4be5
Patch16: ltrace-0.7.91-ppc-bias.patch
2e4be5
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1158714
2e4be5
Patch17: ltrace-0.7.91-x86-plt_map.patch
2e4be5
Patch18: ltrace-0.7.91-x86-unused_label.patch
2e4be5
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1170315
2e4be5
Patch19: ltrace-0.7.91-unwind-elfutils.patch
2e4be5
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1208351
2e4be5
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=4724bd5a4a19db117a1d280b9d1a3508fd4e03fa
2e4be5
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=72ee29639c55b5942bc07c8ed0013005f8fc5a97
2e4be5
Patch20: ltrace-0.7.91-multithread-no-f-1.patch
2e4be5
Patch21: ltrace-0.7.91-multithread-no-f-2.patch
2e4be5
2e4be5
# Fix problems with building a number of test cases.
2e4be5
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=694d19ff14017926454771cbb63a22355b72f1bf
2e4be5
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=a3a03622fb4ca9772dca13eae724a94ba1e728f4
2e4be5
Patch22: ltrace-0.7.91-testsuite-includes.patch
2e4be5
Patch23: ltrace-0.7.91-testsuite-includes-2.patch
2e4be5
2e4be5
# https://bugzilla.redhat.com/show_bug.cgi?id=1210653
2e4be5
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=eea6091f8672b01f7f022b0fc367e0f568225ffc
2e4be5
Patch24: ltrace-0.7.91-ppc64le-configure.patch
2e4be5
2e4be5
Patch25: ltrace-rh1307754.patch
2e4be5
2e4be5
# GCC now warns (errors) on "tautological compares", and readdir_r is deprecated.
2e4be5
Patch26: ltrace-0.7.91-tautology.patch
2e4be5
2e4be5
# ARM code has unreachable code after switch statement, move initialization
2e4be5
Patch27: ltrace-rh1423913.patch
2e4be5
2e4be5
# AARCH64 large parameters and syscall testsuite fixes.
2e4be5
Patch28: ltrace-0.7.91-aarch64-params.patch
2e4be5
2e4be5
# gcc-9 fix.  Avoid passing NULL as argument to %s
2e4be5
Patch29: ltrace-0.7.91-null.patch
2e4be5
2e4be5
# Adds support for CET PLTs via second-plt lookups.
2e4be5
Patch30: ltrace-0.7.91-cet.patch
2e4be5
2e4be5
%description
2e4be5
Ltrace is a debugging program which runs a specified command until the
2e4be5
command exits.  While the command is executing, ltrace intercepts and
2e4be5
records both the dynamic library calls called by the executed process
2e4be5
and the signals received by the executed process.  Ltrace can also
2e4be5
intercept and print system calls executed by the process.
2e4be5
2e4be5
You should install ltrace if you need a sysadmin tool for tracking the
2e4be5
execution of processes.
2e4be5
2e4be5
%prep
2e4be5
%setup -q -n ltrace-%{version}
2e4be5
%patch0 -p1
2e4be5
%patch1 -p1
2e4be5
%patch2 -p1
2e4be5
%patch3 -p1
2e4be5
%patch4 -p1
2e4be5
%patch5 -p1
2e4be5
%patch6 -p1
2e4be5
%patch7 -p1
2e4be5
%patch8 -p1
2e4be5
%patch9 -p1
2e4be5
%patch10 -p1
2e4be5
%patch11 -p1
2e4be5
%patch13 -p1
2e4be5
%patch14 -p1
2e4be5
%patch15 -p1
2e4be5
%patch16 -p1
2e4be5
%patch17 -p1
2e4be5
%patch18 -p1
2e4be5
%patch19 -p1
2e4be5
%patch20 -p1
2e4be5
%patch21 -p1
2e4be5
%patch22 -p1
2e4be5
%patch23 -p1
2e4be5
%patch24 -p1
2e4be5
%patch25 -p1
2e4be5
%patch26 -p1
2e4be5
%patch27 -p1
2e4be5
%patch28 -p1
2e4be5
%patch29 -p1
2e4be5
%patch30 -p1
2e4be5
2e4be5
%build
2e4be5
autoreconf -i
2e4be5
%configure --docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
2e4be5
make %{?_smp_mflags}
2e4be5
2e4be5
%install
2e4be5
make DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} install
2e4be5
2e4be5
# The testsuite is useful for development in real world, but fails in
2e4be5
# koji for some reason.  Disable it, but have it handy.
2e4be5
%check
2e4be5
echo ====================TESTING=========================
2e4be5
timeout 180 make -k check ||:
2e4be5
echo ====================TESTING END=====================
2e4be5
2e4be5
%files
2e4be5
%defattr(-,root,root)
2e4be5
%doc NEWS COPYING CREDITS INSTALL README TODO
2e4be5
%{_bindir}/ltrace
2e4be5
%{_mandir}/man1/ltrace.1*
2e4be5
%{_mandir}/man5/ltrace.conf.5*
2e4be5
%{_datadir}/ltrace
2e4be5
2e4be5
%changelog
2e4be5
* Wed Jun 5 2019 DJ Delorie <dj@redhat.com> - 0.7.91-1
2e4be5
- IMPORT FROM RAWHIDE
2e4be5
2e4be5
* Thu Apr 4 2019 DJ Delorie <dj@redhat.com> - 0.7.91-33
2e4be5
- Add Intel CET support.
2e4be5
2e4be5
* Tue Mar 12 2019 DJ Delorie <dj@redhat.com> - 0.7.91-32
2e4be5
- Revert previous patch, redundant
2e4be5
2e4be5
* Tue Mar 5 2019 Eugene Syromiatnikov <esyr@redhat.com> - 0.7.91-31
2e4be5
- Fix "Too many return value classes" assert
2e4be5
2e4be5
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-30
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2e4be5
2e4be5
* Wed Jan 16 2019 Jeff Law <law@redhat.com> - 0.7.91-29
2e4be5
- Avoid passing NULL as argument to %s in printf call
2e4be5
2e4be5
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-28
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2e4be5
2e4be5
* Thu Jul 05 2018 DJ Delorie <dj@redhat.com> - 0.7.91-27
2e4be5
- Fix aarch64 long parameters (via $r8) support.
2e4be5
- Make system_call_params test compare more exactly.
2e4be5
2e4be5
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.91-26
2e4be5
- Escape macros in %%changelog
2e4be5
2e4be5
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-25
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2e4be5
2e4be5
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-24
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2e4be5
2e4be5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-23
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2e4be5
2e4be5
* Fri Feb 17 2017 Jeff Law <law@redhat.com.org> - 0.7.91-22
2e4be5
- Fix FTBFS due to invalid code in ARM support (#1423913).
2e4be5
2e4be5
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-21
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2e4be5
2e4be5
* Wed Jul 20 2016 DJ Delorie <dj@redhat.com> - 0.7.91-20
2e4be5
- Fix FTBFS due to new gcc 6 warnings, deprecated readdir_r, and bogus chunk in unwind-elf patch.
2e4be5
2e4be5
* Fri Feb 19 2016 Jeff Law <law@redhat.com.org> - 0.7.91-19
2e4be5
- Fix FTBFS due to testsuite failure (#1307754) .  Add missing files to %%doc
2e4be5
2e4be5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-18
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2e4be5
2e4be5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-17
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2e4be5
2e4be5
* Mon Apr 13 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-16
2e4be5
- Add upstream fix to map of powerpc64le architecture to ppc backend.
2e4be5
  (ltrace-0.7.91-ppc64le-configure.patch)
2e4be5
2e4be5
* Wed Apr  8 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-15
2e4be5
- Add upstream fixes for compilation of test cases
2e4be5
  (ltrace-0.7.91-testsuite-includes.patch,
2e4be5
  ltrace-0.7.91-testsuite-includes-2.patch)
2e4be5
2e4be5
* Wed Apr  8 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-14
2e4be5
- Add upstream fixes for tracing multi-threaded processes without -f
2e4be5
  (ltrace-0.7.91-multithread-no-f-1.patch,
2e4be5
  ltrace-0.7.91-multithread-no-f-2.patch)
2e4be5
2e4be5
* Fri Jan  9 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-13
2e4be5
- Add upstream fix for support of elfutils unwinder
2e4be5
  (ltrace-0.7.91-unwind-elfutils.patch)
2e4be5
2e4be5
* Wed Jan  7 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-12
2e4be5
- Add upstream fix for a bug in labeling PLT slots
2e4be5
  (ltrace-0.7.91-x86-plt_map.patch)
2e4be5
2e4be5
* Tue Dec  9 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-11
2e4be5
- Fix bias handling in PPC backend
2e4be5
- Fix cloning of unresolved breakpoints in PPC backend
2e4be5
  (ltrace-0.7.91-ppc-bias.patch)
2e4be5
2e4be5
* Wed Aug 20 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-10
2e4be5
- Backported PowerPC64 ELFv2 support.
2e4be5
  (ltrace-0.7.91-ppc64le-support.patch,
2e4be5
  ltrace-0.7.91-ppc64le-fixes.patch)
2e4be5
2e4be5
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-9
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2e4be5
2e4be5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-8
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2e4be5
2e4be5
* Thu Feb 13 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-7
2e4be5
- Add an upstream patch that fixes missed initialization of some
2e4be5
  fields in struct process after atteching to a multi-threaded
2e4be5
  process.  (ltrace-0.7.2-e_machine.patch)
2e4be5
- Add upstream patch-set that implements support for the new aarch64
2e4be5
  architecture.  (ltrace-0.7.91-aarch64.patch)
2e4be5
2e4be5
* Tue Jan 14 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-6
2e4be5
- Fix a problem when an invalid command has been found
2e4be5
  (ltrace-0.7.91-cant_open.patch)
2e4be5
2e4be5
* Tue Jan 14 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-5
2e4be5
- Fix interpretation of x86_64 PLT with IRELATIVE slots.
2e4be5
  (ltrace-0.7.91-x86_64-irelative.patch)
2e4be5
- Fix fetching of system call arguments on s390.
2e4be5
  (ltrace-0.7.91-s390-fetch-syscall.patch)
2e4be5
- Enable tracing of IRELATIVE PLT slots on s390.
2e4be5
  (ltrace-0.7.91-s390-irelative.patch)
2e4be5
- Fix a couple nits in ltrace.1 (ltrace-0.7.91-man.patch)
2e4be5
2e4be5
* Fri Jan 10 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-4
2e4be5
- Fix crashing a prelinked PPC64 binary which makes PLT calls through
2e4be5
  slots that ltrace doesn't trace.
2e4be5
  (ltrace-0.7.91-breakpoint-on_install.patch,
2e4be5
  ltrace-0.7.91-ppc64-unprelink.patch)
2e4be5
2e4be5
* Thu Jan  9 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-3
2e4be5
- Fix a problem in tracing across fork on PPC64
2e4be5
  (ltrace-0.7.91-ppc64-fork.patch)
2e4be5
2e4be5
* Thu Nov 21 2013 Petr Machata <pmachata@redhat.com> - 0.7.91-2
2e4be5
- Fix a problem in including in summary (-c) function calls that don't
2e4be5
  finish before exec or exit (ltrace-0.7.91-account_execl.patch)
2e4be5
2e4be5
* Tue Nov  5 2013 Petr Machata <pmachata@redhat.com> - 0.7.91-1
2e4be5
- Rebase to a pre-release 0.8
2e4be5
- Drop BR on autoconf and friends
2e4be5
2e4be5
* Wed Aug  7 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.7.2-7
2e4be5
- Install docs to %%{_pkgdocdir} where available (#992149).
2e4be5
2e4be5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-6
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2e4be5
2e4be5
* Tue Mar 26 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-5
2e4be5
- On s390, the highest bit in PC address is used to distinguish
2e4be5
  between 24-bit and 31-bit addressing modes.  Linux used to do this
2e4be5
  for us, but not anymore.
2e4be5
  (ltrace-0.7.2-s390-set_instruction_pointer.patch)
2e4be5
2e4be5
* Wed Feb  6 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-4
2e4be5
- Update the ARM patch (ltrace-0.7.2-arm.patch) with support for
2e4be5
  parameter passing conventions.
2e4be5
2e4be5
* Thu Jan 31 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-3
2e4be5
- Bring small fixes from master branch
2e4be5
  (ltrace-0.7.2-bits.patch; drop ltrace-0.7.2-man.patch)
2e4be5
- Add a patch that implements ARM sofware singlestepping.  This mostly
2e4be5
  fixes test suite on ARM, though parameter passing conventions are
2e4be5
  still not implemented.  (ltrace-0.7.2-arm.patch)
2e4be5
- Work around a new GCC warning (ltrace-0.7.2-unused-typedef.patch)
2e4be5
2e4be5
* Fri Jan 11 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-2
2e4be5
- Improve documentation: better correlation between ltrace(1) and
2e4be5
  --help, other minor improvements in ltrace(1).
2e4be5
  (ltrace-0.7.2-man.patch)
2e4be5
2e4be5
* Mon Dec 10 2012 Petr Machata <pmachata@redhat.com> - 0.7.2-1
2e4be5
- Upstream 0.7.2
2e4be5
  - Drop all the patches
2e4be5
2e4be5
* Sat Nov 10 2012 Petr Machata <pmachata@redhat.com> - 0.7.0-1
2e4be5
- Upstream 0.7.0
2e4be5
  - Drop all the patches
2e4be5
  - Upstream patch for missing sysdeps/linux-gnu/ppc/insn.h
2e4be5
    (ltrace-0.7.0-ppc-insn.h.patch)
2e4be5
  - Upstream patch for installing ltrace.conf.5 to man5
2e4be5
    (ltrace-0.7.0-man5.patch)
2e4be5
2e4be5
* Mon Oct  1 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-19
2e4be5
- Upstream patch for ia64 parameter passing
2e4be5
  (ltrace-0.6.0-abi-ia64.patch)
2e4be5
- Upstream fix for a bug in computation of time spent in a syscall
2e4be5
  (ltrace-0.6.0-syscall-time.patch)
2e4be5
- Upstream fix for a bug in passing struct(float,struct(float,float))
2e4be5
  on x86_64 (ltrace-0.6.0-x86_64-flatten.patch)
2e4be5
- Upstream patch for support of -l option (ltrace-0.6.0-dash-l.patch)
2e4be5
- Several more upstream patches with random cleanups.  Those were
2e4be5
  brought to Fedora to make porting of other patches easier.
2e4be5
  (ltrace-0.6.0-cleanups.patch)
2e4be5
2e4be5
* Thu Aug 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-18
2e4be5
- PPC64 passes floating point equivalent structures in registers
2e4be5
2e4be5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-17
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2e4be5
2e4be5
* Fri Jun  1 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-16
2e4be5
- Look for __cxa_demangle in libstdc++ as well
2e4be5
- Demangle test case should report it's unsupported if demangling
2e4be5
  support isn't compiled in (ltrace-0.6.0-demangle.patch)
2e4be5
- Resolves: #827422
2e4be5
2e4be5
* Thu May 31 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-15
2e4be5
- Add upstream patches for parameter passing.  Apart from a couple of
2e4be5
  fixes, this brings in s390 support (ltrace-0.6.0-abi-s390.patch)
2e4be5
2e4be5
* Fri May 18 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-14
2e4be5
- Add upstream patch that improves parameter passing support (the
2e4be5
  upstream "revamp" branch) (ltrace-0.6.0-abi.patch)
2e4be5
2e4be5
* Thu May  3 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-13
2e4be5
- Check -n argument for validity (ltrace-0.6.0-dash-n.patch)
2e4be5
- Resolves: #818529
2e4be5
- ltrace-0.6.0-libs-fixes-1.patch
2e4be5
  - Fix double free when process initialization fails for some reason
2e4be5
  - Don't indent first level of calls
2e4be5
2e4be5
* Mon Apr 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-12
2e4be5
- Fix 32-bit builds
2e4be5
2e4be5
* Mon Apr 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-11
2e4be5
- Fix detach from sleeping process
2e4be5
- Add limited support for return from tail call
2e4be5
- Fix singlestep over atomic instruction sequence on PPC
2e4be5
- Add extensive upstream patch that implements
2e4be5
  - tracing calls done from DSOs
2e4be5
  - better tools for filtering symbol tables
2e4be5
  - support for tracing PLT calls on PPC64 (not entry points read from .plt)
2e4be5
  - support for PPC32 old-style (BSS) PLT table
2e4be5
- Drop ppc-shift patch that was superseded by the above
2e4be5
- Drop demangle patch that hasn't been applied for some time now
2e4be5
2e4be5
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.0-10
2e4be5
- Drop ExclusiveArch as all current Primary/Secondary Arches are supported
2e4be5
2e4be5
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-9
2e4be5
- And patch configure and config.h, not just configure.ac
2e4be5
- Resolves: #810973
2e4be5
2e4be5
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-7
2e4be5
- Add libselinux-devel BR
2e4be5
- Resolves: #810973
2e4be5
2e4be5
* Tue Apr 10 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-6
2e4be5
- If we fail to attach to traced process, check whether deny_ptrace
2e4be5
  isn't enabled.  If yes, warn about it.
2e4be5
- Resolves: #810973
2e4be5
2e4be5
* Tue Feb  7 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-5
2e4be5
- Add upstream patches for initial breakpoint insertion.  This mostly
2e4be5
  fixes tracing on PPC.
2e4be5
- Resolves: #773050
2e4be5
2e4be5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-4
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2e4be5
2e4be5
* Fri Nov 25 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-3
2e4be5
- Add several upstream patches that fix various races in tracing
2e4be5
  multi-threaded processes
2e4be5
- Add upstream patches for support of tracing across vfork
2e4be5
- Add upstream patches for ppc: excessive shift, and fetching
2e4be5
  function arguments
2e4be5
2e4be5
* Fri Sep  2 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-2
2e4be5
- Add upstream patches for tracing multi-threaded processes, endian
2e4be5
  fixes, and a test suite fixlet
2e4be5
2e4be5
* Tue Feb 15 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-1
2e4be5
- Update to 0.6.0
2e4be5
  - Drop most patches
2e4be5
  - Port exec-stripped patch
2e4be5
  - Add return-string-n patch
2e4be5
  - Leave just the testsuite part in ia64-sigill patch
2e4be5
2e4be5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-19.45svn
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2e4be5
2e4be5
* Thu Dec  9 2010 Petr Machata <pmachata@redhat.com> - 0.5-18.45svn
2e4be5
- Add memmove to /etc/ltrace.conf
2e4be5
- Resolves: #658311
2e4be5
2e4be5
* Wed Sep  8 2010 Petr Machata <pmachata@redhat.com> - 0.5-17.45svn
2e4be5
- Fix demangler resolution.  Libiberty is not in the default install
2e4be5
  anymore, and the fallback configure check for __cxa_demangle doesn't
2e4be5
  take into account the possibility that the symbol might be in
2e4be5
  libstdc++ instead.
2e4be5
- Resolves: #631069 FTBFS
2e4be5
2e4be5
* Wed May 19 2010 Petr Machata <pmachata@redhat.com> - 0.5-16.45svn.1
2e4be5
- When the value of undefined symbol in PPC 32-bit binary is 0, use
2e4be5
  PPC-specific magic to compute the PLT slots.
2e4be5
- Fix a problem with tracing stripped binary after execl on
2e4be5
  architectures that need PLT reinitalisation breakpoint.
2e4be5
- Support tracing of 31-bit binaries with 64-bit ltrace
2e4be5
- Fix handling of the case where forked child is reported before
2e4be5
  parent's fork event
2e4be5
- Patch from Supriya Kannery implements fetching 5th and further
2e4be5
  function arguments on s390
2e4be5
2e4be5
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-14.45svn
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2e4be5
2e4be5
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-13.45svn
2e4be5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2e4be5
2e4be5
* Tue Oct  7 2008 Petr Machata <pmachata@redhat.com> - 0.5-12.45svn
2e4be5
- Fix fork & exec patches to apply cleanly under --fuzz=0
2e4be5
- Resolves: #465036
2e4be5
2e4be5
* Fri May 23 2008 Petr Machata <pmachata@redhat.com> - 0.5-11.45svn
2e4be5
- Patch from James M. Leddy, fixes interaction of -c and -o
2e4be5
- Fix compilation by using -D_LARGEFILE64_SOURCE
2e4be5
- related: #447404
2e4be5
2e4be5
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5-10.45svn
2e4be5
- Autorebuild for GCC 4.3
2e4be5
2e4be5
* Wed Sep 12 2007 Petr Machata <pmachata@redhat.com> - 0.5-9.45svn
2e4be5
- Cleanup spec.
2e4be5
- Fix parallel make bug in Makefile.
2e4be5
- resolves: #226109
2e4be5
2e4be5
* Thu Aug 16 2007 Petr Machata <pmachata@redhat.com> - 0.5-8.45svn
2e4be5
- Fix licensing tag.
2e4be5
2e4be5
* Fri May  4 2007 Petr Machata <pmachata@redhat.com> - 0.5-7.45svn
2e4be5
- added fork/exec patches, mostly IBM's work
2e4be5
- added trace-exec tests into suite
2e4be5
- added ia64 sigill patch
2e4be5
2e4be5
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 0.5-6.45svn
2e4be5
- tidy up the specfile per rpmlint comments
2e4be5
- fix man page
2e4be5
2e4be5
* Mon Sep  4 2006 Petr Machata <pmachata@redhat.com> - 0.5-5.45svn
2e4be5
- fix plt handling on ppc32 (symval patch)
2e4be5
- fix attaching to process (attach patch)
2e4be5
- add fork & exec patches from IBM
2e4be5
- adjust weak symbol handling (ppc32fc5 patch)
2e4be5
2e4be5
* Wed Aug 23 2006 Petr Machata <pmachata@redhat.com> - 0.5-3.45svn
2e4be5
- use "{X}.{release}svn" release string per naming guidelines
2e4be5
2e4be5
* Tue Aug 22 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.1.45svn
2e4be5
- using dist tag
2e4be5
2e4be5
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 0.5-1.0.45svn.6
2e4be5
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
2e4be5
  (#203001)
2e4be5
2e4be5
* Fri Jul 14 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.0.45svn.5
2e4be5
- adding .gnu.hash patch to support new ELF hash table section
2e4be5
- adding testsuite patch to silent some bogus failures
2e4be5
2e4be5
* Fri Jul 14 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.0.45svn
2e4be5
- adding upstream (svn) version.  It contains most of patches that we
2e4be5
  already use, and has support for secure PLTs.
2e4be5
2e4be5
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.4-1.7.1
2e4be5
- rebuild
2e4be5
2e4be5
* Wed Jun 14 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.7
2e4be5
- drop broken ppc support
2e4be5
2e4be5
* Thu Jun  1 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.6
2e4be5
- e_entry patch: use elf's e_entry field instead of looking up _start
2e4be5
  symbol, which failed on stripped binaries.
2e4be5
2e4be5
* Wed May  3 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.5
2e4be5
- Correct a typo that prevented the inclusion of "demangle.h"
2e4be5
- Adding -Wl,-z,relro
2e4be5
2e4be5
* Mon Apr 24 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.4
2e4be5
- turn off opd translation on ia64, GElf already gives us function
2e4be5
  address.
2e4be5
- turn on main-internal test, it should pass now.
2e4be5
2e4be5
* Wed Apr 12 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.2
2e4be5
- svn fix for opt_x patch
2e4be5
- patches for testsuite for s390{,x}
2e4be5
- turning off main-internal test. Fails on ia64, needs investigation.
2e4be5
2e4be5
* Fri Apr  7 2006 Petr Machata <pmachata@redhat.com> - 0.4-1
2e4be5
- Upstream 0.4
2e4be5
- opt_x patch: New structure for opt_x list elements, now with
2e4be5
  'found'.  Using it in options.c, elf.c.
2e4be5
- testsuite patch: Automated testsuite for ltrace.
2e4be5
2e4be5
* Wed Mar  1 2006 Petr Machata  <pmachata@redhat.com> - 0.3.36-4.3
2e4be5
- include %%{ix86} to ExclusiveArch, instead of mere i386
2e4be5
2e4be5
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.2
2e4be5
- bump again for double-long bug on ppc(64)
2e4be5
2e4be5
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.1
2e4be5
- rebuilt for new gcc4.1 snapshot and glibc changes
2e4be5
2e4be5
* Mon Jan  9 2006 Jakub Jelinek <jakub@redhat.com> 0.3.36-4
2e4be5
- added ppc64 and s390x support (IBM)
2e4be5
- added ia64 support (Ian Wienand)
2e4be5
2e4be5
* Sat Mar  5 2005 Jakub Jelinek <jakub@redhat.com> 0.3.36-3
2e4be5
- rebuilt with GCC 4
2e4be5
2e4be5
* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-2
2e4be5
- make x86_64 ltrace trace both 32-bit and 64-bit binaries (#141955,
2e4be5
  IT#55600)
2e4be5
- fix tracing across execve
2e4be5
- fix printf-style format handling on 64-bit arches
2e4be5
2e4be5
* Thu Nov 18 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-1
2e4be5
- update to 0.3.36
2e4be5
2e4be5
* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 0.3.35-1
2e4be5
- update to 0.3.35
2e4be5
- update syscall tables from latest kernel source
2e4be5
2e4be5
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
2e4be5
- rebuilt
2e4be5
2e4be5
* Tue Jun  8 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-3
2e4be5
- buildreq elfutils-libelf-devel (#124921)
2e4be5
2e4be5
* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-2
2e4be5
- fix demangling
2e4be5
2e4be5
* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-1
2e4be5
- update to 0.3.32
2e4be5
  - fix dict.c assertion (#114359)
2e4be5
  - x86_64 support
2e4be5
- rewrite elf.[ch] using libelf
2e4be5
- don't rely on st_value of SHN_UNDEF symbols in binaries,
2e4be5
  instead walk .rel{,a}.plt and compute the addresses (#115299)
2e4be5
- fix x86-64 support
2e4be5
- some ltrace.conf additions
2e4be5
- some format string printing fixes
2e4be5
2e4be5
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
2e4be5
- rebuilt
2e4be5
2e4be5
* Mon Feb  3 2003 Jakub Jelinek <jakub@redhat.com> 0.3.29-1
2e4be5
- update to 0.3.29
2e4be5
2e4be5
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
2e4be5
- rebuilt
2e4be5
2e4be5
* Sun Sep  1 2002 Jakub Jelinek <jakub@redhat.com> 0.3.10-12
2e4be5
- add a bunch of missing functions to ltrace.conf
2e4be5
  (like strlen, ugh)
2e4be5
2e4be5
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
2e4be5
- automated rebuild
2e4be5
2e4be5
* Tue May 28 2002 Phil Knirsch <pknirsch@redhat.com>
2e4be5
- Added the 'official' s390 patch.
2e4be5
2e4be5
* Thu May 23 2002 Tim Powers <timp@redhat.com>
2e4be5
- automated rebuild
2e4be5
2e4be5
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
2e4be5
- automated rebuild
2e4be5
2e4be5
* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
2e4be5
- fix stale symlink in documentation directory (#47749)
2e4be5
2e4be5
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
2e4be5
- Bump release + rebuild.
2e4be5
2e4be5
* Wed Aug  2 2000 Tim Waugh <twaugh@redhat.com>
2e4be5
- fix off-by-one problem in checking syscall number
2e4be5
2e4be5
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
2e4be5
- automatic rebuild
2e4be5
2e4be5
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
2e4be5
- rebuilt for next release
2e4be5
- patched Makefile.in to take a hint on mandir (patch2)
2e4be5
- use %%{_mandir} and %%makeinstall
2e4be5
2e4be5
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
2e4be5
- fix description
2e4be5
2e4be5
* Fri Jan  7 2000 Jeff Johnson <jbj@redhat.com>
2e4be5
- update to 0.3.10.
2e4be5
- include (but don't apply) sparc patch from Jakub Jellinek.
2e4be5
2e4be5
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
2e4be5
- auto rebuild in the new build environment (release 2)
2e4be5
2e4be5
* Fri Mar 12 1999 Jeff Johnson <jbj@redhat.com>
2e4be5
- update to 0.3.6.
2e4be5
2e4be5
* Mon Sep 21 1998 Preston Brown <pbrown@redhat.com>
2e4be5
- upgraded to 0.3.4