* Thu Feb 19 2016 Jeff Law <law@redhat.com.org> - 0.7.91-19
- Fix FTBFS due to testsuite failure (#1307754) . Add missing files to %doc
This commit is contained in:
parent
20cb2cffcb
commit
8a08e1b4d7
12
ltrace-rh1307754.patch
Normal file
12
ltrace-rh1307754.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nrup a/testsuite/ltrace.main/system_calls.exp b/testsuite/ltrace.main/system_calls.exp
|
||||
--- a/testsuite/ltrace.main/system_calls.exp 2016-02-17 19:39:51.433134376 -0700
|
||||
+++ b/testsuite/ltrace.main/system_calls.exp 2016-02-17 19:40:26.220402747 -0700
|
||||
@@ -133,7 +133,7 @@ Match [Diff [Calls [ltraceRun -L -S -- $
|
||||
{ {^write$} == 1 }
|
||||
{ {^unlink(at)?$} >= 2 }
|
||||
{ {^open(at)?$} == 1 }
|
||||
- { {^(new|f)?stat(64)?$} == 1 }
|
||||
+ { {^(new|f)?stat(64)?$} >= 1 }
|
||||
{ {^close$} == 1 }
|
||||
{ {^getcwd$} == 1 }
|
||||
{ {^chdir$} == 1 }
|
||||
10
ltrace.spec
10
ltrace.spec
@ -1,7 +1,7 @@
|
||||
Summary: Tracks runtime library calls from dynamically linked executables
|
||||
Name: ltrace
|
||||
Version: 0.7.91
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
URL: http://ltrace.alioth.debian.org/
|
||||
License: GPLv2+
|
||||
Group: Development/Debuggers
|
||||
@ -95,6 +95,8 @@ Patch23: ltrace-0.7.91-testsuite-includes-2.patch
|
||||
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=eea6091f8672b01f7f022b0fc367e0f568225ffc
|
||||
Patch24: ltrace-0.7.91-ppc64le-configure.patch
|
||||
|
||||
Patch25: ltrace-rh1307754.patch
|
||||
|
||||
%description
|
||||
Ltrace is a debugging program which runs a specified command until the
|
||||
command exits. While the command is executing, ltrace intercepts and
|
||||
@ -131,6 +133,7 @@ execution of processes.
|
||||
%patch22 -p1
|
||||
%patch23 -p1
|
||||
%patch24 -p1
|
||||
%patch25 -p1
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
@ -149,13 +152,16 @@ echo ====================TESTING END=====================
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS
|
||||
%doc NEWS COPYING CREDITS INSTALL README TODO
|
||||
%{_bindir}/ltrace
|
||||
%{_mandir}/man1/ltrace.1*
|
||||
%{_mandir}/man5/ltrace.conf.5*
|
||||
%{_datadir}/ltrace
|
||||
|
||||
%changelog
|
||||
* Thu Feb 19 2016 Jeff Law <law@redhat.com.org> - 0.7.91-19
|
||||
- Fix FTBFS due to testsuite failure (#1307754) . Add missing files to %doc
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user