Removes nodes database file from package rhbz#716659
This commit is contained in:
parent
5409298eac
commit
e3aa6e0cf9
@ -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@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
|
||||
- Add torque-munge-size.patch, rhbz#713996, Alex Chernyakhovsky
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user