Hello community, here is the log from the commit of package pdsh for openSUSE:Factory checked in at 2018-03-28 10:34:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdsh (Old) and /work/SRC/openSUSE:Factory/.pdsh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdsh" Wed Mar 28 10:34:31 2018 rev:35 rq:591784 version:2.33 Changes: -------- --- /work/SRC/openSUSE:Factory/pdsh/pdsh.changes 2018-03-14 19:40:43.225616098 +0100 +++ /work/SRC/openSUSE:Factory/.pdsh.new/pdsh.changes 2018-03-28 10:34:33.902175484 +0200 @@ -1,0 +2,7 @@ +Wed Mar 28 03:27:52 UTC 2018 - [email protected] + +- added patch: pdsh-exclude-slurm-list-namespace.patch: + Defined __list_datatypes_defined in list.h to prevent conflict + with slurm 17.11 (bsc#1086736). + +------------------------------------------------------------------- New: ---- pdsh-exclude-slurm-list-namespace.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdsh.spec ++++++ --- /var/tmp/diff_new_pack.TdWrwt/_old 2018-03-28 10:34:34.542152466 +0200 +++ /var/tmp/diff_new_pack.TdWrwt/_new 2018-03-28 10:34:34.574151314 +0200 @@ -46,6 +46,7 @@ License: GPL-2.0+ Group: Productivity/Clustering/Computing Source: https://github.com/chaos/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz +Patch1: pdsh-exclude-slurm-list-namespace.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # Prereq: # Set this to 1 to build with genders support and framework for @@ -112,6 +113,7 @@ %prep %setup -q +%patch1 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" ++++++ pdsh-exclude-slurm-list-namespace.patch ++++++ Index: pdsh-2.33/src/common/list.h =================================================================== --- pdsh-2.33.orig/src/common/list.h +++ pdsh-2.33/src/common/list.h @@ -28,6 +28,8 @@ #ifndef LSD_LIST_H #define LSD_LIST_H +#ifndef __list_datatypes_defined +# define __list_datatypes_defined /*********** * Notes * @@ -91,6 +93,7 @@ typedef int (*ListForF) (void *x, void * * Returns less-than-zero on error. */ +#endif /* !__list_datatypes_defined */ /******************************* * General-Purpose Functions *
