public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: William Cohen <wcohen@redhat.com>
To: systemtap <systemtap@sources.redhat.com>
Subject: Adding provide to systemtap.spec for systemtap-testsuite rpm
Date: Thu, 31 Jan 2008 14:27:00 -0000	[thread overview]
Message-ID: <47A1DABC.7020903@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

Some people may notice that systemtap-testsuite rpm does not install without 
"--nodeps" because systemtaptestsuite requires "stap", but nothing provides it. 
The one line patch add a provides to the systemtap rpm and allows the 
systemtap-testsuite rpm to be installed normally via rpm.

Any comments about the patch? Go ahead and check it in? Or does anyone have 
better ideas on how to eliminate this issue?

-Will

[-- Attachment #2: stap_provides.diff --]
[-- Type: text/x-patch, Size: 384 bytes --]

--- /home/wcohen/koji/systemtap/devel/systemtap.spec	2008-01-18 14:29:04.000000000 -0500
+++ /home/wcohen/rh-rpms/SPECS/systemtap.spec	2008-01-30 16:56:21.000000000 -0500
@@ -48,6 +48,8 @@
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Provides: stap = %{version}-%{release}
+
 Requires: kernel >= 2.6.9-11
 BuildRequires: libcap-devel
 %if %{sqlite}

             reply	other threads:[~2008-01-31 14:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-31 14:27 William Cohen [this message]
2008-01-31 17:05 ` Masami Hiramatsu
2008-01-31 20:32   ` William Cohen
2008-01-31 21:43     ` Masami Hiramatsu
2008-02-01 17:03     ` Masami Hiramatsu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47A1DABC.7020903@redhat.com \
    --to=wcohen@redhat.com \
    --cc=systemtap@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).