From 3df758e104ee373efd4211b38efccbf34570643a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 14 Mar 2008 15:07:31 +0000 Subject: [PATCH] - Add BR libX11-devel so modulecmd can handle X resources --- environment-modules.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/environment-modules.spec b/environment-modules.spec index 6e0600b..94aebd4 100644 --- a/environment-modules.spec +++ b/environment-modules.spec @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -10,7 +10,7 @@ Source0: http://downloads.sourceforge.net/modules/modules-%{version}.tar. Patch0: modules-3.2.6-versioning.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: tcl-devel, tclx-devel +BuildRequires: tcl-devel, tclx-devel, libX11-devel %description The Environment Modules package provides for the dynamic modification of @@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 14 2008 - Orion Poplawski - 3.2.6-5 +- Add BR libX11-devel so modulecmd can handle X resources + * Wed Mar 5 2008 - Orion Poplawski - 3.2.6-4 - Add patch to fix extraneous version path entry properly - Use --with-module-path to point to /etc/modulefiles for local modules,