rpms/pdsh/FC-5 pdsh.spec,1.1,1.2 pdsh-load-so.patch,1.1,NONE

Ben Woodard (kg6fnk) fedora-extras-commits at redhat.com
Thu Mar 30 20:18:57 UTC 2006


Author: kg6fnk

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

Modified Files:
	pdsh.spec 
Removed Files:
	pdsh-load-so.patch 
Log Message:
added dist tag so that I could on multiple versions of fedora
removed pdsh-load-so.patch which isn't needed in 2.10
track upstream 2.10 version of pdsh




Index: pdsh.spec
===================================================================
RCS file: /cvs/extras/rpms/pdsh/FC-5/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 20:18:57 -0000	1.2
@@ -1,14 +1,13 @@
 Name: pdsh
-Version: 2.8.1
-Release: 7
+Version: 2.10
+Release: 3%{?dist}
 
 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,16 @@
 
 
 %changelog
+* Thu Mar 30 2006 Ben Woodard <woodard at redhat.com> 2.10-3
+- added dist tag so that I can build on multiple versions
+
+* 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.


--- pdsh-load-so.patch DELETED ---




More information about the fedora-extras-commits mailing list