[pvm/el6] Initial release for EL6.

Richard Shaw hobbes1069 at fedoraproject.org
Wed Dec 28 20:45:54 UTC 2011


commit 5d9d8b81f483596ebb771fa8e497d10b4e29f4a8
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Wed Dec 28 14:45:40 2011 -0600

    Initial release for EL6.

 .gitignore |    1 +
 pvm.spec   |  454 +++++++++++-------------------------------------------------
 sources    |    3 +-
 3 files changed, 86 insertions(+), 372 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8be65ed..344cb81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 XPVM.src.1.2.5.tgz
 pvm3.4.4.tgz
 pvm3.4.5.tgz
+/pvm3.4.6.tgz
diff --git a/pvm.spec b/pvm.spec
index 785ee07..681e871 100644
--- a/pvm.spec
+++ b/pvm.spec
@@ -1,54 +1,56 @@
-Summary: Libraries for distributed computing.
-Name: pvm 
-Version: 3.4.5
-Release: 15%{?dist}
+Name:           pvm 
+Version:        3.4.6
+Release:        1%{?dist}
+Summary:        Libraries for distributed computing.
 # Includes regex code which is under GPLv2+
-License: MIT and GPLv2+
-Group: Development/Libraries
-Source0: http://www.netlib.org/pvm3/pvm%{version}.tgz
-Source1: http://www.netlib.org/pvm3/xpvm/XPVM.src.1.2.5.tgz
-Source2: xpvm.sh
-Source3: pvm.sh
-Source4: README.RedHat
-Patch0: xpvm-tcltk.patch
-Patch1: pvm3-vaargfix.patch
-Patch2: pvm-s390.patch
-Patch3: pvm3.4.5-strerror.patch
-Patch4: pvm3.4.4-envvars.patch
-Patch5: xpvm-1.2.5-envvars.patch
-Patch6: pvm3.4.5-x86_64-segfault.patch
-Patch7: pvm-3.4.5-bug_147337.patch
-Patch8: pvm-3.4.5-Pvmtev.patch
-Patch9: pvm-3.4.5-ppc64arch.patch
-Patch10: pvm-arch.patch
-URL: http://www.epm.ornl.gov/pvm/pvm_home.html
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Requires: initscripts >= 5.54, bash >= 2
-BuildRequires: tk-devel tcl-devel tcl tk m4
-BuildPrereq: tk-devel tcl-devel tcl tk m4
+License:        MIT and GPLv2+
+Group:          Development/Libraries
+
+URL:            http://www.csm.ornl.gov/pvm/pvm_home.html
+Source0:        http://www.netlib.org/pvm3/pvm%{version}.tgz
+Source1:        http://www.netlib.org/pvm3/xpvm/XPVM.src.1.2.5.tgz
+Source2:        xpvm.sh
+Source3:        pvm.sh
+Source4:        README.RedHat
+
+Patch0:         xpvm-tcltk.patch
+Patch1:         pvm3-vaargfix.patch
+Patch2:         pvm-s390.patch
+Patch3:         pvm3.4.5-strerror.patch
+Patch4:         pvm3.4.4-envvars.patch
+Patch5:         xpvm-1.2.5-envvars.patch
+Patch6:         pvm3.4.5-x86_64-segfault.patch
+Patch7:         pvm-3.4.5-bug_147337.patch
+Patch8:         pvm-3.4.5-Pvmtev.patch
+Patch9:         pvm-3.4.5-ppc64arch.patch
+Patch10:        pvm-arch.patch
 
-%package gui
-Requires: pvm
-Summary: TCL/TK graphical frontend to monitor and manage a PVM cluster.
-Group: Applications/System
+BuildRequires: tk-devel tcl-devel tcl tk m4
+Requires: initscripts >= 5.54, bash >= 2
 
 %description
 PVM3 (Parallel Virtual Machine) is a library and daemon that allows
 distributed processing environments to be constructed on heterogeneous
 machines and architectures.
 
+
+%package gui
+Requires:       pvm
+Summary:        TCL/TK graphical frontend to monitor and manage a PVM cluster.
+Group:          Applications/System
+
 %description gui
 Xpvm is a TCL/TK based tool that allows full manageability of the PVM cluster
 as well as the ability to monitor cluster performance.
 
+
 %prep
 %setup -q -T -c -n pvm
