Removes nodes database file from package rhbz#716659

This commit is contained in:
Steve Traylen 2011-06-26 18:21:02 +02:00
parent 5409298eac
commit e3aa6e0cf9

View File

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