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

terjeros terjeros at fedoraproject.org
Sun Nov 1 13:13:06 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/pssh/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23310/F-12

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




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pssh/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	5 Jan 2009 21:08:40 -0000	1.3
+++ .cvsignore	1 Nov 2009 13:13:04 -0000	1.4
@@ -1 +1 @@
-pssh-1.4.3.tar.gz
+pssh-2.0.tar.gz


Index: pssh.spec
===================================================================
RCS file: /cvs/extras/rpms/pssh/F-12/pssh.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- pssh.spec	26 Jul 2009 19:35:45 -0000	1.5
+++ pssh.spec	1 Nov 2009 13:13:04 -0000	1.6
@@ -3,12 +3,12 @@
 
 Summary:   Parallel SSH tools
 Name:      pssh
-Version:   1.4.3
+Version:   2.0
 Release:   3%{?dist}
 License:   BSD
-Url:       http://www.theether.org/pssh/
+Url:       http://code.google.com/p/parallel-ssh/
 Group:     Applications/Productivity
-Source0:   http://www.theether.org/pssh/pssh-%{version}.tar.gz 
+Source0:   http://parallel-ssh.googlecode.com/files/pssh-%{version}.tar.gz
 Requires:  openssh-clients
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -32,22 +32,28 @@ Parallell version includes:
 %install
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__mv} %{buildroot}%{_bindir}/pscp %{buildroot}%{_bindir}/pscp.pssh
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root, -)
-%doc AUTHORS BUGS ChangeLog COPYING TODO
+%doc AUTHORS ChangeLog COPYING
 %{_bindir}/pnuke
 %{_bindir}/prsync
-%{_bindir}/pscp
+%{_bindir}/pscp.pssh
 %{_bindir}/pslurp
 %{_bindir}/pssh
 %{python_sitelib}/%{name}-%{version}*
 %{python_sitelib}/%{name}lib
 
 %changelog
+* Sun Nov 01 2009 Terje Rosten <terje.rosten at ntnu.no> - 2.0-1
+- 2.0
+- Switch to new upstream
+- Move pscp to pscp.pssh
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pssh/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	5 Jan 2009 21:08:40 -0000	1.3
+++ sources	1 Nov 2009 13:13:04 -0000	1.4
@@ -1 +1 @@
-dcb8e1497fdd53dced9c3a5d33053757  pssh-1.4.3.tar.gz
+07474f9f9dbefedc809e997f04e1dee5  pssh-2.0.tar.gz




More information about the fedora-extras-commits mailing list