Update to 2.5.7, drop torque-buffer-overrun-2.5.5.patch,

Add man pages for: qgpumod, qgpureset, pbs_gpumode and
pbs_gpureset.
This commit is contained in:
Steve Traylen 2011-07-26 00:43:57 +02:00
parent 9b76c3d073
commit 8a0677c235
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/torque-2.5.3.tar.gz
/torque-2.5.4.tar.gz
/torque-2.5.5.tar.gz
/torque-2.5.7.tar.gz

View File

@ -1 +1 @@
8c986704b0cfedc474ec236a100ab9b6 torque-2.5.5.tar.gz
aa033adc22df8ab333e5014dd93754b6 torque-2.5.7.tar.gz

View File

@ -67,8 +67,8 @@
%global server_nameflags --with-default-server=%{server_name}
Name: torque
Version: 2.5.5
Release: 3%{?dist}
Version: 2.5.7
Release: 1%{?dist}
Summary: Tera-scale Open-source Resource and QUEue manager
Source0: http://www.clusterresources.com/downloads/%{name}/%{name}-%{version}.tar.gz
Source2: xpbs.desktop
@ -77,8 +77,6 @@ Source4: xpbs.png
Source5: xpbsmon.png
Source6: README.Fedora
Source8: config
# https://bugzilla.redhat.com/show_bug.cgi?id=711463
Patch0: torque-buffer-overrun-2.5.5.patch
License: OpenPBS and TORQUEv1.1
Group: System Environment/Daemons
@ -330,7 +328,6 @@ DRMAA is "Distributed Resource Management Application API"
%prep
%setup -q
%%patch0 -p1
install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
%{SOURCE6} %{SOURCE8} .
# rm x bit on some documentation.
@ -574,6 +571,8 @@ fi
%{_mandir}/man1/qorder.1.*
%{_mandir}/man1/qrerun.1.*
%{_mandir}/man1/qsig.1.*
%{_mandir}/man1/qgpumode.1.gz
%{_mandir}/man1/qgpureset.1.gz
%{_mandir}/man8/pbsnodes.8.*
%{_mandir}/man8/qdisable.8.*
%{_mandir}/man8/qenable.8.*
@ -683,6 +682,8 @@ fi
%{_mandir}/man3/pbs_get_server_list.3.gz
%{_mandir}/man3/rpp.3.*
%{_mandir}/man3/tm.3.*
%{_mandir}/man3/pbs_gpumode.3.gz
%{_mandir}/man3/pbs_gpureset.3.gz
%files mom
@ -774,6 +775,11 @@ fi
%endif
%changelog
* Tue Jul 26 2011 Steve Traylen <steve.traylen@cern.ch> - 2.5.7-1
- Update to 2.5.7, drop torque-buffer-overrun-2.5.5.patch,
Add man pages for: qgpumod, qgpureset, pbs_gpumode and
pbs_gpureset.
* Sun Jun 26 2011 Steve Traylen <steve.traylen@cern.ch> - 2.5.5-3
- Removes nodes database file from package rhbz#716659