pdsh-slurm_22_05-2.34-150300.48.1 >  A dp9|=zcUD"Wk+zhey<$ZF&1`{V|T̹kSSQ&d2F^ S*"(m/W^c9@.1|?,K 89[lU4v .HqeT$L'N (;GI q-0 ffyFRC0*96JVc! Yu =CA/ &qzk:OD9271H!Eٿ282ab6b890dcda497064f3a9494773dbe651ff729b2b2b259a8040f8d9e50281e0e7279e608d227832e4b9de1081fa5b07c51fe55dp9|6`q X8l?DnpV>r$ɃgHa̗z✒)&-2VTjZ+%*$8ሲ!*,Ĕ /c@HԯWûaQBQY*AQz82y⬡A}J+S,<㫀*'[~Krl{& t+0}9$OX'>Mk`L? #y\1=>=SB=zV?~v谙EI t>pD?xd $ : ;ALP R T X   8 $ LP[(\8d"9":"FxGHIXY\]^bcd e%f(l*u@vDwxyz$(,2tCpdsh-slurm_22_052.34150300.48.1SLURM plugin for pdshPlugin for pdsh to determine nodes to run on by SLURM jobs or partitions.dibs-power9-10 pSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Productivity/Clustering/Computinghttp://pdsh.googlecode.com/linuxppc64le pd832e131603a4315368cc59397e1d0c0fe53a67d791bf2a3f5cc8c70ecebb34a2rootrootpdsh_slurm_22_05-2.34-150300.48.1.src.rpmpdsh-slurmpdsh-slurm_22_05pdsh-slurm_22_05(ppc-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libslurm.so.38()(64bit)pdshrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.343.0.4-14.6.0-14.0-15.2-1pdsh-slurm4.14.3d@dd@dcc_`7@`@`U^^_^0^}^|@^|@^{G^K]@Z@ZZ ZYYdYYp@X•@X@XBX2X!@X TX`@UȒ@eich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comaguerrero@suse.comeich@suse.comeich@suse.comeich@suse.comjjolly@suse.comjjolly@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comjengelh@inai.deeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comjkeil@suse.de- Only call slurm_init() if Slurm > 21.02 (bsc#1212946).- Preparing pdsh for Slurm 23.02.- Fix slurm plugin: make sure slurm_init() is called before using the Slurm API. This has been the case since version 20.11 (bsc#1209216). Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch- Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch Schedmd did it again! Slurm 23.02 broke the pdsh-internal List type by exposing it thru it's public API. The way to protect from it no longer works as types are actually used in the header. This is a hot fix on the pdsh side, that is hopefully sufficiently generic. (boo#1208846).- Backport a number of features and fixes from the git master branch (boo#1206795): * Add '-C' option on Slrum plugin to restrict selected nodes to ones with the specified features present: slurm-add-C-features-constraint.patch slurm-add-documentation-for-C.patch * Add option '-k' to the ssh plugin to fail faster on connection failures: fail-fast-on-ssh-errors-or-non-zero-return-code.patch doc-fast-fail-update.patch * Fix use of strchr hostlist-fix-use-of-strchr.patch * Dshbak: Fix uninitialized use of $tag on empty input dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch * Dsh: Release a lock that is no longer used in dsh() Release-a-lock-that-is-no-longer-used-in-dsh.patch- Preparing pdsh for Slurm 22.05. * No later version of Slurm builds on 32 bit.- Add an explicit Conflicts: when pdsh is rebuilt for a non-default version of Slurm.- Preparing pdsh for Slurm 20.11.- Simplify convoluted condition - no need for Leap 42.2 support.- Bring QA to the package build: add %%check stage- Since the build for the SLE-12 HPC Module got fixed, simplify spec file and remove legacy workarounds. - Remove _multibuild file where not needed.- Add better legacy support. - Make sure to not ship duplicate files with builds for multiple SLURM versions.- Define %%make_build for all products that do have it defined.- Do not build for SLURM on 32bit platforms on Factory: SLURM 20.02 doesn't support this.- Spec cleanup- Update to version pdsh-2.34 (2020-01-07) (bsc#1167704) * Fix for output corruption with no newlines (#114) * pipecmd: fix result check error handling (Dylan Simon) * slurm: workaround slurm export of internal List interfaces * readline: add application name as argv[0] (#112) * Fix errors from lgtm.com scan - Remove obsolete patches: Change-typedef-List-to-typedef-xList.patch pdsh-rename-list-to-xlist.patch- Add Change-typedef-List-to-typedef-xList.patch: * Change 'typedef List' to 'typedef xList'. Since SLURM exposes a type List in its public API without proper namespacing we need to change this type in pdsh. To remain compatible with older versions of SLURM whose type List was identical to pdsh's we need to rename not only the struct.- Add support for an alternative SLURM version when building the slurm plugin. - Use %license macro- removed patch: pdsh-exclude-slurm-list-namespace.patch: Patch is not an acceptable work-around for upstream - added patch: pdsh-rename-list-to-xlist.patch Renamed 'struct list' to 'struct xlist' to match upstream slurm change (bsc#1086736). Original upstream commit message: to avoid name collisions with c++ list types. gdb started showing the wrong type when the full lib was created.- added patch: pdsh-exclude-slurm-list-namespace.patch: Defined __list_datatypes_defined in list.h to prevent conflict with slurm 17.11 (bsc#1086736).- Since the different host-list plugins have conflicting options and a 'the first one wins' policy is not well defined, package all of them separately and make ones with identical options conflict (bsc#1081673).- Add genders support to pdsh (FATE#325288). - Put SLURM plugin into separate package (FATE#325289).- Update to version 2.33 for SLE-12 (HPC) (FATE#324169).- Removed deprecated %leap_version from spec file.- Remove --with-pic which is a no-op due to --disable-static. - Replace old RPM constructs.- Update to 2.33: * Fix segfault and build issues on Mac OSX (#95) * Always pass RTLD_GLOBAL to dlopen(3) of modules. Fixes missing symbol errors from modules using libraries that also use dlopen() (e.g. nodeupdown, slurm) From 2.32: * Autotools update * Switch to dlopen(3)/dlsym(3) instead of using libltdl * Drop qshell, mqshell, rmsquery, nodeattr and sdr modules. * Fix issue 70: dshbak: handle hostname of "0" * Allow PDSH_CONNECT_TIMEOUT and PDSH_COMMAND_TIMEOUT environment variables (Erik Jacobson) * Fix some old URLs in documentation (Al Chu) * Avoid exporting POSIXLY_CORRECT to child processes (Dorian Krause) * Fix mcmd start offset bug in max bytes calculation (Egbert Eich) - Removed: mcmd-Account-for-start-offset-when-providing-max-bytes-to-read.patch: Obsoleted by update.- Fix %if clause in spec file.- mcmd-Account-for-start-offset-when-providing-max-bytes-to-read.patch Fix a write past the end of a buffer.- Add 'Recommends: mrsh': pdsh should be run using the mrsh protocol but can get by using ssh as well, thus adding as a recommended dependency.- Disable support for slurm and mrsh until it is in Factory.- Add support for: pam, exec, mrsh and slurm genders will follow later. We don't have support for this lib, yet.- Replace tarball with official tarball of 2.31. (Content identical). (Add download rpm). - Add _service for download_files. - Remove .la files from installation.- Importing to SLE-12-SP2 for FATE#321714.- Don't include the rsh module, because rsh is outdated, deprecated and upstream is dead. Removing the dependency makes it possible to drop the rsh package.ibs-power9-10 16884428032.342.34-150300.48.12.34-150300.48.1slurm.so/usr/lib64/pdsh/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:29533/SUSE_SLE-15-SP3_Update/7920b25e429e44a07dd90b547ab8c85f-pdsh.SUSE_SLE-15-SP3_Update:22_05cpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=923670293e0300888c62c920705bd439779f555c, strippedRRRRRη)slurm_22_05utf-85fa41000f4f63e8e0d6c1116758b2d7a2a14eaa8415c3998c4ccd42cebc2d7b6?7zXZ !t/ s] crv9wn0־Tư06Ԝ,!Ϥ%>v#+y qg)\g6fv2y^i2*Z `7GFO;]ɟc!qҤػ=xMbpٺف6XX9m>к|̳* 3 .ϟVKղlv_ [f""qTi_vV3xXұҦ[);,S H3,CF}Rݴ5U7;şmJGR{ao˻DӋqD6VUKEo{*.hMڤ1%?[ 3 B/(QQ#J.*op涇C)O?к4Yp_תC>+;g[g3Tw Pʯّgb9xjx deɆZYRC w.6f7UFTy^~Pm?3% zpOw Ҫ.-U1[,aZfn}/o^yb,H.S`wpt|6HWK__l;8D~FT"Ls7cbKxLm[%NbUե9b0!gUV` g ѢJ F;99ЎA,o4YYMb>nc:DžlRp IT5TR Ho sU7!Mȥ K؁"kbG "a% ^,ߺAMm=|p㧘3rUwc+Yڿ/nSƂYi!+Uƽ8v@"k=Q넭#m4o А;is2z7RejC &x6A ]xS`iɐ\sRNw FyiatKe,LP3єLI;O99t;D^+~١Q[]ˍ\?of?g fh*a^v"`N󥈦/8Hِ0t]WuAO%Ԯku8 8:7c?yb kU+{$,6AD ASxGaC0=1ow.{U3C0ZACڒw}RUL#RN9oȊ}&J$?cA&&z?9g䊠W.zB‚,?֌ svMD}:^+Hϯ@:8L {8.lzFLy@pDE0v /;읗}0:z%/oVʵ=ގJn [ dKS v<ˍA_jomXPc+ΠhvJi>``$-Qd{ljq`<6hډラs#A9 [9/qcrx]4m4SthtP'{Ó8MVȮݥ\Жc=hnx/ןb̶, )q7 J;DI[̢ՑUTO6nj^@yۢ ca-z\.;nݢe,X>3T)Վ}NG`>Wgr (x 'G]➱Kz$eT`=EO|Z@YU=ۅNiSuJE6*G95;].c킴h^|]6)oGYC$9FT8~ըS#!;&]d>}>q@_`b4 JsDȞ`sBC*c܄C6VqTyьUmM&fy;+,&Q" #_RW~7e%ڃ'Y^]Fy\5+W/N'L??UFk ,5( hc$ \3E'>.0mn+X=eagɀè_ZGp%WgGrcZMr;bkʖ /#:)ޒ.Niĕvh;rX dhy8!VpS9j'wGϛgZѣg 0Vf9Y~|^j%| w^R_](a\2@9i;"IO1_A3Ϲ*vC\hdoES̲ o$y1Βyl,e"n6#LaYo|ۖ2FIt=$5][Qlӱ'؉n$£a&XMf xɾE4Mb=T]VRB$#;6ß&hOMΡ?~_('NU\%I1w +ٷn|ƺhcIs$u?(CsdTb5͸6)mW)znH#3^O現M8D9?9UQ14!9XgguZשx|_Љ628yQIoF*^zXI\)ՖYj̊M(V}B dȔ:)q+YM.Nu(L8y q1mTgk~_ f)6nV$P~M'j~d U\Qs 3`/.oCJ385׺'Yi/! }qXRO!3i-j@[D,e~B&T >oyLdi%OOܭ>ƈTȕe.B]Cm(n5n[wH2cJ+ؠݷU-5Z h<@1+wZ"b#6Gc M213 -KC ˃hoFo*SDžP]u5+{g Okq\[{!"W,v,0&N8̨7JX ww#S[Pݓw˥?GbybxϰBоw&r$}"N3E6YmQpKdX ǤH_++/u DBGJ&Jc0! m7Mk Xˇ٭=: }yƎw60Vp 2%:& /ls}tZ~riz#tq_Vo=YIBF2r !:,;W\{GXُ^m+_m'ؓr^Yz".()]ŷ+ 7p$.Ud`otwQ7'JPOęG/K[֍ۊת(ktԧNPUmhGk/XUR $K{+ZISpfu*(eoákͬy4hEVP ]ӅOPݽ!|Y:X~YPH2ֹ#8lOifwq։ Q5OTUɇC5$p6{SM UqzJifu-ȯB~9fpc/Ujm鳨+b)b2?JP|T6X y e4  >O7);@Tj`P \Gt\qGbQC$Ai^*W͗'ܴn~̄fDI ;?!"&[/\WV+괶ǢhݕB ;UG9mcAb+qp0{''S#v o#;hLZW*؎Q^:on'll@㋎pא')6qߙ4!&AdJĻ_'֊iZ|9^p%"2}<;HoD#g6K YZ