rpms/torque/FC-3 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 torque.spec, 1.9, 1.10

Garrick Staples (garrick) fedora-extras-commits at redhat.com
Sat Oct 21 02:17:52 UTC 2006


Author: garrick

Update of /cvs/extras/rpms/torque/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9545

Modified Files:
	.cvsignore sources torque.spec 
Log Message:
* Fri Oct 20 2006 Garrick Staples <garrick at usc.edu> 2.1.4-1
- bump to fix "Spool Job Race condition" on bugtraq



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/torque/FC-3/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	1 Aug 2006 23:42:04 -0000	1.7
+++ .cvsignore	21 Oct 2006 02:17:22 -0000	1.8
@@ -1 +1 @@
-torque-2.1.2.tar.gz
+torque-2.1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/torque/FC-3/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	1 Aug 2006 23:42:04 -0000	1.7
+++ sources	21 Oct 2006 02:17:22 -0000	1.8
@@ -1 +1 @@
-f1b37efb5d4770a0105c66294a05d140  torque-2.1.2.tar.gz
+9c152280a4e120599f867dfaaba703f1  torque-2.1.4.tar.gz


Index: torque.spec
===================================================================
RCS file: /cvs/extras/rpms/torque/FC-3/torque.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- torque.spec	3 Aug 2006 05:52:26 -0000	1.9
+++ torque.spec	21 Oct 2006 02:17:22 -0000	1.10
@@ -1,9 +1,9 @@
 
 # comment out snap if building a real release
 %define name torque
-%define version 2.1.2
+%define version 2.1.4
 #%%define snap 200604251602
-%define release 2
+%define release 1
 
 # The following options are supported:
 #   --with server_name=hostname
@@ -92,13 +92,12 @@
 Source5: xpbsmon.png
 Source6: README-localhost
 Patch1: torque-2.1.0-remove-rpath.path
-Patch2: torque-2.1.2-pam-getpwnam.patch
 License: Freely redistributable (See PBS_License.txt)
 Group: System Environment/Daemons
 URL: http://www.clusterresources.com/products/torque/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides: pbs
-BuildRequires: desktop-file-utils, pam-devel
+BuildRequires: desktop-file-utils, pam-devel, xauth, readline-devel, ncurses-devel
 Conflicts: pbspro, openpbs, openpbs-oscar
 Obsoletes: torque-localhost
 
@@ -122,7 +121,6 @@
 %prep
 %setup -q -n torque-%{version}%{?snap:-snap.%snap}
 %patch1 -p1
-%patch2 -p1
 
 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
 
@@ -201,6 +199,7 @@
 %doc README.torque torque.setup Release_Notes CHANGELOG PBS_License.txt README-localhost
 %config(noreplace) %{torquehomedir}/pbs_environment
 %config(noreplace) %{torquehomedir}/server_name
+%dir %{torquehomedir}
 %{torquehomedir}/aux
 %{torquehomedir}/spool
 
@@ -290,7 +289,7 @@
 %if %{use_rcp}
 %attr(4755 root root) %{_sbindir}/pbs_rcp
 %endif
-%{torquehomedir}/mom_priv/*
+%{torquehomedir}/mom_priv
 %{torquehomedir}/mom_logs
 %{torquehomedir}/checkpoint
 %{torquehomedir}/undelivered
@@ -336,6 +335,7 @@
 Summary: Graphical clients for TORQUE
 Requires: %{name}-client = %{?epoch:%{epoch}:}%{version}-%{release}
 Provides: xpbs xpbsmon
+Provides: %{name}-x11tools
 %description gui
 %shared_description
 This package holds the graphical clients.
@@ -389,7 +389,7 @@
 %{_bindir}/pbs-config
 
 %package pam
-Summary: PAM module for PBS MOM nodes.
+Summary: PAM module for TORQUE MOM nodes
 Group: System Environment/Base
 
 %description pam
@@ -403,6 +403,21 @@
 
 
 %changelog
+* Fri Oct 20 2006 Garrick Staples <garrick at usc.edu> 2.1.4-1
+- bump to fix "Spool Job Race condition" on bugtraq
+
+* Mon Oct 16 2006 Garrick Staples <garrick at usc.edu> 2.1.3-3
+- correct unowned directories
+
+* Thu Oct 12 2006 Garrick Staples <garrick at usc.edu> 2.1.3-2
+- missing BR ncurses-devel and readline-devel
+
+* Thu Oct 12 2006 Garrick Staples <garrick at usc.edu> 2.1.3-1
+- bump to 2.1.3
+
+* Sun Aug 27 2006 Garrick Staples <garrick at usc.edu> 2.1.2-3
+- FC6 mass rebuild
+
 * Wed Aug  2 2006 Garrick Staples <garrick at usc.edu> 2.1.2-2
 - fix incorrect _pam_getpwnam_r usage in pam module
 




More information about the fedora-extras-commits mailing list