libsingularity1-2.6.1-bp150.3.6.1<>,JP\,,!M@eeewV$T~@>Bv,hm>]*ʍXs+cQ/jbӹ@cD]ShBf^;G r?)K ohf>inDܢgBޚkkZ>`6hy eYVS$'s!y%s{HCRS11fHm/[1hp֐9DXE~2<ֻt{R0XC;i^3^tnn>?<?,d $ >  0 : D X   4MfP(8 9D : >\@kFzGHIXY\] ^bcVdefluv(wXxlyz(Clibsingularity12.6.1bp150.3.6.1Libraries for SingularityThis package contains the library needed to run programs dynamically linked with Singularity.\,,cloud113openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://singularity.lbl.gov/linuxx86_64A\,(\,(\,(\,(\,(bffc836580154c687b1cf36ff80095ad2c0db9a707b938df1f730b4acfd661a127ef4b3fded1a2ff8f0ebc1deebd3a7405e2442f9b32fd25fca99e622d2aa9f5libsingularity-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(x86-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.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.3)(64bit)libc.so.6(GLIBC_2.3.4)(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/ldconfigcloud113 15464412602.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_Updatedrpmxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dc6f562ad0d5186de3d019712507d45031e234e7, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=99810f9bf5863608a435c7decae137d7c74ca2d5, not stripped PRR R RRRRRPR RRR RRRRRts)od9(utf-845150a8ba15e9c2f205d3013fba2d414024c34b7bf0f2f8421d82fa8952d8111?7zXZ !t/A(]"k%;6GD## dl *mwGVAi5lZ#'NJ$ᴡKL p+hJZw@0}P>$=@XíIjLbF~u|#/fǍzWQY9T&4Ǫ3j$STq< 񔦱'éÊ(70I :[~.8C|QGuw92;ћveirGF<=ՈtytZ z=H!kfwRƍX0( (H^Fsـc4Dgt{݄>c#!:G*]WjіK+5gx51~|ʥئ,H;$gk 騬.uS9 ;.b=| ~870DKyXj =ύnɉ #bL/Q} 0Jژ D% ;'=X 0KT(=𚧦䟀&ԓwiTY;vx~A%LftBbJDغ8u]1'qU5[j, ol QBڕˎvۧdM;9$mGk\ސ0xՀRy^N9}C _& `XK\ b bnhSqTǔ"Z*fe n':JnEYTκSAπDO&o H3㡲Nߝ@nj91U|(w眛o<Oos' ycF'[\L MٵkG\ZsL9 W e6B\' D/iSqŴ Y <=ŐOܩ2~#JeSS9:s`azN2z~M U'>kF/ż"' C6l|A* yAA3.B @Er-X1O+v|"NlU ndCPU와4҉f1BWvϝoF҆ ݩ:}G՛dCPt Uͦi"֍iCZ.'ɖړ'?D,iԚ?fl@ZS=p0C"$$:u 3\|VF%:A{rTZF;2Tcb a:U?L(oI"V-b ܬYhܯUȉxqo_m-1*\~gSbiVMۭ `6>;A!J-#Ka o :Ln12;yM/]p&]3sH%eV-se%Z<(2:wcȄ_l N{̅A5 ߡ#l?=gjSK,D.-T!Ʈ ǖ^d;oF[ucgԿ%53HOM>.}&Pd 5Ho}кoRɑj ^\ZfQ ˡFԅ3O6BtcHF:iJQ0@aG(?c{+?$R*DPȰģ; iA $B(xFH5l3 @mq%4ڏՆtօ*逮!SU5븀8HYd }X8s*F!2ǧz@%SwL uܲa+jM^/'rQcU YEHq" 4}z7sIcjRFB|#řܣ~ *b-z~ԔW[ZSШݺ ib#|*c6Q2 gޱc7o Q&Exf M?.tnA>lTON•Nxws::3);r FmW=^1:6~V"=WNkG'TsyՒ(YFIcDO!m%VSoK|l^G r\E$je8zJ`q{^ PvtAHXYCwxGmL`ĴݱUl5* ~轹,<}&2GU@tФu7P< P'v }"-Svl:̾[QQlYfXekj7wb9q -A)sפ C0'k愭opxD71ܺ];(6Xu>X AbOy0[Qꋹb2]n7F̆8`, %Nd 9Qɦ30?}*FLT5ơq͋] \$PgXBC `Z֕$Ld9x0f##!_.긩}_d&Xip ڴ>$,P X4L{6CY!1CZ` ߙr mPts]Ohc[f3B =RD}x Q%SC7N%>1BL>Q#'16\f';>_r*#₋(姟.1Ƒ`uÒPEW|a4'ю"'Pi`O|W@-6uQnCZe{s:Amk](@ ub{VA , fG?c ^dkXߥ9nB^бH9?mNKdA [ zQ ԅ1 3 VѝkCm^&o'xv;\LUf_7$ re)():-mZX8ڒ~ g>Q<~o?%fEpmojԚKF;Vx7y`e#DMsoTO s͈"bLECtMEy %DL['0+DsV)5t1oopt b.ߥ,6^=da'Q[ݝ"~ڗCs߮C\P=T7ކtJ&U8 N u}D;|MlQ}}4 a%t=/XN6DxѻҵWdM0Q"RVG'FkGG`swqzayDyQ(QD =|n1 ?Poաv^pom Zs]#o,g*ܴ ohno~drA8P!!4⠱{ۉ$\ 7# H@)= HBweE?QZɗq :jNOVa:AOS1kZ5NYӫZvIJZ(뢬13`ULgQft"a.`6晐e^J"udpgxo y?˴ղqDZNE':t־݅T~YG qE͊տv~ZDU?Z -D,r\챔gH6`SEI9%QbG5Y|I*j!.f:624RM>u3]8mT82OOQ+z4HCf . 9Mm#[(ęnx 8$ߺ@KzCa=|zmL%蛋' ,Qے 2'+r$q\GBT#U ~~"Ǔ0ɤ`Ӑ6E<cqhB0LqMBʨy7crnr6°"U_ĭnW /ivqI52jQtď!J _WA//l${E0Xs-잡B+==#ߙ#t%\$>AMRFgi>߽NKMUQT"$U *10fqPiyReưdZ~bw 6 "DazqV4!GU *CՏ-fǴ[X= H )↶63 T.t 7Ctw⬺ee5 y?۪Ha-? !@`(;B8bI*9t/@[ X75;E%M#/s*p0?12q$ƀ29]OUEw"t; ~yJIdUk3 pG]4'l*^@n-9rp1i~yrp啃qS0+pfj)nPwAC}^h,;s˙[ i,LE|ht#?uouawzKj%րVʳ>9y%I]nyWZx_j X;$̱?4.̉ ca*@XݏgݴbGq2kҾbV߷D别ឧ[9Pظ3K99d+{C}BtG= ,sU V<šؼ:k1g;8I%YH0u< m݂,ؒ VJ@):S{I:qỦ?MNlS!14nc*lV^MgWH%}/$S= P-:\ 홥YÖaG!~IsO6XCs2^%Zhѥn9K؜hQW a?ϲVVE܇qSpȬ( Y;nU_#6x]= #xKDb_*CtdC~/eSj'S1W~W郑WjR67Ֆ9MH[Aшکj5A%RP\*?"!0!&IH^q˔6擖ןޕD6 q??l)0tcx&5A|png`Yhg%(BVSz|O 6FO|tJOT}*y~14ƳsRtJ$+[GO7&ms< XJQhP!vlWPO_-0I d)]FP Qݓ('!I/olB܂b"ڷ'ipF6L9}Lw}Z3 ˮފ/:O Yn.psg"9h/ cmg{MN3DzG  $gJBz` {J0,{+3[|bPt0g Iвso &%Myjdm6yZ4ܺ|Tm)hvλf(<RRKO@ S8TTWvTGk) 9z![]`4yO B>(k)d_3Ftq{u\7ߍGaɴIL #([RL`D@'5]׍<^M7IJ|UR#Vp4յFF+C6( G]xk9LK92VT*#ԯ!% E\Ӌ!7"4S3 pdÕTF[IϸYAecN\~J[RlcE6f9ڳEfS%*xHL Ac3%;zbmfD6!;joIs(>QgAh#7P} $eD 3В H6mQH~(3"Z`km'+NBfg΅DY@aălϫ_0ÂҊU^Ek3;6ZQ *9պ%mtu? ?'a,?sjÖ Jn(@ X\y32 JIMξخ^7K ӯdI?)hxҔCs duHli0SM1%'ᮿ֨I yN`9G@d˿[c]ZgUY.x ANb/w!:~tTOb1Cg\w#pڭ2f< )`IPJ$&g|qۖ-k#k~CBMҌoopOcS^EcCJ]( qLQiwkg-sd)+njgGe&xزjǹK`-~nKll7I>fi"WbX-<7ԝ!7Ai%7l6IP>rh(>9`՝؎B0D'z~(?q9l~ /% iiС8ncT$ĤG|܋vĴPW>2E)ysxz ba Yfyl91;u]j֬%GH;3lj%#϶ ``eb`l$ P  wɖ"+}$WZ[Q;~^ l:BY?R08 bٜ+IRz$)^Și>QV@<gB `ڀۜ _p,QH9ÃDYQ?iͯAٮ_e{G YzmC-mڧ]yYfM#o:|( =ίt3e0HE=޼' /4R >o>cid- D_MĬaB5K- E p- ǎAth?ir 7Pi u R$5͔ v>%hIzU$ BVzVUxJ.x0n0 Ag':~?-?i~F"yFwiueuحmI҂D5jXH;{ٟ߅ݯTӺR"@ÜZY%п 2&̆w[RRЅ+ z]@_F"D H2AhmyEy#t\\Nv6Q)ȅ$U9UguwN#Y&SYj@ %mT||fSl7U| R[CGzpo\(cvQF3T mwL\7&6ťz$ v66~ ?<۹ զ)_;H/(<%Ȥ5B(6T OSWܭvÈ9,ipq]jPy@Pkv29$u 㣘vrm}>FC. |W9w3)5 5e [U8?{=_<.w:}h|Q:L+7I2CN eԽFǐަ{K@- %T8Zs! y2%cl1fer][C.B+l4*s%o?d1``%oKn[q=/N*J4MS8TYauI@v1YڒUQ]9b!ʾNa^)T݊ <md7q%6î2T19+ yD>|;|R(\febGiD &ud+r;\6`'r ݨ\bWZ-9PdSCH?ȏ¾v߱/IC.''bl~ -sv_x:o9Ly&{(Yiˡ& *qR:T>B}K'ʍƹr`׮g2%<d};}fm-z"MpPRG-lBzβByQ+-٫ѲF-d՛7+G4aHp`˹vSL ̘QيQ(Āc75%ƻ1hy)A fPǧrn$Z9jѶHaUW؍C\ޓh罰|RQă3׻o YZ