diff --git a/.gitignore b/.gitignore index 0634122..2c5bf89 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 144f48f..bc4a88c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c986704b0cfedc474ec236a100ab9b6 torque-2.5.5.tar.gz +aa033adc22df8ab333e5014dd93754b6 torque-2.5.7.tar.gz diff --git a/torque.spec b/torque.spec index 6084625..21d7172 100644 --- a/torque.spec +++ b/torque.spec @@ -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 - 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 - 2.5.5-3 - Removes nodes database file from package rhbz#716659