rpms/pdsh/FC-4 .cvsignore, 1.2, 1.3 pdsh.spec, 1.1, 1.2 sources, 1.2, 1.3

Ben Woodard (kg6fnk) fedora-extras-commits at redhat.com
Thu Mar 30 19:42:58 UTC 2006


Author: kg6fnk

Update of /cvs/extras/rpms/pdsh/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22837

Modified Files:
	.cvsignore pdsh.spec sources 
Log Message:
track upstream version 2.10




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pdsh/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Mar 2006 21:23:03 -0000	1.2
+++ .cvsignore	30 Mar 2006 19:42:58 -0000	1.3
@@ -1 +1 @@
-pdsh-2.8.1-1.tar.gz
+pdsh-2.10.tar.gz


Index: pdsh.spec
===================================================================
RCS file: /cvs/extras/rpms/pdsh/FC-4/pdsh.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdsh.spec	21 Mar 2006 21:23:03 -0000	1.1
+++ pdsh.spec	30 Mar 2006 19:42:58 -0000	1.2
@@ -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 @@
 ##############################################################################
 
 %prep
-%setup -n pdsh-2.8.1-1
-%patch1 -p0
+%setup
 
 ##############################################################################
 
@@ -260,10 +258,6 @@
 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 @@
 
 
 %changelog
+* Thu Mar 30 2006 Ben Woodard <woodard at redhat.com> 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 <woodard at redhat.com> 2.8.1-7
 - An optimization in pdsh depended on the .la files being there. Removed
   optimization.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pdsh/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Mar 2006 21:23:03 -0000	1.2
+++ sources	30 Mar 2006 19:42:58 -0000	1.3
@@ -1 +1 @@
-d39b58da791f9437bdb4848da4efd6d1  pdsh-2.8.1-1.tar.gz
+60f7fe11a98c72733a716ee392c0313a  pdsh-2.10.tar.gz




More information about the fedora-extras-commits mailing list