correct unowned directories
This commit is contained in:
parent
4feaee749a
commit
1fcfde42a3
@ -3,7 +3,7 @@
|
|||||||
%define name torque
|
%define name torque
|
||||||
%define version 2.1.3
|
%define version 2.1.3
|
||||||
#%%define snap 200604251602
|
#%%define snap 200604251602
|
||||||
%define release 2
|
%define release 3
|
||||||
|
|
||||||
# The following options are supported:
|
# The following options are supported:
|
||||||
# --with server_name=hostname
|
# --with server_name=hostname
|
||||||
@ -199,6 +199,7 @@ fi
|
|||||||
%doc README.torque torque.setup Release_Notes CHANGELOG PBS_License.txt README-localhost
|
%doc README.torque torque.setup Release_Notes CHANGELOG PBS_License.txt README-localhost
|
||||||
%config(noreplace) %{torquehomedir}/pbs_environment
|
%config(noreplace) %{torquehomedir}/pbs_environment
|
||||||
%config(noreplace) %{torquehomedir}/server_name
|
%config(noreplace) %{torquehomedir}/server_name
|
||||||
|
%dir %{torquehomedir}
|
||||||
%{torquehomedir}/aux
|
%{torquehomedir}/aux
|
||||||
%{torquehomedir}/spool
|
%{torquehomedir}/spool
|
||||||
|
|
||||||
@ -288,7 +289,7 @@ This package holds the execute daemon required on every node.
|
|||||||
%if %{use_rcp}
|
%if %{use_rcp}
|
||||||
%attr(4755 root root) %{_sbindir}/pbs_rcp
|
%attr(4755 root root) %{_sbindir}/pbs_rcp
|
||||||
%endif
|
%endif
|
||||||
%{torquehomedir}/mom_priv/*
|
%{torquehomedir}/mom_priv
|
||||||
%{torquehomedir}/mom_logs
|
%{torquehomedir}/mom_logs
|
||||||
%{torquehomedir}/checkpoint
|
%{torquehomedir}/checkpoint
|
||||||
%{torquehomedir}/undelivered
|
%{torquehomedir}/undelivered
|
||||||
@ -401,6 +402,9 @@ A simple PAM module to authorize users on PBS MOM nodes with a running job.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 16 2006 Garrick Staples <garrick@usc.edu> 2.1.3-3
|
||||||
|
- correct unowned directories
|
||||||
|
|
||||||
* Thu Oct 12 2006 Garrick Staples <garrick@usc.edu> 2.1.3-2
|
* Thu Oct 12 2006 Garrick Staples <garrick@usc.edu> 2.1.3-2
|
||||||
- missing BR ncurses-devel and readline-devel
|
- missing BR ncurses-devel and readline-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user