1
1

- 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.
Этот коммит содержится в:
Jeff Squyres 2006-07-02 12:08:48 +00:00
родитель 0bd5acc51f
Коммит 06fb5fcce0

Просмотреть файл

@ -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 <jsquyres@lam-mpi.rg>
* Sun Jul 02 2006 Jeff Squyres <jsquyres@cisco.com>
- 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 <jsquyres@cisco.com>
- 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 <jsquyres@lam-mpi.org>
- First version. Hopefully, this RPM won't need to live very long
because LAM/MPI 7.1 will obviate the need for it.