pdsh-genders-2.34-150300.38.1 >  A cp9|_qY_O(zW|+Dy#cSBhE~8v <}K!䢀+4UDBpnD jI_HN˥<|$d8_oO è;1=$ 7F)yg7`zYU>%x ף)0$A~?>(D҉ɚa XQa2A̤5$57 =O9tCG*7<%}&GP/7E!FImҴȗҕ8813d1d0f6dba6f7a96c4ce5446fd74217954e679c58ff8f95149414ff52b9e3ecf5ac126e5cb6f8739f827404efe6a432305f2d3<cp9|LW"}~~gK>zY^̏A/ЮAꊳkw*S"۶:WYaWwU+eֿ7ʤ9#IzNO*:UFLGKZ.M{psTRhф6yx؞0qkFo|#9*B-?u>8rsx %%:RXa#%OS`\/W`B"V*Bx_EY+hT4*! IpAH?8d  8| /5<@ B D H      J(M8T9:{FuGHIXY\]^bcd eflu(v,wxyz4Cpdsh-genders2.34150300.38.1Genders plugin for pdshPlugin for pdsh to determine nodes to run on by genders attributes.cs390zl35JhSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Productivity/Clustering/Computinghttp://pdsh.googlecode.com/linuxs390xJhcbee8520174d1a825968cd5eb93fbe7aa11847007e83bfa66e5f5608f0e31e362rootrootpdsh-2.34-150300.38.1.src.rpmpdsh-genderspdsh-genders(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgenders.so.0()(64bit)libpthread.so.0()(64bit)pdshrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.343.0.4-14.6.0-14.0-15.2-1pdsh-dshgrouppdsh-machinespdsh-netgroup4.14.3cc_`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.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- 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.s390zl35 16751610632.34-150300.38.12.34-150300.38.1genders.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:27582/SUSE_SLE-15-SP3_Update/641e106b7ac4d61848144a8b5d909317-pdsh.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=11c5daa86df9ef36059659ae532b09d620bb7033, strippedRRRRRwAܷc,7[Ήutf-89329bc90e0ef6592422987c9dece7208804ae139515d38331bdb20bbae6ffda8?7zXZ !t/Koy] crv9w WȌYF]).YmF4"q ͂5Ôl.פƯ1ʈ#WHԞEmvn\ Ic{j" &#R߳+bi+|ȐCj<۽ Dvo d72hn}HM$a{jzV;WcQ&!TrFTQ+>FcymuevN\8 ?,Ƀ},J*dVC${2 eYmtop!AΥBaL3To2(:@7B8O&vĘ cbcA'2Z^(`&eEp v/uIޟby;'9e'hL|a\׏  - _> JXi+5Lh:] 4c 0J17oǎ)Ӭ+iu.8V5t)u.AdsQ@ilFu阛H\hT:DbF5'lt=9D~Q{vV@DB;)쎁Ќoӷx]:&RcQ:4^:Cc7N ZB~+2|d/D=`}n@>L_v#%_}}J)R,[J@M)$HA5@VZ75J^w RYCO8r\@8bU׺BĦ0Zh\K;}޷3"Xړx5@}(Tb><-f6]?'e q_ c 7C^k&ȇdm<`p޶rGjEl;^9t]ڄq*/ PͷTNy,3 zW=ja+}On0D݉.su,S((S*-^qK[%sBʼ;p48 3`8wX /e7?YXkq`]#|KiUtB qE7xڟ &:-> /RSt(hFng-r칤K}CAsacJ|݇>!G!YE[YVnڬsd"W1BP,C\%rmV]BkQ`2GOxO&/lS!Mˡե!S7' Clm?&U#Va.f%X{$"7dF랗\_$IFJ:"f olN p(zDj謄d)q Ҝ#e[Şdk2ŹUu;0zUӋ2Hϣ:w(&\D{zvDI%,.KQ3I_}C m讠fkpxb'Ғ*EC촉뒒E RgJ4hZD"ydcV־zC9v/a pLMj7Ht\W9 Ր뛜7T,VLBwPD+yZj>t+oU)9QbegqUϫzL Q߶AJ|j(l71]} hڍXׄ fxt,LgjHJ]Ev#lu2ێK!}.q{Y#AH~$Z)~qz= \Z6w]& Ӕ`1("$w18 Wl;Ӱ$h1>V׏,a~|r˓OÄgmƑFp /YGjŠÇZaet7 oe&jPu !Y/WIvijB5 Q4w6g(xg%9Ή2&@P #o{;NOc\?a&.ghE_v#[LٿTk+-ss,F|ƙYڻ@,I6WDLtY7\Q?!=U!槺4TL!~jr%%V d RW:Kbk@NOHNfB= |g֌jcZsC&;$f[Baqe"b3 eQiMptβB_0GL(16Dm '"B9~R NaOpEі]x>~%i{оE:c*EKcujGXJF !G7_]f e[LrTm8vbH sRc˯fb5FSNّAOaX j [D$3ebF~1R94jEE$4껂L|:_pc!n~w6[sDžw.Yu2^$?3|{[&fFv0?*gPt̤K7R7fy'Nah'UD*S%Fr6N@ݙiZ YW TԫߋaMj1"w%?Ĺ3`6xi f`|Z2bXk j`pZFVhPċAWI!dNT혜>bwvY;h Y&m6 "԰GV=4y+%=  YZ