From bb8c52e235cd5524fb4fe7dc05f5ef4a38bd7de9 Mon Sep 17 00:00:00 2001 From: Amit Saha Date: Jan 08 2013 04:57:20 +0000 Subject: reservesys should explicitly require psmisc to be installed. Bug: 891894 --- diff --git a/Tasks/distribution/reservesys/Makefile b/Tasks/distribution/reservesys/Makefile index 632cf78..8baaeda 100644 --- a/Tasks/distribution/reservesys/Makefile +++ b/Tasks/distribution/reservesys/Makefile @@ -46,5 +46,6 @@ $(METADATA): Makefile @echo "Requires: vim-enhanced" >> $(METADATA) @echo "Requires: unifdef" >> $(METADATA) @echo "Requires: sendmail" >> $(METADATA) + @echo "Requires: psmisc" >> $(METADATA) @echo "License: GPLv2" >> $(METADATA) @echo "RhtsOptions: -Compatible -CompatService" >> $(METADATA)