From 06fb5fcce0ec298ed94954feacdb0f1f417134b3 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 2 Jul 2006 12:08:48 +0000 Subject: [PATCH] - Added a missing original entry in the changelog - Just use the prefix in the % files list so that we a) grab the whole tree and b) it removes all the directories when the RPM is removed. Thanks to Bernard Li for reporting the problem. This commit was SVN r10617. --- .../dist/linux/openmpi-switcher-modulefile.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/contrib/dist/linux/openmpi-switcher-modulefile.spec b/contrib/dist/linux/openmpi-switcher-modulefile.spec index 27fa47e6ae..04a4574eff 100644 --- a/contrib/dist/linux/openmpi-switcher-modulefile.spec +++ b/contrib/dist/linux/openmpi-switcher-modulefile.spec @@ -215,7 +215,9 @@ fi ############################################################################# %files %defattr(-,root,root) -%{_pkgdatadir}/openmpi-%{version} +# Just list the prefix so that a) it grabs the whole tree, and b) it +# removes directories when the RPM is removed. +%{_prefix} ############################################################################# @@ -224,6 +226,15 @@ fi # ############################################################################# %changelog -* Wed Dec 31 2003 Jeff Squyres +* Sun Jul 02 2006 Jeff Squyres +- Just use the prefix in the % files list so that we a) grab the whole + tree and b) it removes all the directories when the RPM is removed. + Thanks to Bernard Li for reporting the problem. + +* Wed Apr 26 2006 Jeff Squyres +- Adapted for Open MPI. Still the way to go, despite claims to the + contrary in the original log statement. :-) + +* Wed Dec 31 2003 Jeff Squyres - First version. Hopefully, this RPM won't need to live very long because LAM/MPI 7.1 will obviate the need for it.