rpms/pssh/F-11 .cvsignore,1.4,1.5 pssh.spec,1.5,1.6 sources,1.4,1.5

terjeros terjeros at fedoraproject.org
Mon Mar 1 14:41:39 UTC 2010


Author: terjeros

Update of /cvs/pkgs/rpms/pssh/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9959/F-11

Modified Files:
	.cvsignore pssh.spec sources 
Log Message:
Sync with rawhide.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pssh/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	1 Nov 2009 13:13:01 -0000	1.4
+++ .cvsignore	1 Mar 2010 14:41:39 -0000	1.5
@@ -1 +1 @@
-pssh-2.0.tar.gz
+pssh-2.1.tar.gz


Index: pssh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pssh/F-11/pssh.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- pssh.spec	1 Nov 2009 13:13:01 -0000	1.5
+++ pssh.spec	1 Mar 2010 14:41:39 -0000	1.6
@@ -3,8 +3,8 @@
 
 Summary:   Parallel SSH tools
 Name:      pssh
-Version:   2.0
-Release:   3%{?dist}
+Version:   2.1
+Release:   1%{?dist}
 License:   BSD
 Url:       http://code.google.com/p/parallel-ssh/
 Group:     Applications/Productivity
@@ -25,6 +25,7 @@ Parallell version includes:
 
 %prep 
 %setup -q
+%{__sed} -i -e '1 d' psshlib/askpass_{client,server}.py psshlib/test.py
 
 %build
 %{__python} setup.py build
@@ -33,6 +34,9 @@ Parallell version includes:
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 %{__mv} %{buildroot}%{_bindir}/pscp %{buildroot}%{_bindir}/pscp.pssh
+%{__install} -D -m 0755 %{buildroot}%{_bindir}/pssh-askpass \
+    %{buildroot}%{_libexecdir}/%{name}/pssh-askpass
+%{__rm} -f %{buildroot}%{_bindir}/pssh-askpass
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -45,10 +49,14 @@ Parallell version includes:
 %{_bindir}/pscp.pssh
 %{_bindir}/pslurp
 %{_bindir}/pssh
+%{_libexecdir}/%{name}
 %{python_sitelib}/%{name}-%{version}*
 %{python_sitelib}/%{name}lib
 
 %changelog
+* Mon Mar 01 2010 Terje Rosten <terje.rosten at ntnu.no> - 2.1-1
+- 2.1
+
 * Sun Nov 01 2009 Terje Rosten <terje.rosten at ntnu.no> - 2.0-1
 - 2.0
 - Switch to new upstream


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pssh/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	1 Nov 2009 13:13:01 -0000	1.4
+++ sources	1 Mar 2010 14:41:39 -0000	1.5
@@ -1 +1 @@
-07474f9f9dbefedc809e997f04e1dee5  pssh-2.0.tar.gz
+725f902bb7e128cc7aa1322551f7ca37  pssh-2.1.tar.gz



More information about the scm-commits mailing list