diff --git a/environment-modules.spec b/environment-modules.spec index 09d4cbf..c614905 100644 --- a/environment-modules.spec +++ b/environment-modules.spec @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -38,7 +38,9 @@ suite of different applications. %build -%configure --disable-versioning --prefix=%{_datadir} --exec-prefix=%{_datadir}/Modules +%configure --disable-versioning --prefix=%{_datadir} \ + --exec-prefix=%{_datadir}/Modules \ + --with-version-path=%{_datadir}/Modules/modulefiles make %{?_smp_mflags} @@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 20 2006 - Orion Poplawski - 3.2.3-3 +- Add --with-version-path to set VERSIONPATH (bug 220260) + * Tue Aug 28 2006 - Orion Poplawski - 3.2.3-2 - Rebuild for FC6