Hello community,

here is the log from the commit of package pssh for openSUSE:Factory checked in 
at 2016-07-01 10:01:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pssh (Old)
 and      /work/SRC/openSUSE:Factory/.pssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pssh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pssh/pssh.changes        2014-12-25 
23:20:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pssh.new/pssh.changes   2016-07-01 
10:01:05.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 30 10:27:41 UTC 2016 - tchva...@suse.com
+
+- Cleanup slightly with spec-cleaner no factual change
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pssh.spec ++++++
--- /var/tmp/diff_new_pack.I3n2YT/_old  2016-07-01 10:01:06.000000000 +0200
+++ /var/tmp/diff_new_pack.I3n2YT/_new  2016-07-01 10:01:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pssh
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,6 +22,7 @@
 Summary:        Parallel SSH to control large numbers of Machines 
simultaneously
 License:        BSD-3-Clause
 Group:          Productivity/Clustering/Computing
+Url:            http://code.google.com/p/parallel-ssh/
 Source:         pssh-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE 0001-Remove-shebangs-from-library-files.patch 
de...@suse.de -- remove
 # shebangs from library files
@@ -51,34 +52,22 @@
 Patch9:         0001-Prepend-hostname-on-each-line-when-P-is-set.patch
 # PATCH-FIX-UPSTREAM Fix quiet option after API patch
 Patch10:        0002-Fix-quiet-option-after-API-patch.patch
-Url:            http://code.google.com/p/parallel-ssh/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python-pssh = %{version}-%{release}
-%if 0%{?suse_version} >= 1120
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%endif
-%py_requires
 
 %description
 pssh provides parallel versions of the OpenSSH tools that are useful for
 controlling large numbers of machines simultaneously. It includes parallel
 versions of ssh, scp, and rsync, as well as a parallel kill command.
 
-
-
-Authors:
---------
-    Andrew McNabb
-    Brent N. Chun
-
 %package -n python-pssh
 Summary:        Python Module for Parallel SSH
 Group:          Development/Libraries/Python
 Requires:       openssh
 Requires:       rsync
-%py_requires
 
 %description -n python-pssh
 pssh provides parallel versions of the OpenSSH tools that are useful for
@@ -101,28 +90,25 @@
 %patch10 -p1
 
 %build
-%__python ./setup.py build
+python setup.py build
 
 %install
-%__python ./setup.py install \
+python setup.py install \
         --prefix="%{_prefix}" \
-        --root="%{buildroot}" \
+        --root=%{buildroot} \
         --record-rpm=files.lst
 
 # remove files under bin/ and man/ from rpmfiles.lst to include them in the 
main package
-%__sed -i '/.*\/bin\/.*/d;/.*\/man\/.*/d' files.lst
-
-%clean
-%__rm -rf "%{buildroot}"
+sed -i '/.*\/bin\/.*/d;/.*\/man\/.*/d' files.lst
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING
-%doc %{_mandir}/man1/pssh.1.gz
-%doc %{_mandir}/man1/pnuke.1.gz
-%doc %{_mandir}/man1/pscp.1.gz
-%doc %{_mandir}/man1/pslurp.1.gz
-%doc %{_mandir}/man1/prsync.1.gz
+%{_mandir}/man1/pssh.1%{ext_man}
+%{_mandir}/man1/pnuke.1%{ext_man}
+%{_mandir}/man1/pscp.1%{ext_man}
+%{_mandir}/man1/pslurp.1%{ext_man}
+%{_mandir}/man1/prsync.1%{ext_man}
 %{_bindir}/pnuke
 %{_bindir}/prsync
 %{_bindir}/pscp
@@ -134,9 +120,4 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING
 
-# Local Variables:
-# mode: rpm-spec
-# tab-width: 3
-# End:
-
 %changelog


Reply via email to