From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18977 invoked by alias); 6 Aug 2012 20:25:35 -0000 Received: (qmail 18914 invoked by uid 9586); 6 Aug 2012 20:25:33 -0000 Date: Mon, 06 Aug 2012 20:25:00 -0000 Message-ID: <20120806202532.18893.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-145-g3451624 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1c0b8e238e7d30e76c725f192c6c31882b1b13f6 X-Git-Newrev: 3451624dbc89d790afe9c0d2d6da4d9e3f7a766f Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q3/txt/msg00085.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 3451624dbc89d790afe9c0d2d6da4d9e3f7a766f (commit) via 5ecd69990a5136be2082f54604b77275a87e39dd (commit) from 1c0b8e238e7d30e76c725f192c6c31882b1b13f6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3451624dbc89d790afe9c0d2d6da4d9e3f7a766f Author: Josh Stone Date: Mon Aug 6 13:14:00 2012 -0700 spec: Don't use %dir for paths that are fully included We were getting these messages from rpmbuild: warning: File listed twice: /usr/share/systemtap/runtime warning: File listed twice: /usr/share/systemtap/tapset Those two paths included entirely in systemtap-devel, so the %dir directive is redundant. However, it should claim %{_datadir}/%{name} which those two are under. commit 5ecd69990a5136be2082f54604b77275a87e39dd Author: Josh Stone Date: Mon Aug 6 11:03:19 2012 -0700 Add dyninst to systemtap.spec, for Fedora 18+ only ----------------------------------------------------------------------- Summary of changes: systemtap.spec | 40 +++++++++++++++++++++++++++++++++++++--- 1 files changed, 37 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool