From 5a0f5c1d8b71c3d27c7bf89e5016b18c4ebb2c46 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 19 Jun 2014 15:15:55 +0800 Subject: [PATCH] ps command is needed by tests/support/server.tcl to catch the server status. If this command is missing, the valve returned will be invalid and the test will fail. More defails please refer to line 75 of server.tcl. --- redis.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/redis.spec b/redis.spec index 418fb2a..52b86de 100644 --- a/redis.spec +++ b/redis.spec @@ -40,6 +40,7 @@ Patch3: redis-2.8.11-disable-test-failed-on-slow-machine.patch BuildRequires: gperftools-devel %endif BuildRequires: jemalloc-devel +BuildRequires: procps-ng %if 0%{?with_systemd} BuildRequires: systemd %endif