Hello community,

here is the log from the commit of package pdsh for openSUSE:Factory checked in 
at 2016-11-28 15:05:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdsh (Old)
 and      /work/SRC/openSUSE:Factory/.pdsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdsh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdsh/pdsh.changes        2015-08-12 
15:14:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pdsh.new/pdsh.changes   2016-11-28 
15:05:11.000000000 +0100
@@ -1,0 +2,24 @@
+Mon Nov 21 18:44:03 UTC 2016 - [email protected]
+
+- Disable support for slurm and mrsh until it is in Factory.
+
+-------------------------------------------------------------------
+Tue Nov  8 09:59:41 UTC 2016 - [email protected]
+
+- Add support for: pam, exec, mrsh and slurm
+  genders will follow later. We don't have support for this lib, yet.
+
+-------------------------------------------------------------------
+Sat Oct 22 06:08:59 UTC 2016 - [email protected]
+
+- Replace tarball with official tarball of 2.31. (Content identical).
+  (Add download rpm).
+- Add _service for download_files.
+- Remove .la files from installation.
+
+-------------------------------------------------------------------
+Wed Oct 19 16:27:51 UTC 2016 - [email protected]
+
+- Importing to SLE-12-SP2 for FATE#321714.
+
+-------------------------------------------------------------------

Old:
----
  pdsh-2.31_git201311071619.tar.bz2

New:
----
  pdsh-2.31.tar.gz

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

Other differences:
------------------
++++++ pdsh.spec ++++++
--- /var/tmp/diff_new_pack.aAB7GK/_old  2016-11-28 15:05:13.000000000 +0100
+++ /var/tmp/diff_new_pack.aAB7GK/_new  2016-11-28 15:05:13.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pdsh
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -16,18 +16,34 @@
 #
 
 
+#
+%if 0%{?sle_version} >= 120200 && 0%{!?leap_version}
+%define have_munge 1
+%define have_slurm 1
+%endif
+
 Name:           pdsh
 BuildRequires:  dejagnu
 BuildRequires:  openssh
 BuildRequires:  readline-devel
+%if 0%{?have_slurm}
+BuildRequires:  slurm-devel
+%endif
+%if 0%{?have_munge}
+BuildRequires:  munge-devel
+%endif
+BuildRequires:  pam-devel
+%if 0%{?have_genders}
+BuildRequires:  genders > 1.0
+%endif
 Url:            http://pdsh.googlecode.com/
-Version:        2.31_git201311071619
+Version:        2.31
 Release:        0
 Summary:        Parallel remote shell program
+# git clone of https://code.google.com/p/pdsh/
 License:        GPL-2.0+
 Group:          Productivity/Clustering/Computing
-# git clone of https://code.google.com/p/pdsh/
-Source:         %{name}-%version.tar.bz2
+Source:         
https://github.com/grondo/%{name}/archive/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Prereq: 
 # Set this to 1 to build with genders support and framework for
@@ -40,7 +56,7 @@
 remote shell services, including Kerberos IV and ssh.
 
 %prep
-%setup -q 
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
@@ -50,6 +66,12 @@
        --with-ssh \
        --with-dshgroups \
        --with-netgroup \
+        --with-rcmd-rank-list="ssh %{?have_munge:mrsh} krb4 qsh mqsh exec 
xcpu" \
+        --with-pam \
+        --with-exec \
+        %{?have_genders:--with-genders} \
+        %{?have_munge:--with-mrsh} \
+        %{?have_slurm:--with-slurm} \
        --without-rsh \
        --disable-static \
        --with-pic
@@ -57,6 +79,7 @@
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
+%{__rm} -f %{buildroot}%_libdir/pdsh/*.la
 
 %files
 %defattr(-,root,root)


Reply via email to