Removes nodes database file from package rhbz#716659

(cherry picked from commit e3aa6e0cf9)

Conflicts:

	torque.spec
This commit is contained in:
Steve Traylen 2011-06-26 18:21:02 +02:00
parent ef7485e5d6
commit 9b76c3d073

View File

@ -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@cern.ch> - 2.5.5-3
- Removes nodes database file from package rhbz#716659
* Wed Jun 11 2011 Steve Traylen <steve.traylen@cern.ch> - 2.5.5-2
- Add torque-buffer-overrun.patch rhbz#711463