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:
parent
9b76c3d073
commit
8a0677c235
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/torque-2.5.3.tar.gz
|
/torque-2.5.3.tar.gz
|
||||||
/torque-2.5.4.tar.gz
|
/torque-2.5.4.tar.gz
|
||||||
/torque-2.5.5.tar.gz
|
/torque-2.5.5.tar.gz
|
||||||
|
/torque-2.5.7.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
8c986704b0cfedc474ec236a100ab9b6 torque-2.5.5.tar.gz
|
aa033adc22df8ab333e5014dd93754b6 torque-2.5.7.tar.gz
|
||||||
|
16
torque.spec
16
torque.spec
@ -67,8 +67,8 @@
|
|||||||
%global server_nameflags --with-default-server=%{server_name}
|
%global server_nameflags --with-default-server=%{server_name}
|
||||||
|
|
||||||
Name: torque
|
Name: torque
|
||||||
Version: 2.5.5
|
Version: 2.5.7
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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
|
||||||
@ -77,8 +77,6 @@ Source4: xpbs.png
|
|||||||
Source5: xpbsmon.png
|
Source5: xpbsmon.png
|
||||||
Source6: README.Fedora
|
Source6: README.Fedora
|
||||||
Source8: config
|
Source8: config
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=711463
|
|
||||||
Patch0: torque-buffer-overrun-2.5.5.patch
|
|
||||||
|
|
||||||
License: OpenPBS and TORQUEv1.1
|
License: OpenPBS and TORQUEv1.1
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -330,7 +328,6 @@ DRMAA is "Distributed Resource Management Application API"
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%%patch0 -p1
|
|
||||||
install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
|
install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
|
||||||
%{SOURCE6} %{SOURCE8} .
|
%{SOURCE6} %{SOURCE8} .
|
||||||
# rm x bit on some documentation.
|
# rm x bit on some documentation.
|
||||||
@ -574,6 +571,8 @@ fi
|
|||||||
%{_mandir}/man1/qorder.1.*
|
%{_mandir}/man1/qorder.1.*
|
||||||
%{_mandir}/man1/qrerun.1.*
|
%{_mandir}/man1/qrerun.1.*
|
||||||
%{_mandir}/man1/qsig.1.*
|
%{_mandir}/man1/qsig.1.*
|
||||||
|
%{_mandir}/man1/qgpumode.1.gz
|
||||||
|
%{_mandir}/man1/qgpureset.1.gz
|
||||||
%{_mandir}/man8/pbsnodes.8.*
|
%{_mandir}/man8/pbsnodes.8.*
|
||||||
%{_mandir}/man8/qdisable.8.*
|
%{_mandir}/man8/qdisable.8.*
|
||||||
%{_mandir}/man8/qenable.8.*
|
%{_mandir}/man8/qenable.8.*
|
||||||
@ -683,6 +682,8 @@ fi
|
|||||||
%{_mandir}/man3/pbs_get_server_list.3.gz
|
%{_mandir}/man3/pbs_get_server_list.3.gz
|
||||||
%{_mandir}/man3/rpp.3.*
|
%{_mandir}/man3/rpp.3.*
|
||||||
%{_mandir}/man3/tm.3.*
|
%{_mandir}/man3/tm.3.*
|
||||||
|
%{_mandir}/man3/pbs_gpumode.3.gz
|
||||||
|
%{_mandir}/man3/pbs_gpureset.3.gz
|
||||||
|
|
||||||
|
|
||||||
%files mom
|
%files mom
|
||||||
@ -774,6 +775,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jun 26 2011 Steve Traylen <steve.traylen@cern.ch> - 2.5.5-3
|
||||||
- Removes nodes database file from package rhbz#716659
|
- Removes nodes database file from package rhbz#716659
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user