rpms/openmpi/devel openmpi.spec,1.21,1.22

Doug Ledford (dledford) fedora-extras-commits at redhat.com
Mon Jul 2 14:18:19 UTC 2007


Author: dledford

Update of /cvs/extras/rpms/openmpi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28715

Modified Files:
	openmpi.spec 
Log Message:
* Mon Jul 02 2007 Doug Ledford <dledford at redhat.com> - 1.2.3-2
- Fix dangling symlink issue caused by a bad macro usage
- Resolves: bz246450



Index: openmpi.spec
===================================================================
RCS file: /cvs/extras/rpms/openmpi/devel/openmpi.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- openmpi.spec	28 Jun 2007 22:06:10 -0000	1.21
+++ openmpi.spec	2 Jul 2007 14:17:42 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           openmpi
 Version:        1.2.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Open Message Passing Interface
 
 Group:          Development/Libraries
@@ -136,7 +136,7 @@
 # make the proper symlinks from %{_datadir}/%{name}/bin to the wrapper
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{mpidir}/bin%{mode}
 for i in mpicc mpic++ mpicxx mpiCC mpif77 mpif90 ; do
-  ln -s %{_bindir}/opal_wrapper-%{version}-%{cc}-%{mode} \
+  ln -s %{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode} \
   	${RPM_BUILD_ROOT}%{_datadir}/%{mpidir}/bin%{mode}/$i
 done
 # The fortran include file differs between 32/64bit environments, so make
@@ -251,6 +251,10 @@
 
 
 %changelog
+* Mon Jul 02 2007 Doug Ledford <dledford at redhat.com> - 1.2.3-2
+- Fix dangling symlink issue caused by a bad macro usage
+- Resolves: bz246450
+
 * Wed Jun 27 2007 Doug Ledford <dledford at redhat.com> - 1.2.3-1
 - Update to latest upstream version
 - Fix file ownership on -libs package




More information about the fedora-extras-commits mailing list