-cp %SOURCE4 .
-chmod 0644 README.RedHat
+install -m 0644 %SOURCE4 .
 
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/share/
-cd $RPM_BUILD_ROOT/usr/share
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/
+cd %{buildroot}/usr/share
 tar -xzf %{SOURCE0}
 cd pvm3
 tar -xzf %{SOURCE1}
@@ -58,7 +60,7 @@ tar -xzf %{SOURCE1}
 %patch3 -p1
 %patch4 -p1
 %patch6 -p1
-%patch7 -p1
+#patch7 -p1
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
@@ -87,46 +89,46 @@ cp conf/LINUX64.m4 conf/LINUXPPC64.m4
 
 #%define pvm_arch %(echo %{_os}%{_target_cpu} | tr 'a-z' 'A-Z')
 %build
-PVM_ROOT=$RPM_BUILD_ROOT/usr/share/pvm3 \
+PVM_ROOT=%{buildroot}/usr/share/pvm3 \
 	PVM_ARCH=`/var/tmp/pvm-3.4.5-root/usr/share/pvm3/lib/pvmgetarch` \
-	PVM_DPATH=$RPM_BUILD_ROOT/usr/share/pvm3/lib/pvmd \
+	PVM_DPATH=%{buildroot}/usr/share/pvm3/lib/pvmd \
 	CFLAGS=-fPIC \
-	make -C $RPM_BUILD_ROOT/usr/share/pvm3 
+	make -C %{buildroot}/usr/share/pvm3 
 
-PVM_ROOT=$RPM_BUILD_ROOT/usr/share/pvm3 \
+PVM_ROOT=%{buildroot}/usr/share/pvm3 \
 	PVM_ARCH=`/var/tmp/pvm-3.4.5-root/usr/share/pvm3/lib/pvmgetarch` \
-	XPVM_ROOT=$RPM_BUILD_ROOT/usr/share/pvm3/xpvm \
-	make -C $RPM_BUILD_ROOT/usr/share/pvm3/xpvm XLIBDIR=-L%{_prefix}/X11R6/%{_lib} TCLTKHOME=%{_libdir} 
+	XPVM_ROOT=%{buildroot}/usr/share/pvm3/xpvm \
+	make -C %{buildroot}/usr/share/pvm3/xpvm XLIBDIR=-L%{_prefix}/X11R6/%{_lib} TCLTKHOME=%{_libdir} 
 
 ## FIXME: 'install' section used to start here
