Removes nodes database file from package rhbz#716659
(cherry picked from commit e3aa6e0cf9
)
Conflicts:
torque.spec
This commit is contained in:
parent
ef7485e5d6
commit
9b76c3d073
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
Name: torque
|
Name: torque
|
||||||
Version: 2.5.5
|
Version: 2.5.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -388,6 +388,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}
|
||||||
@ -770,6 +774,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 11 2011 Steve Traylen <steve.traylen@cern.ch> - 2.5.5-2
|
||||||
- Add torque-buffer-overrun.patch rhbz#711463
|
- Add torque-buffer-overrun.patch rhbz#711463
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user