diff --git a/.cvsignore b/.cvsignore index 405c25e..abf998f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pdsh-2.8.1-1.tar.gz +pdsh-2.10.tar.gz diff --git a/pdsh.spec b/pdsh.spec index 54edb49..47c8f40 100644 --- a/pdsh.spec +++ b/pdsh.spec @@ -1,14 +1,13 @@ Name: pdsh -Version: 2.8.1 -Release: 7 +Version: 2.10 +Release: 2 Summary: Parallel remote shell program License: GPL Url: http://sourceforge.net/projects/pdsh/ Group: System Environment/Base -Source: http://dl.sourceforge.net/sourceforge/pdsh/pdsh-%{version}-1.tar.gz -Patch1: pdsh-load-so.patch +Source: http://dl.sourceforge.net/sourceforge/pdsh/pdsh-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: pdsh-rcmd @@ -217,8 +216,7 @@ from an allocated SLURM job. ############################################################################## %prep -%setup -n pdsh-2.8.1-1 -%patch1 -p0 +%setup ############################################################################## @@ -260,10 +258,6 @@ make CFLAGS="$RPM_OPT_FLAGS" rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT DESTDIR="$RPM_BUILD_ROOT" make install -# needed to allow rpm's find-debuginfo.sh to find binaries by default they -# are installed with perms that aren't selected by the find in -# find-debuginfo.sh -chmod 755 $RPM_BUILD_ROOT/%{_bindir}/pd{sh,cp} if [ -x $RPM_BUILD_ROOT/%{_sbindir}/in.qshd ]; then install -D -m644 etc/qshell.xinetd $RPM_BUILD_ROOT/%{_sysconfdir}/xinetd.d/qshell fi @@ -404,6 +398,13 @@ fi %changelog +* Thu Mar 30 2006 Ben Woodard 2.10-2 +- new version 2.10-1 used by upstream +- remove release from source line to track upstream +- deleted patch which is no longer needed +- removed -n from setup line. No longer needed. +- hack to fix perms so no longer needed + * Mon Mar 13 2006 Ben Woodard 2.8.1-7 - An optimization in pdsh depended on the .la files being there. Removed optimization. diff --git a/sources b/sources index 4375a46..72d229f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d39b58da791f9437bdb4848da4efd6d1 pdsh-2.8.1-1.tar.gz +60f7fe11a98c72733a716ee392c0313a pdsh-2.10.tar.gz