From 8a08e1b4d72cdecaabdf34a0a803008b28eff58d Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 19 Feb 2016 14:22:24 -0700 Subject: [PATCH] * Thu Feb 19 2016 Jeff Law - 0.7.91-19 - Fix FTBFS due to testsuite failure (#1307754) . Add missing files to %doc --- ltrace-rh1307754.patch | 12 ++++++++++++ ltrace.spec | 10 ++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 ltrace-rh1307754.patch diff --git a/ltrace-rh1307754.patch b/ltrace-rh1307754.patch new file mode 100644 index 0000000..ac3560a --- /dev/null +++ b/ltrace-rh1307754.patch @@ -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 } diff --git a/ltrace.spec b/ltrace.spec index 375e1e5..7b9826e 100644 --- a/ltrace.spec +++ b/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 - 0.7.91-19 +- Fix FTBFS due to testsuite failure (#1307754) . Add missing files to %doc + * Thu Feb 04 2016 Fedora Release Engineering - 0.7.91-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild