dmlb2000 pushed to torque (el5). "Removes nodes database file from package rhbz#716659"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 06:03:28 UTC 2015


>From e3aa6e0cf9dc5244cc99a232d34f73aa891cfb45 Mon Sep 17 00:00:00 2001
From: Steve Traylen <steve.traylen at cern.ch>
Date: Sun, 26 Jun 2011 18:21:02 +0200
Subject: Removes nodes database file from package rhbz#716659


diff --git a/torque.spec b/torque.spec
index 0d4bec7..284969f 100644
--- a/torque.spec
+++ b/torque.spec
@@ -71,7 +71,7 @@
 
 Name:        torque
 Version:     3.0.1
-Release:     3%{?dist}
+Release:     4%{?dist}
 Summary:     Tera-scale Open-source Resource and QUEue manager
 Source0:     http://www.clusterresources.com/downloads/%{name}/%{name}-%{version}.tar.gz
 Source2:     xpbs.desktop
@@ -400,6 +400,10 @@ do
        %{buildroot}%{_mandir}/man1/${bin}-torque.1
 done
 
+# Remove nodes file database since we don't want it in
+# the package.
+rm %{buildroot}/%{torquehomedir}/server_priv/nodes
+
 # Relocate configuration files.
 mkdir -p %{buildroot}%{_sysconfdir}/torque
 pushd %{buildroot}%{torquehomedir}
@@ -781,6 +785,9 @@ fi
 %endif
 
 %changelog
+* Sun Jun 26 2011 Steve Traylen <steve.traylen at cern.ch> - 3.0.1-4
+- Removes nodes database file from package rhbz#716659
+
 * Fri Jun 17 2011 Steve Traylen <steve.traylen at cern.ch> - 3.0.1-3
 - Add torque-munge-size.patch, rhbz#713996, Alex Chernyakhovsky
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/torque.git/commit/?h=el5&id=e3aa6e0cf9dc5244cc99a232d34f73aa891cfb45


More information about the scm-commits mailing list