-## don't have a separate install section
-## old spec relied on old behaviour of rpm which didn't remove automatically remove the buildroot
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,3}
-install -m 644 $RPM_BUILD_ROOT/usr/share/pvm3/man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 644 $RPM_BUILD_ROOT/usr/share/pvm3/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-install -m 0755  $RPM_SOURCE_DIR/xpvm.sh $RPM_BUILD_ROOT/usr/bin/xpvm
-PVM_ROOT=$RPM_BUILD_ROOT/usr/share/pvm3 \
+## We don't have a separate install section as the spec relied on old behaviour
+## of rpm which didn't automatically remove the buildroot
+mkdir -p %{buildroot}%{_mandir}/man{1,3}
+install -m 644 %{buildroot}/usr/share/pvm3/man/man1/* %{buildroot}%{_mandir}/man1
+install -m 644 %{buildroot}/usr/share/pvm3/man/man3/* %{buildroot}%{_mandir}/man3
+mkdir -p %{buildroot}/usr/bin
+install -m 0755 %{SOURCE2} %{buildroot}/usr/bin/xpvm
+PVM_ROOT=%{buildroot}/usr/share/pvm3 \
 	PVM_ARCH=`/var/tmp/pvm-3.4.5-root/usr/share/pvm3/lib/pvmgetarch` \
-	XPVM_ROOT=$RPM_BUILD_ROOT/usr/share/pvm3/xpvm \
-	make -C $RPM_BUILD_ROOT/usr/share/pvm3/xpvm install
+	XPVM_ROOT=%{buildroot}/usr/share/pvm3/xpvm \
+	make -C %{buildroot}/usr/share/pvm3/xpvm install
 
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-install -m 0755  $RPM_SOURCE_DIR/pvm.sh $RPM_BUILD_ROOT/usr/bin/pvm
+mkdir -p %{buildroot}/usr/bin
+install -m 0755 %{SOURCE3} %{buildroot}/usr/bin/pvm
 
 # Move the documentation the directory RPM thinks it's using, so we
 # can classify it as documentation files
 
-mv $RPM_BUILD_ROOT/usr/share/pvm3/doc/* $RPM_BUILD_DIR/pvm/
-rmdir $RPM_BUILD_ROOT/usr/share/pvm3/doc
+mv %{buildroot}/usr/share/pvm3/doc/* $RPM_BUILD_DIR/pvm/
+rmdir %{buildroot}/usr/share/pvm3/doc
 
 # Use /var/run/pvm for state files
 
-mkdir -p $RPM_BUILD_ROOT/var/run/pvm3
+mkdir -p %{buildroot}/var/run/pvm3
 
 # build the file list
-find $RPM_BUILD_ROOT -type f -o -type l | \
-	sed -e "s|$RPM_BUILD_ROOT||g" | \
+find %{buildroot} -type f -o -type l | \
+	sed -e "s|%{buildroot}||g" | \
 	grep -v -i win32 | \
 	grep -v "/pvm3/man/man" | \
         grep -v "usr/man" | \
@@ -134,14 +136,14 @@ find $RPM_BUILD_ROOT -type f -o -type l | \
 	grep -v "example" | \
 	grep -v "conf/" | \
 	grep -v "\.o$" > files.list
-find $RPM_BUILD_ROOT -type f -o -type l | \
-	sed -e "s|$RPM_BUILD_ROOT||g" | \
+find %{buildroot} -type f -o -type l | \
+	sed -e "s|%{buildroot}||g" | \
 	grep "conf/LINUX" >> files.list
-find $RPM_BUILD_ROOT -type f -o -type l | \
+find %{buildroot} -type f -o -type l | \
 	grep example | \
-	sed -e "s|$RPM_BUILD_ROOT|%doc |g" >> files.list
-find $RPM_BUILD_ROOT/usr/share/pvm3  -type d | \
-	sed -e "s|$RPM_BUILD_ROOT|%dir |g" | \
+	sed -e "s|%{buildroot}|%doc |g" >> files.list
+find %{buildroot}/usr/share/pvm3  -type d | \
+	sed -e "s|%{buildroot}|%dir |g" | \
 	grep -v "xpvm" >> files.list
 
 # Remove man pages from list
@@ -149,29 +151,29 @@ grep -v "%{_mandir}" files.list > files.list2
 mv files.list2 files.list
 
 #Fix broken man pages
-pushd $RPM_BUILD_ROOT/%{_mandir}
+pushd %{buildroot}/%{_mandir}
 rm man1/PVM.1 man1/pvmd.1
 ln -sf pvm_intro.1 man1/PVM.1
 ln -sf pvmd3.1 man1/pvmd.1
 popd
 
 # remove unpackaged files from the buildroot
-rm -f $RPM_BUILD_ROOT%{_datadir}/pvm3/Readme.Win32
-rm -f `find $RPM_BUILD_ROOT -name "*.o"`
-rm -rf $RPM_BUILD_ROOT%{_datadir}/pvm3/WIN32/*
-rm -rf $RPM_BUILD_ROOT%{_datadir}/pvm3/libfpvm/WIN32/*
-rm -f $RPM_BUILD_ROOT%{_datadir}/pvm3/man/WIN32/*
-rm -f $RPM_BUILD_ROOT%{_datadir}/pvm3/lib/xpvm
-pushd $RPM_BUILD_ROOT%{_datadir}/pvm3/conf
+rm -f %{buildroot}%{_datadir}/pvm3/Readme.Win32
+rm -f `find %{buildroot} -name "*.o"`
+rm -rf %{buildroot}%{_datadir}/pvm3/WIN32/*
+rm -rf %{buildroot}%{_datadir}/pvm3/libfpvm/WIN32/*
+rm -f %{buildroot}%{_datadir}/pvm3/man/WIN32/*
+rm -f %{buildroot}%{_datadir}/pvm3/lib/xpvm
+pushd %{buildroot}%{_datadir}/pvm3/conf
 rm -rf `find . -not -name "LINUX*"` ||:
 popd
 
-pushd $RPM_BUILD_ROOT%{_datadir}/pvm3/man
+pushd %{buildroot}%{_datadir}/pvm3/man
 rm -f `find . -type f` 
 popd
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 rm -f files.list
 
 %pre
@@ -190,304 +192,16 @@ fi
 /sbin/chkconfig --del pvmd
 
 %files -f files.list
-%defattr(-,root,root)
 %doc arches  bugreport  example.pvmrc  release-notes README.RedHat
 %{_mandir}/*/*
 %dir %attr(755,pvm,pvm) /var/run/pvm3
 
 %files gui
