[torque] rhbz#528060

stevetraylen stevetraylen at fedoraproject.org
Thu Oct 14 20:06:31 UTC 2010


commit ce18607da43d5147f6ec6b6f0d13a39bdcb9d9f7
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Thu Oct 14 22:06:14 2010 +0200

    rhbz#528060

 torque.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/torque.spec b/torque.spec
index cd2ec92..53c30ac 100644
--- a/torque.spec
+++ b/torque.spec
@@ -68,7 +68,7 @@
 
 Name:        torque
 Version:     2.5.2
-Release:     1%{?dist}
+Release:     2%{?dist}
 Summary:     Tera-scale Open-source Resource and QUEue manager
 Source0:     http://www.clusterresources.com/downloads/%{name}/%{name}-%{version}.tar.gz
 Source2:     xpbs.desktop
@@ -78,6 +78,8 @@ Source5:     xpbsmon.png
 Source6:     README.Fedora
 Source7:     pbs-config-multilib
 Source8:     config
+# https://bugzilla.redhat.com/show_bug.cgi?id=528060
+Patch0:      torque-cond-touch.patch
 License:     OpenPBS
 Group:       System Environment/Daemons
 URL:         http://www.clusterresources.com/products/torque/
@@ -264,6 +266,7 @@ This package holds the server.
 
 %prep
 %setup -q
+%patch0 -p1
 install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
    %{SOURCE6} %{SOURCE7} %{SOURCE8} .
 # rm x bit on some documentation.
@@ -645,6 +648,10 @@ fi
 
 
 %changelog
+* Thu Oct 14 2010 Steve Traylen <steve.traylen at cern.ch> - 2.5.2-2
+- rhbz#58060, add torque-cond-touch.spec to only touch files
+  when service actually starts.
+
 * Tue Sep 7 2010 Steve Traylen <steve.traylen at cern.ch> - 2.5.2-1
 - New upstream 2.5.2
 - Three new man pages added to file listing.


More information about the scm-commits mailing list