libsingularity1-2.6.1-bp150.3.6.1<>,>\,Ѧ!M@eee}*kLϭݵє_  N߮:Zx86\ɈݑIC|qߑpr2F * ӫIa02T}P&3`dHLXKm? ?d $ > ( 2 < P  ,E^ H(8 9 : >4@CFRGhH|IXY\]^dbc.defluvw4xHy\zClibsingularity12.6.1bp150.3.6.1Libraries for SingularityThis package contains the library needed to run programs dynamically linked with Singularity.\,Ѧs390p21PopenSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://singularity.lbl.gov/linuxs390xA\,Ѥ\,Ѥ\,Ѥ\,Ѥ\,Ѥ62e3fe8c42c059df9914f7c381d3ed43b3ab1a767a2b58e5dd7d153054a6bdba8bf5addcaf00d83afb72846b0c4bd38bafbdf762416a79645ff68249c3a08601libsingularity-image.so.1.0.0libsingularity-runtime.so.1.0.0rootrootrootrootrootrootrootrootrootrootsingularity-2.6.1-bp150.3.6.1.src.rpmlibsingularity-image.so.1()(64bit)libsingularity-runtime.so.1()(64bit)libsingularity1libsingularity1(s390-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\[ٙ@[/[CN@[?YZNYYY*@Yo@X7@cgoll@suse.commatthias.gerstner@suse.comeich@suse.comeich@suse.comcgoll@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.com- Updated to 2.6.1 to fix CVE-2018-19295 (bsc#1111411). * mount points are not mounted with shared mount propagation by default anymore, as this may result in privilege escalation.- Also package the directory tree rooted at /var/singularity/. Otherwise running a container fails with: 'Failed to resolve path to /var/singularity/mnt/container: No such file or directory'- Update to version 2.6.0 * Allow admin to specify a non-standard location for mksquashfs binary at build time with '--with-mksquashfs' option #1662 * '--nv' option will use [nvidia-container-cli](https://github.com/NVIDIA/libnvidia-container) if installed #1681 * [nvliblist.conf] (https://github.com/singularityware/singularity/blob/master/etc/nvliblist.conf) now has a section for binaries #1681 * '--nv' can be made default with all action commands in singularity.conf [#1681] * '--nv' can be controlled by env vars '$SINGULARITY_NV' and '$SINGULARITY_NV_OFF' #1681 * Refactored travis build and packaging tests #1601 * Added build and packaging tests for Debian 8/9 and openSUSE 42.3/15.0 #1713 * Restore shim init process for proper signal handling and child reaping when container is initiated in its own PID namespace #1221 * Add '-i' option to image.create to specify the inode ratio. #1759 * Bind '/dev/nvidia*' into the container when the '--nv' flag is used in conjuction with the '--contain' flag #1358 * Add '--no-home' option to not mount user $HOME if it is not the $CWD and 'mount home = yes' is set. #1761 * Added support for OAUTH2 Docker registries like Azure Container Registry [#1622] [#]## Bug fixes * Fix 404 when using Arch Linux bootstrap #1731 * Fix environment variables clearing while starting instances #1766- Use %license instead of %doc for license files on newer products. - Fix bash completion path.- Updated from 2.3.2 to 2.5.2 - Fix security issues for incorrect access control on systems supporting overlay file system descirbed in CVE-2018-12021 and bsc#1100333 Highlights of 2.5.2 * a new `build` command was added to replace `create` + `bootstrap` * default image format is squashfs, eliminating the need to specify a size * a `localimage` can be used as a build base, including ext3, sandbox, and other squashfs images * singularity hub can now be used as a base with the uri * Restore docker-extract aufs whiteout handling that implements correct extraction of docker container layers. * several bug fixes, see CHANGELOG.md for details - Removed: singularity-2.3.2.tar.gz - Added: singularity-2.5.2.tar.gz - Removed 'notyet' if conditions in specfile to allow files introduced in v2.5.2 - Fixed access control on systems supporting overlay file system (CVE-2018-12021, boo#1100333).- Restrict permissions file version to a version which has the required singularity entries.- Update to 2.3.2: * Fix for a change that Docker implemented to their registry RESTful API which broke compatibility with Singularity. * Several other low minor fixes.- Removed: Do-chdir-before-duing-chroot.patch: After checking with the security team that there are no concerns about doing the chdir() after the chroot(), remove this patch and add a filter to keep rpmlint from complaining (bsc#1028304).- set permissions for SUID binaries to 4750. - fix library packaging for i586. - add a README.SUSE - temporarily filter filter for non-standard-gid from rpmlint until group 'singularity' is available as known group.- Update to version 2.3.1: This release includes a fix for a High Severity security issue on older hosts, and other improvements and fixes to previous versions of Singularity. Version 2.3: There are a massive number of fixes, updates, optimizations and awesomeness contained within this release, but here is a brief overview of the major changes you can expect to find in this release: Lots of backend library changes to accommodate a more flexible API Restructured Python backend Updated bootstrap backend to make it much more reliable Direct support for the awesome, the fantastic, Singularity-Hub! Ability to run additional commands without root privileges (e.g. create, import, copy, export, etc..). Added ability to pull images from Singularity Hub and Docker Containers now have labels, and are inspect'able - Do-chdir-before-duing-chroot.patch: Add a chdir() before chroot() just to keep rpmlint from complaining even more. There is a chdir("/") right after the chroot() call. - Created group 'singularity' and make suid-root binaries only executable by this group.- Initial import of singuarity 2.2.1./sbin/ldconfig/sbin/ldconfigs390p21 15464411262.6.1-bp150.3.6.12.6.1-bp150.3.6.1singularitylibsingularity-image.so.1libsingularity-image.so.1.0.0libsingularity-runtime.so.1libsingularity-runtime.so.1.0.0/usr/lib64//usr/lib64/singularity/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:9405/openSUSE_Backports_SLE-15_Update/98d4e3a0f4b0da44cab4e810a2c75f10-singularity.openSUSE_Backports_SLE-15_Updatedrpmxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3372ea55d54586f1d2b5bdb2e430248dc955208d, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=23881a70b17b8eaaf3d21f267fdaa85876f7da9d, not stripped PR RRRRRPR RRRRRRR1 54] .utf-8b7d2652265eb6118bc1c47cf1222cc12196d20ed4763f3cca1314879dae8ca73?7zXZ !t/6]"k%;6GD## dl *mwGXx?m%'6w,T^z|!P:|Oޗ3P{B'^M7?0>LǒR@ktJ~EN_ GeQIJ NPw`"lyE.pdqwHǁ ti`&/BFk;S>D&RnˎxUñ?=ϑ.E41Ss3T\ 10%Xg}q#O]H0[l{sɑy7EM^ +j7:_ Dbvו>dsEQjM !mN^]4T[ޑf2[l5;}ZϪͿj \y5Al/i@q2. yևRf*ϝlyo\iuT,pK]Ц(srְʋ\t,A/I\'²a',rAB>%ej#9aesq("ݜ ;b7Bj(YI,i;/3^KEHӼ'}56zh/ei/ʦ&26iޏ+!LʄPowؔOkKK7/iSJOЁ:#B窝 Z{=]s M P7R:n1&|7p3Age1@KiHomIk "^:k#ȂEWss/W>|a~ٴ7eOqDn#v^'x$i<+Asl6Xu;6Ω`+nW)ýT)_c8l%eAݠc)iOl# c`LI!R:%E 07灢J#2=<<2=.SgKX! ZYrk *dM~c^L=XE8JF.dn$C<32.37V/0pIJyK?\̻=EVQni(DIa_i|GO Z@ խV?r+T˩}@@ds)/;[C 2:j8fAzo4Xs\J[7L=-0$<)x^9!%lqF2:_.JY 9:8vN TEo p $"/G*\XMm_y,  v,4&zr7SDZIVfL?9e o~qHl=. {-+LtĒmף{`tnl#3'se p+ȆL|1ƾteR6l^R 9Z j8/m@לVsO²xN%.>JLsSP餎1}DM~+gƖsIQo؇lP }(QP8SQ:`"7MaGyA3ԭk,?zDX2AagG>) leHJipwfOD}v,(F뮶,nHKB2Mv-OѰ/ >La!C,U3Z D@<18n'nqCݯIt7w_+5͝~-nrPf&rhF%A[)~0$a>3 `Onj6au_/ȡH\&~h䔺.PY`*cG`^4iukZ$>m܇8U |򠌇s^mC}=ti1*7?*V\j*ф+gUEqgUzBSCrT<KGXF}܍бм#dx#yه֓.ɸ#N EY4VAX4+xnuKÏGSiJPOϺ֮Q0oT\3X ûlf8\XCnJZ@aaZYX(ANyǛǪTPC%(OT&#)*͢ӝ. ;۴F=cp|l!G>~.JH V]2bSD (t}CisX6["8#p' 3, !u|TzT=>EVXߓȿ0[򈓊/qUbƽegR}:cϓ\=U7ZL XeO& |̛xVpLI6҄ z{";a#܎͘bܿ;DѬ=n{uG 5|Iibe>*YO.+00: y ஷE.UтNQa 7U3m(O0#De1o] %KqM"?pR `1>fާW,Of4ЄLnslh UzY|?v/OQㇶk'kߧSBڌ(Ȼtպ1smКup R7Y ;~: K1'3U Ik =e,rMD*iE~GIx/WF!Gx4r,x:e^ \GtR֝ߡf@}Q!fLT/q{?ݳbკԌ ܡK':~zS!!,J9o(Q&ܯa`(>Ia싰$vL)OEq2?r;!D@0^:^OK^5μk]InH]:Dr)lO;W/G0giޠsS0e[YĒ -+&#BT܏ LLQic1 TɦmЂTkT?:r1NCJ";XVQӰsC VCW?E\f&>e!KX/_e\ Y3G0' .]E4?+g ɏܿ-{M@ȥrӼQS jrQb~fO-=qu2js.8̦#w|C%PȊ@szju\!f^? )婸mh+3šNO n Q1)v.X}:9aם#ԻAo(דW$1?fl 26ʸ},ܚa^u-h&'SkL vsgh|)<1u$R ;Kc]-dfVqm"( ~F"b'nE_ k ~`sfuxKJb  K C'4˨aH5`ERC;+лC`Q=9Uga"DSp9rකZOp-x!>e&/ c3j8pC})BzhP Մ+@^!Wz`}):&$8Gݼ_qb+YJ!]-Z I8rY^6'ӪQ>gHG5b>36ZϵC\bBp^l$KG;3IRmI&KU ltW܆Vi햣Q"?nQ&.HV] W,JPTp>6i`ID7\9JT {   чj*7OU L6bW!OIEܖIg8̎׮І:Y ?u.Ӯj:ɶ)`]hnBm:ބ~IR!</WYL♱#_(8:(Ff$9=: ?&3c'BNUВ2M,2a8ٍ*bq,(:+|t^P%d8P!Wx4p*"GQ ߢtt;GaJ >sاWʍNbMf2^1.) x^ "S{+44bbT#)$*K2 !SN|7qtw'#Mz9ە'T7?auFUY,uZC-NLv Gt!9UOOJvsu qjdE/{:zc p?|Qi=TT-_܂h(K"Od2|EP\*ӌ*zw?sׯ c7~'SK4z Μ ]ek5vS-NpFqqm$:S']/=-DPuoݽ<Ì̇[4jW(|)'3&ƬOkPyB2]Rx :ѫ衂[\:lNOKN-o =_iMhWHUZ|<DWhp _/"v K}4_p%wG I>j{|z"$4W򭖧kR{jxpg2 J"^-(`~,(e*&B}h;Dq:h[0'ѵ,t±U8h$|)F{@%%$[Y\YriS%`x}.?~pH(ևi"(:t,ѽs ~t):]n6pHVѲ28D}"ъ]kQfӏuG C_dM j @jwL_%{ j&C9[PnZxb6i*7'?{`޾|_Ml8ճpfoYy.kvM4`_ɡKS8W9s;& uT fbsNƉh âN@D; E(CPQ,$?B d7{̗b"2D!N&< NvᐱWXv7Mc59Vn bu)ČLC(wJ:^?Itܻۀaq)nB{͌)Ƀ@;~uY%wbHnqB!Ey!iŸI9|ܞLn'i0F~vvp;u={/M a&cSև婼л6j/1lru(:w5"k2&4YK_jf5bau| <|e4 uRZgǭ~2%7܋܉֏4#S oi!{Cl[1jY&J4a2G5cz妿$eg>qaAP3y &042dy* 5j M̗G|X@YJE:t+ kڶ[lCm "'0叶N h?Ҙ-h.Èm3KG VD$ AdxMي =,˱Oğo"8 ;_@H Q/J¯IDHxND \^얁SZS:dsK8U9&!]rcDrlE… rSH"AaNxA <Ng<;U؉e Ѷyհ;Gv_X쐤'WU&:m~ap"^I!k±likfRX:?RdݸJ s427]E9iA\QU+pϹ'MGajKҩ(S7p`AoLhF]w/c8h&,lXU=xvX(vT?xrF^~봄-u%sDgOEE`o PbhOݨWg ^libLn8:2"8B+ F 5o\9/͚"UZ^MY4`t.ie$  ߆4X$8>]yZTsxNNy ֯!-ۂNLXW> ӍH)k[]HtkVޒg avF|]х902u{wV"[ؔSe%.Z:p.fa/H;&ruo*S$+lO2p[CǠQOfdE|(9E4z/(ssIWY2,A}|K!>!4ںk9:p#ґiu %Ľ P(%H9 FBPj;m! YZ