- correct errors in desktop entry files
This commit is contained in:
parent
591933b6f5
commit
5e45e74600
@ -3,7 +3,7 @@
|
|||||||
%define name torque
|
%define name torque
|
||||||
%define version 2.1.8
|
%define version 2.1.8
|
||||||
#%%define snap 200604251602
|
#%%define snap 200604251602
|
||||||
%define release 1
|
%define release 2
|
||||||
|
|
||||||
# The following options are supported:
|
# The following options are supported:
|
||||||
# --with server_name=hostname
|
# --with server_name=hostname
|
||||||
@ -402,6 +402,9 @@ A simple PAM module to authorize users on PBS MOM nodes with a running job.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 15 2007 Garrick Staples <garrick@usc.edu> 2.1.8-2
|
||||||
|
- correct errors in desktop entry files
|
||||||
|
|
||||||
* Tue Mar 13 2007 Garrick Staples <garrick@usc.edu> 2.1.8-1
|
* Tue Mar 13 2007 Garrick Staples <garrick@usc.edu> 2.1.8-1
|
||||||
- bump to 2.1.8
|
- bump to 2.1.8
|
||||||
- ensure daemons have the correct path to sendmail
|
- ensure daemons have the correct path to sendmail
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=xpbs
|
Name=xPBS
|
||||||
GenericName=PBS/TORQUE client
|
GenericName=PBS/TORQUE client
|
||||||
Comment=View job status and submit jobs
|
Comment=View job status and submit jobs
|
||||||
Exec=xpbs
|
Exec=xpbs
|
||||||
Icon=xpbs.png
|
Icon=xpbs.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;Other;
|
Categories=Education;Science;ComputerScience;ParallelComputing;
|
||||||
Version=1.1.12
|
Version=1.0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=xpbsmon
|
Name=xPBSMon
|
||||||
GenericName=PBS/TORQUE cluster monitor
|
GenericName=PBS/TORQUE cluster monitor
|
||||||
Comment=View node status
|
Comment=View node status
|
||||||
Exec=xpbsmon
|
Exec=xpbsmon
|
||||||
Icon=xpbsmon.png
|
Icon=xpbsmon.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;Other;
|
Categories=Education;Science;ComputerScience;ParallelComputing;
|
||||||
Version=2.3
|
Version=1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user