From e408e69fb484f3a30ec698c7804bb5391f0b7e16 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 8 Sep 2009 06:30:04 -0400 Subject: packaging: make -client and -system prereq zip & unzip --- systemtap.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systemtap.spec') diff --git a/systemtap.spec b/systemtap.spec index aacd0603..0241df4f 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -97,6 +97,7 @@ License: GPLv2+ URL: http://sourceware.org/systemtap/ Requires: systemtap-runtime = %{version}-%{release} Requires: avahi avahi-tools nss nss-tools mktemp +Requires: zip unzip %description client SystemTap client is the client component of an instrumentation @@ -110,6 +111,7 @@ License: GPLv2+ URL: http://sourceware.org/systemtap/ Requires: systemtap Requires: avahi avahi-tools nss nss-tools mktemp +Requires: zip unzip %description server SystemTap server is the server component of an instrumentation -- cgit