From 51fc1ef6e1d7d0909e4defccc721bd75c4037e60 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 30 Nov 2009 16:41:37 +0000 Subject: [PATCH] - Add Requires: propcs (bug #54272) --- environment-modules.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/environment-modules.spec b/environment-modules.spec index 4615ccd..c6f15ad 100644 --- a/environment-modules.spec +++ b/environment-modules.spec @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.7b -Release: 5%{?dist} +Release: 6%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -12,6 +12,8 @@ Patch0: environment-modules-3.2.7-bindir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tcl-devel, tclx-devel, libX11-devel +#For ps in startup script +Requires: procps %description The Environment Modules package provides for the dynamic modification of @@ -78,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 30 2009 Orion Poplawski - 3.2.7b-6 +- Add Requires: propcs (bug #54272) + * Mon Oct 26 2009 Orion Poplawski - 3.2.7b-5 - Don't assume different shell init scripts exist (bug #530770)