- correct pbs-config build typo
This commit is contained in:
parent
9b9606ab81
commit
5e7db5f78c
@ -130,7 +130,7 @@ This package holds just a few shared files and directories.
|
||||
--with-sendmail=/usr/sbin/sendmail \
|
||||
%{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
|
||||
|
||||
%__cp -vf pbs-config-neutered pbs-config
|
||||
%__cp -vf pbs-config-multilib pbs-config
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -143,7 +143,7 @@ This package holds just a few shared files and directories.
|
||||
%__rm -f $RPM_BUILD_ROOT/%_libdir/*.la
|
||||
%__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex
|
||||
%__rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la}
|
||||
touch -r pbs-config-neutered $RPM_BUILD_ROOT/%{_bindir}/pbs-config
|
||||
touch -r pbs-config-multilib $RPM_BUILD_ROOT/%{_bindir}/pbs-config
|
||||
|
||||
# install initscripts
|
||||
%__mkdir_p $RPM_BUILD_ROOT%{_initrddir}
|
||||
@ -405,6 +405,9 @@ A simple PAM module to authorize users on PBS MOM nodes with a running job.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 3 2008 Garrick Staples <garrick@usc.edu> 2.1.10-4
|
||||
- correct pbs-config build typo
|
||||
|
||||
* Thu Jan 3 2008 Garrick Staples <garrick@usc.edu> 2.1.10-3
|
||||
- rebuild because tcl was bumped
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user