rpms/torque/devel .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 torque.spec, 1.22, 1.23 torque-2.1.0-remove-rpath.path, 1.1, NONE

Garrick Staples (garrick) fedora-extras-commits at redhat.com
Tue Mar 13 19:12:34 UTC 2007


Author: garrick

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

Modified Files:
	.cvsignore sources torque.spec 
Removed Files:
	torque-2.1.0-remove-rpath.path 
Log Message:
* Tue Mar 13 2007 Garrick Staples <garrick at usc.edu> 2.1.8-1
- bump to 2.1.8
- ensure daemons have the correct path to sendmail
- don't need rpath configure patch anymore



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/torque/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	25 Oct 2006 00:33:38 -0000	1.11
+++ .cvsignore	13 Mar 2007 19:12:01 -0000	1.12
@@ -1 +1 @@
-torque-2.1.6.tar.gz
+torque-2.1.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/torque/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	25 Oct 2006 00:33:38 -0000	1.11
+++ sources	13 Mar 2007 19:12:01 -0000	1.12
@@ -1 +1 @@
-abfeb1a3a5aa53f725f975c2b5d98e1e  torque-2.1.6.tar.gz
+484cdbd5693ac12268405ca1fb6b549d  torque-2.1.8.tar.gz


Index: torque.spec
===================================================================
RCS file: /cvs/extras/rpms/torque/devel/torque.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- torque.spec	14 Feb 2007 22:55:19 -0000	1.22
+++ torque.spec	13 Mar 2007 19:12:01 -0000	1.23
@@ -1,9 +1,9 @@
 
 # comment out snap if building a real release
 %define name torque
-%define version 2.1.6
+%define version 2.1.8
 #%%define snap 200604251602
-%define release 5
+%define release 1
 
 # The following options are supported:
 #   --with server_name=hostname
@@ -91,7 +91,6 @@
 Source4: xpbs.png
 Source5: xpbsmon.png
 Source6: README-localhost
-Patch1: torque-2.1.0-remove-rpath.path
 License: Freely redistributable (See PBS_License.txt)
 Group: System Environment/Daemons
 URL: http://www.clusterresources.com/products/torque/
@@ -120,7 +119,6 @@
 
 %prep
 %setup -q -n torque-%{version}%{?snap:-snap.%snap}
-%patch1 -p1
 
 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
 
@@ -128,6 +126,7 @@
 %build
 %configure --includedir=%{_includedir}/torque \
   --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \
+  --with-sendmail=/usr/sbin/sendmail \
   %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
 
 %__make %{?_smp_mflags}
@@ -403,6 +402,11 @@
 
 
 %changelog
+* Tue Mar 13 2007 Garrick Staples <garrick at usc.edu> 2.1.8-1
+- bump to 2.1.8
+- ensure daemons have the correct path to sendmail
+- don't need rpath configure patch anymore
+
 * Wed Feb 14 2007 Garrick Staples <garrick at usc.edu> 2.1.6-5
 - rebuilding because tcl8.5 was downgraded to tcl8.4
 


--- torque-2.1.0-remove-rpath.path DELETED ---




More information about the scm-commits mailing list