public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* Adding provide to systemtap.spec for systemtap-testsuite rpm
@ 2008-01-31 14:27 William Cohen
  2008-01-31 17:05 ` Masami Hiramatsu
  0 siblings, 1 reply; 5+ messages in thread
From: William Cohen @ 2008-01-31 14:27 UTC (permalink / raw)
  To: systemtap

[-- 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}

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-01 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-31 14:27 Adding provide to systemtap.spec for systemtap-testsuite rpm William Cohen
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

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).