[pssh] 2.3.1

terjeros terjeros at fedoraproject.org
Thu Feb 2 17:23:40 UTC 2012


commit c3905b8e9fa026f395269e6ff023b6cc3980e8bd
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Thu Feb 2 18:23:36 2012 +0100

    2.3.1
    
    - Add man all pages

 .gitignore |    1 +
 pssh.spec  |   16 ++++++++++++----
 sources    |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd8daae..c3c2da2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ pssh-2.1.1.tar.gz
 /pssh-2.2.1.tar.gz
 /pssh-2.2.2.tar.gz
 /pssh-2.3.tar.gz
+/pssh-2.3.1.tar.gz
diff --git a/pssh.spec b/pssh.spec
index 528282c..e0e285c 100644
--- a/pssh.spec
+++ b/pssh.spec
@@ -3,7 +3,7 @@
 
 Summary:   Parallel SSH tools
 Name:      pssh
-Version:   2.3
+Version:   2.3.1
 Release:   1%{?dist}
 License:   BSD
 Url:       http://code.google.com/p/parallel-ssh/
@@ -37,9 +37,9 @@ Parallell version includes:
 %{__install} -D -m 0755 %{buildroot}%{_bindir}/pssh-askpass \
     %{buildroot}%{_libexecdir}/%{name}/pssh-askpass
 %{__rm} -f %{buildroot}%{_bindir}/pssh-askpass
-%{__install} -D -p -m 0644 %{buildroot}%{_prefix}/man/man1/pssh.1 \
-    %{buildroot}%{_mandir}/man1/pssh.1
-%{__rm} -f %{buildroot}%{_prefix}/man/man1/pssh.1
+%{__install} -d %{buildroot}%{_mandir}
+%{__mv} %{buildroot}%{_prefix}/man/man1 %{buildroot}%{_mandir}/man1
+%{__rm} -rf %{buildroot}%{_prefix}/man 
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -52,12 +52,20 @@ Parallell version includes:
 %{_bindir}/pscp.pssh
 %{_bindir}/pslurp
 %{_bindir}/pssh
+%{_mandir}/man1/pnuke.1*
+%{_mandir}/man1/prsync.1*
+%{_mandir}/man1/pscp.1*
+%{_mandir}/man1/pslurp.1*
 %{_mandir}/man1/pssh.1*
 %{_libexecdir}/%{name}
 %{python_sitelib}/%{name}-%{version}*
 %{python_sitelib}/%{name}lib
 
 %changelog
+* Thu Feb 02 2012 Terje Rosten <terje.rosten at ntnu.no> - 2.3.1-1
+- 2.3.1
+- Add man all pages
+
 * Tue Jan 31 2012 Terje Rosten <terje.rosten at ntnu.no> - 2.3-1
 - 2.3
 
diff --git a/sources b/sources
index b1324a8..158dea2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbdbfda5681b82d4c64abdb3668e88bc  pssh-2.3.tar.gz
+53e70d53064f658bf8f44880340e8e5c  pssh-2.3.1.tar.gz


More information about the scm-commits mailing list