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

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 03:56:55 UTC 2015


>From 9b76c3d0737818724318bf9ab0251004ddb89dde 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 (cherry picked
 from commit e3aa6e0cf9dc5244cc99a232d34f73aa891cfb45)

Conflicts:

	torque.spec

diff --git a/torque.spec b/torque.spec
index 26c8aa5..6084625 100644
--- a/torque.spec
+++ b/torque.spec
@@ -68,7 +68,7 @@
 
 Name:        torque
 Version:     2.5.5
-Release:     2%{?dist}
+Release:     3%{?dist}
 Summary:     Tera-scale Open-source Resource and QUEue manager
 Source0:     http://www.clusterresources.com/downloads/%{name}/%{name}-%{version}.tar.gz
 Source2:     xpbs.desktop
@@ -388,6 +388,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}
@@ -770,6 +774,9 @@ fi
 %endif
 
 %changelog
+* Sun Jun 26 2011 Steve Traylen <steve.traylen at cern.ch> - 2.5.5-3
+- Removes nodes database file from package rhbz#716659
+
 * Wed Jun 11 2011 Steve Traylen <steve.traylen at cern.ch> - 2.5.5-2
 - Add torque-buffer-overrun.patch rhbz#711463
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/torque.git/commit/?h=master&id=9b76c3d0737818724318bf9ab0251004ddb89dde


More information about the scm-commits mailing list