rpms/torque/devel torque-2.1.6-show_buildindex_arg.patch, NONE, 1.1 torque.spec, 1.19, 1.20

Garrick Staples (garrick) fedora-extras-commits at redhat.com
Sun Feb 4 05:14:44 UTC 2007


Author: garrick

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

Modified Files:
	torque.spec 
Added Files:
	torque-2.1.6-show_buildindex_arg.patch 
Log Message:
* Sat Feb  3 2007 Garrick Staples <garrick at usc.edu> 2.1.6-3
- trying to resolve tcl8.5 buildindex issue


torque-2.1.6-show_buildindex_arg.patch:

--- NEW FILE torque-2.1.6-show_buildindex_arg.patch ---
diff -pruN torque-2.1.6_orig/src/tools/xpbsmon/Makefile.in torque-2.1.6/src/tools/xpbsmon/Makefile.in
--- torque-2.1.6_orig/src/tools/xpbsmon/Makefile.in	2006-10-02 19:27:27.000000000 -0700
+++ torque-2.1.6/src/tools/xpbsmon/Makefile.in	2007-02-03 20:42:04.000000000 -0800
@@ -417,7 +417,7 @@ buildindex: $(srcdir)/buildindex.src
 
 tclIndex: $(dist_xpbs_DATA) buildindex
 	@echo Running buildindex \(locally\)
-	@./buildindex $(srcdir) .
+	./buildindex $(srcdir) .
 
 install-data-hook:
 	$(INSTALL_SCRIPT) buildindex $(DESTDIR)$(XPBSMON_DIR)/buildindex


Index: torque.spec
===================================================================
RCS file: /cvs/extras/rpms/torque/devel/torque.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- torque.spec	3 Feb 2007 05:35:30 -0000	1.19
+++ torque.spec	4 Feb 2007 05:14:12 -0000	1.20
@@ -3,7 +3,7 @@
 %define name torque
 %define version 2.1.6
 #%%define snap 200604251602
-%define release 2
+%define release 3
 
 # The following options are supported:
 #   --with server_name=hostname
@@ -92,6 +92,7 @@
 Source5: xpbsmon.png
 Source6: README-localhost
 Patch1: torque-2.1.0-remove-rpath.path
+Patch2: torque-2.1.6-show_buildindex_arg.patch
 License: Freely redistributable (See PBS_License.txt)
 Group: System Environment/Daemons
 URL: http://www.clusterresources.com/products/torque/
@@ -121,6 +122,7 @@
 %prep
 %setup -q -n torque-%{version}%{?snap:-snap.%snap}
 %patch1 -p1
+%patch2 -p1
 
 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
 
@@ -403,6 +405,9 @@
 
 
 %changelog
+* Sat Feb  3 2007 Garrick Staples <garrick at usc.edu> 2.1.6-3
+- trying to resolve tcl8.5 buildindex issue
+
 * Fri Feb  2 2007 Garrick Staples <garrick at usc.edu> 2.1.6-2
 - rebuild for tcl8.5
 




More information about the scm-commits mailing list