From 06b3af39d6f3cffdff6d3f0f392fcf656cbdee20 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Jan 24 2019 11:01:13 +0000 Subject: Add bzip2 dependency for perf tool Adding explicit bzip2 dependency for perf tool. The bzip2 is used in perf archive script command, and without bzip2 command it fails, like: $ perf archive tar (child): bzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now With explicit bzip2 dependency we're ok: $ rpm -qp --requires perf-...rpm | grep bzip2 bzip2 koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=32223307 Signed-off-by: Jiri Olsa --- diff --git a/kernel-tools.spec b/kernel-tools.spec index ad8f04c..e7bd479 100644 --- a/kernel-tools.spec +++ b/kernel-tools.spec @@ -131,6 +131,7 @@ and the supporting documentation. %package -n perf Summary: Performance monitoring for the Linux kernel +Requires: bzip2 License: GPLv2 %description -n perf This package contains the perf tool, which enables performance monitoring