-%defattr(-,root,root)
-%dir /usr/share/pvm3/xpvm
-/usr/share/pvm3/bin/*/xpvm
-/usr/bin/xpvm
-/usr/share/pvm3/xpvm/*
+%dir %{_datadir}/pvm3/xpvm
+%{_bindir}/xpvm
+%{_datadir}/pvm3/bin/*/xpvm
+%{_datadir}/pvm3/xpvm/*
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.5-15
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Wed Jul 29 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 3.4.5-14
-- Temporary workaround for broken spec file to make pvm build: don't
-  have separate install section, spec file assumes that buildroot
-  isn't removed by it.
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.5-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.5-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Tue Jun 24 2008 Doug Ledford <dledford at redhat.com> - 3.4.5-11
-- spec file cleanups
-- add arch patch that fixes upgrade issues caused by arch definition change
-  in a minor point release
-
-* Wed May 21 2008 Tom "spot" Callaway <tcallawa at redhat.com - 3.4.5-10
-- fix license tag
-
-* Sat Feb  9 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 3.4.5-9
-- rebuilt for GCC 4.3 as requested by Fedora Release Engineering
-
-* Tue Jan 08 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 3.4.5-8
-- rebuild for new Tcl 8.5
-- apply patch from Florian La Roche <laroche at redhat.com> (#427964)
-- do not package *.orig patch files
-- use dist macro
-
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 3.4.5-7.fc6.1
-- rebuild
-
-* Mon Jun 12 2006 Jason Vas Dias <jvdias at redhat.com> - 2.4.5-7.fc6
-- fix bug 194758: BuildRequires for mock
-
-* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 3.4.5-6.7.1
-- bump again for double-long bug on ppc(64)
-
-* Tue Feb 07 2006 Jason Vas Dias <jvdias at redhat.com> - 3.4.5-6.7
-- rebuild for new gcc, glibc, glibc-kernheaders
-
-* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
-- rebuilt
-
-* Tue Nov 15 2005 Jason Vas Dias<jvdias at redhat.com> 3.4.5-6
-- Rebuild for FC-5
-
-* Tue May 31 2005 Jason Vas Dias<jvdias at redhat.com> 3.4.5-4
-- fix bug 158303: x86_64 build needs -fPIC
-- fix bug 155785: PVM_ARCH should be LINUX on i386, not LINUXI386
-                  add LINUXPPC64 arch to pvmgetarch
-
-* Tue Mar 08 2005 Jason Vas Dias<jvdias at redhat.com> 3.4.5-3_FC4
-- GCC4 build: fix forward declaration of Pvmtevdid (globals.h)
-
-* Fri Feb 25 2005 Jason Vas Dias<jvdias at redhat.com> 3.4.5-2_FC4
-- Fix bug 147337 - invalid format string in pvmlog.c
-- make version compare > that of FC3
-
-* Wed Feb 02 2005 Jason Vas Dias<jvdias at redhat.com> 3.4.5-1
-- Upgrade to upstream version 3.4.5 (bug 143156).
-
-* Thu Jun 24 2004 Lon Hohberger <lhh at redhat.com> 3.4.4-21
-- Include fix for #110349 (segfaults on x86-64)
-
-* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Wed Mar 31 2004 Lon Hohberger <lhh at redhat.com> 3.4.4-19
-- Fix for #11239 - remove the env vars stuff from /etc/profile.d
-
-* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Fri Dec 12 2003 Jens Petersen <petersen at redhat.com> - 3.4.4-17
-- rebuild for tcl/tk 8.4
-
-* Tue Nov 18 2003 Lon Hohberger <lhh at redhat.com> 3.4.4-16
-- Rebuild/tag to include patch.
-
-* Tue Nov 18 2003 Lon Hohberger <lhh at redhat.com> 3.4.4-15
-- Fix for bugzilla #110277.
-
-* Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
-- rebuilt
-
-* Thu May  1 2003 Elliot Lee <sopwith at redhat.com> 3.4.4-13
-- Fix for ppc64, s390x
-
-* Wed Feb 19 2003 Bill Nottingham <notting at redhat.com> 3.4.4-12
-- fix setting of PVM_ARCH (#79812)
-
-* Wed Jan 22 2003 Tim Powers <timp at redhat.com>
-- rebuilt
-
-* Wed Jan 15 2003 Jens Petersen <petersen at redhat.com> 3.4.4-10
-- rebuild to update tcltk deps
-- encode changelog in utf-8
-
-* Tue Dec 10 2002 Tim Powers <timp at redhat.com> 3.4.4-9
-- rebuild to fix broken tcltk deps
-- remove unpackaged files from the buildroot
-
-* Tue Dec 10 2002 Phil Knirsch <pknirsch at redhat.com> 3.4.4-8
-- Make it build on x86_64 again with lib64 stuff.
-
-* Tue Dec 03 2002 Elliot Lee <sopwith at redhat.com> 3.4.4-7
-- Fix prep section in comments
-
-* Mon Oct 07 2002 Phil Knirsch <pknirsch at redhat.com> 3.4.4-6.2p
-- Added s390x, x86_64 and ia64 support
-- Fixed x86 support.
-
-* Mon Jul 22 2002 Florian La Roche <Florian.LaRoche at redhat.de>
-- add patch:
-	* Fri May 24 2002 Phil Knirsch <pknirsch at redhat.com> 3.4.4-2b
-	- Updated patch for mainframe.
-
-* Fri Jun 21 2002 Tim Powers <timp at redhat.com>
-- automated rebuild
-
-* Tue Jun 18 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.4.4-4
-- Build on IA64
-
-* Thu May 23 2002 Tim Powers <timp at redhat.com>
-- automated rebuild
-
-* Tue Apr  2 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.4.4-2
-- Don't explicitly strip
-
-* Wed Mar 13 2002 Trond Eivind Glomsrød <teg at redhat.com> 3.4.4-1
-- 3.4.4
-- Disable old patches...
-
-* Sun Jun 24 2001 Elliot Lee <sopwith at redhat.com>
-- Bump release + rebuild.
-
-* Tue Apr  3 2001 Trond Eivind Glomsrød <teg at redhat.com>
-- Add a trigger to fix dangling symlinks from previous installs
-
-* Sat Mar 24 2001 Trond Eivind Glomsrød <teg at redhat.com>
-- Fix pvmd.1 
-- Don't install init scripts - users need to start this themselves
-
-* Mon Feb  5 2001 Trond Eivind Glomsrød <teg at redhat.com>
-- minor cleanups
-
-* Sat Jan 27 2001 Karsten Hopp <karsten at redhat.de>
-- added s390 patch
-- FIXME: tmpnam is used at several functions, better
-         use mkstemp
-
-* Tue Jan 23 2001 Trond Eivind Glomsrød <teg at redhat.com>
-- change gettextizing
-
-* Wed Jan 17 2001 Trond Eivind Glomsrød <teg at redhat.com>
-- gettextize
-
-* Fri Oct 20 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- LINUX isn't LINUX on Alpha, it's LINUXALPHA (#19389)
-  
-* Fri Aug 18 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- add README.RedHat for setup instructions - some
-  enviroment variables need to be set for pvm to work
-
-* Tue Aug 15 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- use /var/run/pvm3 for state files (#16217) for a long
-  and healthy life, uninterrupted by tmpwatch
-
-* Sat Aug 05 2000 Bill Nottingham <notting at redhat.com>
-- condrestart fixes
-
-* Mon Jul 17 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- move back to /etc/rc.d/init.d
-
-* Wed Jul 12 2000 Prospector <bugzilla at redhat.com>
-- automatic rebuild
-
-* Thu Jul 06 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- "Prereq:", not "Requires:" for /etc/init.d
-
-* Thu Jul 06 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- require /etc/init.d
-
-* Mon Jun 26 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- really move the initscript, not just the paths inside it
-
-* Mon Jun 26 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- add conditional restart to initscripts and specfile
-- move initscript to /etc/init.d
-
-* Wed Jun 14 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- Added patch to make compile with new tool chain
-- use %%{_tmppath}, %%{_mandir}
-
-* Wed May 10 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- added handling of arguments to pvm.sh/xpvm.sh
-
-* Fri Apr 28 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- added some extra initialization
-- removed gzipping - handled automatically
-
-* Thu Apr 27 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- added URL
-- changed source location - use netlib
-- fix location of documentation files
-
-* Mon Apr 17 2000 Trond Eivind Glomsrød <teg at redhat.com>
-- fixed a problem with the PVM man page 
-- gzip the man pages
-- should now be able to compile with several tcl/tk versions 
-  without problems 
-
-* Mon Mar 06 2000 Mike Wangsmo <wanger at redhat.com>
-- fixed the useradd failure mode when user already exists
-- finally, the init script seems to behave nicely as user pvm
-
-* Sun Mar 05 2000 Mike Wangsmo <wanger at redhat.com>
-- fixed quirk in init script to allow PVMD_NOHOLD=ON to be honored
-
-* Fri Feb 18 2000 Mike Wangsmo <wanger at redhat.com>
-- added env. variable to make pvmd background when started
-- fixed init script killproc errors
-- moved to 3.4.3 proper
-
-* Tue Feb 15 2000 Mike Wangsmo <wanger at redhat.com>
-- fixed up some group ID stuff
-
-* Mon Feb 14 2000 Mike Wangsmo <wanger at redhat.com>
-- added pvm user to package
-
-* Wed Feb 09 2000 Mike Wangsmo <wanger at redhat.com>
-- added sparc64 identifier to pvmgetarch
-- configured pvmd within the init script to run as user pvm
-
-* Sat Feb 05 2000 Mike Wangsmo <wanger at redhat.com>
-- changed pvm-gui group
-- set chkconfig to be off in all run levels as the default
-
-* Thu Feb 04 2000 Mike Wangsmo <wanger at redhat.com>
-- added sysV init script
-- added a shell wrapper in /usr/bin for the pvm shell
-- moved up to 3.4.2pl4
-
-* Wed Feb 02 2000 Mike Wangsmo <wanger at redhat.com>
-- added some missing files for xpvm to work
-
-* Mon Jan 24 2000 Mike Wangsmo <wanger at redhat.com>
-- dropped all non-linux stuff
-- split the packages up
-- added xpvm
-- "fixed" Sparc
-
-* Mon Nov 29 1999 Tim Powers <timp at redhat.com>
-- updated to 3.4.2
-
-* Sun Sep 5 1999 Tim Powers <timp at redhat.com>
-- excludearch sparc
-
-* Wed Jul 28 1999 Tim Powers <timp at redhat.com>
-- update to 3.4.1
-- comment out the patches in prep section, will test, if it works then it
-  stays commented
-
-* Wed May 05 1999 Bill Nottingham <notting at redhat.com>
-- update to 3.4.0 final
-
-* Tue Oct 27 1998 Cristian Gafton <gafton at redhat.com>
-- added a patch for the SIGCLD -> SIGCHLD rename
-- fixed the incredibly stupid spec file to have a much shorter %files list
-
-* Tue Oct 12 1998 Michael Maher <mike at redhat.com>
-- updated pacakge for 5.2 powertools.
-
-* Sat Jun 06 1998 Michael Maher <mike at redhat.com>
-- updated source
-- changed spec file for all archs
-
-* Wed Dec 03 1997 Mike Wangsmo <wanger at redhat.com>
-- fixed patches to cleanly build on glibc
-- corrected alpha inuendos
-
-* Wed Dec  3 1997 Otto Hammersmith <otto at redhat.com>
-- snagged Wanger's package.
-- moved buildroot from /var/tmp to /var/tmp/pvm-root
-
+* Wed Dec 28 2011 Richard Shaw <hobbes1069 at gmail.com> - 3.4.5-15
+- Initial release for EL6.
diff --git a/sources b/sources
index b444bfb..0e73bc0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-7b20143cb2ff61e3cb28baf8f9cb2770  XPVM.src.1.2.5.tgz
-086e6d707b40adba04bddba8e5b6b17d  pvm3.4.5.tgz
+7b5f0c80ea50b6b4b10b6128e197747b  pvm3.4.6.tgz


More information about the scm-commits mailing list