charliecloud-debugsource-0.22-lp152.2.6.1 4>$  Ap`OOp;&?&d  , S'0; Tf             ) V| O(k8t9:F"G# H#$ I#H X#TY#\\# ]# ^$b$c%;d%e%f%l%u% v&z&P&`&d&j&Ccharliecloud-debugsource0.22lp152.2.6.1Debug sources for package charliecloudThis package provides debug sources for package charliecloud. Debug sources are useful when developing applications that use this package or when debugging this package.`OO.cloud105@openSUSE Leap 15.2openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Debughttps://hpc.github.io/charliecloud/linuxx86_64@):}c AA큤`OO*`OO*^^_ D^`^^^^^^`124154a2cd212890155917e412885acbe51ea12a71386287148e63289c4c7fdff5ca800afaf5fa464f7d5148950d7b75231c749349ca6f11c45c711df882e237dc79fb480de5a37b141d3c888a58567abf42eef0bc09468258f2751780b8e23bc8b542c5da8623e32b1cee7b0da82c452970b2b34817bab87f63c418c8fd5b0a66f0139a73bf5ab1a80b4cf9bda37406eac7c8e27296ba66c50f1f6d9413a21ecc210861696ed8cab550669eea0394029d550887fb91c394c52195bda3d7d67d8a85c0dcaab5c41cca166cd956e915441301f8332788aba9b253ffd59eb54421rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcharliecloud-0.22-lp152.2.6.1.src.rpmcharliecloud-debugsourcecharliecloud-debugsource(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`3_@_"_i@_?@^@^@^_@^&]@]]D%\@\@\g\,@\@\e\@\@Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ondřej Súkup Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Martin Pluskal Ana Guerrero Lopez Jan Engelhardt Ana Guerrero Lopez Ana Guerrero Lopez - Update to version 0.22. - “ch-image” can now push images to a registry, with the “push” subcommand - As a reminder, “ch-grow” has been renamed to “ch-image”. The old name still works but will be removed in 0.23. - ch-image: new subcommand “delete” - ch-image pull: * now keeps some metadata from pulled image * now works with public images in nVidia NGC registry * setuid/setgid bits in pulled image now cleared * performance improvements for images with many whiteouts - ch-image build: * environment variables now kept from base image * SHELL instruction now supported - several scripts now work correctly if image name contains slash - “sudo make install” now works correctly with restrictive umasks - miscellaneous bug fixes and improvements- Update to version 0.21. - renamed the internal builder ch-grow to ch-image to reflect its broader functionality. ch-grow still works but will be deprecated in 0.23 - ch-image unprivileged build workarounds using fakeroot now default to off and must be requested with --force; the option --no-fakeroot has been removed. ch-image will by default print a warning if it thinks --force might fix a build failure. - ch-image pull now works with registries that use HTTP basic auth and with images that use manifest schema version 1. - ch-image build has a new option --bind to bind-mount directories during build and COPY: improve symlink and directory handling - miscellaneous bug fixes and improvements - Full changelog at https://groups.io/g/charliecloud/message/108 - Update patch * Replace-hardcode-path.patch- Update to version 0.20. - improvement for unprivileged image build using fakeroot This feature can be turned off with “ch-grow build --no-fakeroot” Further details are in the ch-grow man page - miscellaneous bug fixes and improvements - Full changelot at https://groups.io/g/charliecloud/message/107 - Add requirements on fakeroot- Update to version 0.19. Two particularly notable changes: - ch-grow now supports multi-stage build (#768), which as always is fully unprivileged. This represents a big step forward in functionality. - ch-grow now has subcommands; what used to be plain ch-grow is now ch-grow build, and ch-tug has become ch-grow pull. - miscellaneous bug fixes and improvements - Full changelog at https://groups.io/g/charliecloud/message/106 - Update patch * Replace-hardcode-path.patch- Update to version 0.18 - Fixes an important symlink handling bug in ch-tug and ch-grow. Prior to version 0.18, if a pulled image contained a symlink in one layer and then a regular file at the same path in a subsequent layer, the *target* of the symlink would be overwritten even if it was not within the image; i.e., unpacking inappropriately followed the symlink. This allows a crafted image to overwrite any file writeable by the invoking user. Because Charliecloud is unprivileged, other files on the system, e.g. system files, are unaffected. - ch-grow: --version and --help work w/o dependencies installed new switch --list to list images now gives diagnostics for syntax errors and unsupported instructions WORKDIR now supports relative paths (#786) no longer crashes if input doesn’t end in newline (#474) - miscellaneous bug fixes and improvements - Full changelogs at https://groups.io/g/charliecloud/message/104 and https://groups.io/g/charliecloud/message/105 - Replace python2-base with python3-base. - Update recommends used by ch-grow/ch-build - Readd patch for hardcoded paths: * Replace-hardcode-path.patch- Update to version 0.16 - ch-grow and ch-tug: updates to work with external repositories - ch-grow: COPY semantics now match Docker - miscellaneous bug fixes and improvements - Full changelog at https://groups.io/g/charliecloud/message/103- Update to version 0.15 - shell and Python libraries moved from libexec to lib - Full changelog at https://groups.io/g/charliecloud/message/102 - Remove patch, paths are not longer hardcoded: * 0001-Replace-hardcoded-libexec.patch- Update to version 0.14 - the build system was rewritten and the layout of the source code and installed files were changed significantly - new binary ch-tug, to pull images from a remote repository - miscellaneous bug fixes and improvements - Patch the usage of /usr/libexec to use /usr/lib because upstream have harcoded the first path in its code. * 0001-Replace-hardcoded-libexec.patch- Switch to python3-Sphinx for building the documentation- Update to version 0.12: - ch-docker2squash renamed to dh-builder2squash - new binary ch-test, not shipped in the package for now - Full changelog at https://groups.io/g/charliecloud/message/98 - Add recommends on buildah- Update to version 0.11: - ch-run: /etc/resolv.conf on the host is now optional - ch-grow: support ARG instruction - build now does not infinite loop if no Python installed - miscellaneous bug fixes, and documentation and test suite improvements - Full changelog at https://groups.io/g/charliecloud/message/97- Update to version 0.10: - New builder ch-grow - ch-build includes option --builder - ch-docker2tar renamed to ch-builder2tar - new quashFS wrapper scripts: ch-docker2squash, ch-docker2squash, ch-tar2squash, ch-mount and ch-umount - new namespace tester ch-checkns - Full changelog at https://groups.io/g/charliecloud/message/96 - examples/syscalls is not built anymore, drop make clean. - Fix shebangs of new scripts to avoid dependency on /usr/bin/env- Update Source0 to use the tarball created by upstream and not the automatic one created by GitHub.- Update to version 0.9.10: - Documentation and examples: misc improvements. - Full changelog at https://groups.io/g/charliecloud/message/88 - Update Source0 to allow source verification - Install prebuilt manpages in Backports:SLE-12. We don't build the documentation in this release because the build requirements don't exist.- Update to version 0.9.9: - Bugfixes and documentation improvements. - Full changelog at https://groups.io/g/charliecloud/message/87 - Re-add make clean clean that was actually needed.- Build using distribution-wide CFLAGS - Be more explicit with python dependency - Drop useless make clean call- Do not build documentation in Backports:SLE-12 because the build requirements don't exist.- Add missing Group: tags.- Add Recommends on docker. While Docker is not needed to run charliecloud it can be used to build images- Initial release, version 0.9.8.cloud105 1615810350 0.22-lp152.2.6.10.22-lp152.2.6.1charliecloud-0.22-lp152.2.6.1.x86_64binch-checkns.cch-run.cch-ssh.cch_core.cch_core.hch_misc.cch_misc.h/usr/src/debug//usr/src/debug/charliecloud-0.22-lp152.2.6.1.x86_64//usr/src/debug/charliecloud-0.22-lp152.2.6.1.x86_64/bin/-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.opensuse.org/openSUSE:Maintenance:15938/openSUSE_Leap_15.2_Update/d3bff770fe43b21719c6a071f2fd72ea-charliecloud.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textC source, UTF-8 Unicode texty?ąmutf-8495a7e9f6ec146f08937bdff39910383d67235c78e6a0aadf71ff29504d01af8?P7zXZ !t/8] crt:bLLJfҼ4K০]8o =vʮLT)ޫ#'&!1a1 ^CsIb!: T3MѰ񎷀/I6.U\3S X5/T4@y&rߥ:uLw '[}Սط]ׅ머?;2zWvu XDnԢ^'6xRe`@du Iu]mW* OMd6iȯ_~)sʜS{8ȃ$ÎqgG7D_Z:|i\W <ZT*6@ZI!Z< ıT\79wJ: LUb-FM Q9IU鿏#ZV]҂*&'!)^e'Iis"1OHﭬg$QRˀ Zr!Ũ2!#1%Kw11LmspV=ȲOJz<`=[24/u5ʸRnEpڃg|_r󁚀Vqpݹ4y|2Y@ ~;%D4p>|46.F*nBo݃j wBM{\YA*ξEߋfʺX'&L(MkN_z,d!;Er j_'+B&şN[" >9]A6O<0ըhZg?20"U]}]ݜ6)V'j&j^@֢ݪvY6 t66^'2YjXlPC %ι4}4T=&ԯuQ=(vm-P&ŕ6m) Gpm+FA4G״}ա"tn2"N?AX7>l';/ί? *k]m[t diZbhNVA );؎!fq㝞v U@2j:DJqg> FXZR4qLA'{c_0Bm~]pc*/q[~M2Qs[us㲫tzXD6W/Nƙ.Abs.-Ew.0?eإݳkAacalCTu LY⮡dinl~e{shq:>c{ʍ4sntŭG9xe?NTisAmkq-W? }k.,ehHj@ &p^ kDwyFLu;#RWUffΡ!c ZS M? ^m$؜[DhC='e]+鱵ɗf5ѿ~-dm ^U4'C"p`zt$aҚZe{<5tn^ELFcueJ/ڡ-fW24j>4o@ `ms]Wjw%+enLU@ E>=!4mq3ϛ*+ کzhFG3i=HsD)Ӧ3(z9*E8VnfF 0j|PoJ@HE-Y/Deu+5VPJݿ=@q'pKuڙ2&JGxQ8'AYbyC[}! Na1Pukz8-aN?yn16~g8:>F@㲺Wxn2 qc6BbLx@TD⺖^%_|qa%тο7v6(fZvBv>vdBm:3)P$\e9q~D[XfG;AJd>;$~'J%[5 1&dTHھ rۘA{6ꟽd*4%T|q홍i4A>ȳt`,WpDWh%'`-i1.|Dq8_l/7ʣ봟[362gL!lUPC u`GCNVXdb1{j䩅Vf> a˵ fKJvSDryM ǦK%]I@c)6FIV3 Dt0RIG@-W>L](Hx5}?L$dghc,VpV_ie}ٲҍ<{trU68,L _eFkӇ_D[6 G=ݮ'6?a}W;QHttci,ƣ:7lߍcMͳ1F ZB]2Ho7-2v߲EIwSu@ԑf1tk| <2k9,|v7"sI_Cu;FR!"Jh$^n06WHrWejA/j5;ǎ^~.>Y(5~XjYrd[0MT/9ōH*r4x2-ކv!}{G hwc3ÆMfڠ*ҷcQ[s )IFVitn|J+޺a&閼P.H \U~şDK00Exj&cgՋmY zViNͽؽ lA[lPge>?m 6NC= tVcFTrs;AE46ӺG?57L>#iv"-~ywJh3(J22Vػ!D.fl j=ZYo|2uL-/" !/6z[ fOSf;36L * ĠE1dȃO,F,}de'p!q&to*Y+L ~+{D& S'BG pp#.q%h&8`tA{֋լKV^thVִsRh?ץ]%r3[9 ~ݍ7lj9:ɋ,y˷/S:S3Ka[OK vP>ؚXG=_V7}_؅0W imۓņ?x1Ǣx擺Pxs/ 4=Oӥ<)nH_/"!N dmn"zP ~]9*Y@PQ%ftD\:S3guq#O{S JpTk^*y}]@fHH2Ph[ö xjm V$y(7$E=*Ef5!˧)5ZТA$@ުm'v8wD@x<a6R״ٹS .5us LQ/tMeйU ESfQa颕y(@IZk }Zb_D9X;bP5ߤ'~۞(m9C^N|Цܼt/qpp;IF+c=(-oK/4߽\rXQ~7\pg% iFYzܩSI‰7 QDƻk_~܍@#z?؄0 mk=MRDg'C}{Uڱ8NCX{ș(@>[lyw ;VXM|pQXy{p;',;c80~jta͎(Ɉng UCQlMKR8~t_Af"0!ZS9r`! wܖ :=Om2%}|F+Wayut5J A XAkaIg;Vm#B' m-ЏbWS H ҈r7ΰw |t7SbYD]ZJ.W)W"D1k рIg k=Bh 'sak"*tc)ly14ZSq_qF1Ž 4yΧ}5G]b9jWv=b2|5-43Wv,q7"EVߩDD['N^hr1 ( i쑋٦6xJXT6e K+@"%6o4϶B.KC= H 5/uw,a |ه"{UQ^݆i,fΧ("ιkp.m3)ceAX e6*t&W "y][X D -U dte/VH1|bkt)q*F3$Ep 5|5CҁUm ͧM.hj]'W%XЌ!9lF&?;Q=X G:p߇ 8"x7ԹQf:pHV(haqNa~?9iʯ֔bSaZ8[^ODiչ $fyܧd]n hƔ;pS&~C6bkݩۡ-4{{hiO`0-c7156\wRl*_SKU`4np|?RI„a~f- $H& v:J}eݘZ*+Amz!]T7>!(:ikuo5cyEc|ވP:D&2A )>EK~b&I Q;t~^>j&psU-pP/#܈2[>4cHR;:kb (9 뗲:YGr4 )]U`;ܪ9"r+1QhFFHH+d wԆ:aBZ6&LJ 5$_t7m6L rCt*4<^xD.FכBA=_eyҺ%9'2K{Ldpp׎"#(||ޮ+X%ؼWλ:>$L1Ib(QV%ĻkvH,;hvYoO99lϣz&*x&:2M \4 %tٰj: Ys}Fs+obP;P+YB-[usN5WpHeKf>Xp:|9}nOW-i|+ŹW5W`k y;ئjNHCo2g˿]#hLS֬C )9`\ӛa9vwFJ[bGJL";i[s2f ;E'Gu ݙY$n6t(n-OX P7O{kHɾ10L5Y +qos7 ȕEVn?+g| PL,V:Q>F>ؾ k|VɑSf,iW1ɃS'e C\(2MM* BK)7C?x#hl<}e- d.0[/FN|S=pa`7 zH+IZ7O;}޾Ӧb5g2cflϊ1Ld~g M)Uz."_  g䟬OJf3Cje`4fs 4٦ smZp7oQ}U 0g^[6qv3@9'{"-~@A;PT$$ D򘏤fxswNJ`nM)\l cHNJGbWFC&~~07^ɛo8ԄHlˉP,?(vSȊ9T']R[]@LD`ZeǶ&\孯 @E*{T?u(lGjN]fO dZ{Ky)C?,0Զ{V ޔۘL: ͏VmZCGO~(7)*]B.ˇ$?ıf3|uv{gHSoҳ&"4蘒? ch?sϦAtbՃC\'A&iy@4.`@)kvgPUvX*s%!ٝ#Sϙfr;@  LՐj.e6H'Kprv㯨l7L"6hJ^ ҊZg.>gf?\,/{Hη \']7Pe 5j{15Fmy:ZbH{2GO[d,ialHbQjǞܯ&dz쿋 *%${cĂN彰A67<4q}o% p{4+woYsEi=rm &l[qMii+K\sZ)ۃ Od'`;b1$ QDE4y,ϗsWIlI2N.J3fʲrMWN\.Rc|$zU:-T}fnaA@f,"cv~gP_αw\wv'+i'd+{rճ45sy C84BHAJ{C>hB gdh`]Ё*]E2~m`3"1\bDxy^}d,y'=L3_14쑑|fWb+Bѯ+mXz,sAgUgq#Ÿp&sKq4ѝޭD ؞1y,qlȉ nӫ.ZpuKie| >5ʻiڍpIɡ TNďVau#+ȅ,n)_a.%1w2YI+ݲ !E=nԚ  d!4R;f{O^:E#`?ic+n_S : tlbd8ɢ\W:2^ZݳG֠ӨDܐ=o5`oK*KK7u ىчxY")e M) $hX) ) ~@ZzbOX]YQI1Hͱ-sa 5M 8jdu(ВNzn_C9b$J$C^F/'Q:V8Gn/IK쎵]=C0V0'?w#=kXm: 4AG鐫dђT!Udq} t3GwgB},^"E#b#3xXi]?Y]3n1"G& >\/'aO+6n?#䍱P71f8ʇvn ~ZgHdB!hk8Hh8,V0YؓjCI3^&pƆ晓N\@]=)o(Bc{w.|X=&s^3 \HV]`~A@1^|%RMUk:8E$wi 24OLi G4/W(~ xxcFpqUBZgCSm7xXQm>? t{G7s%1n~%|ZIN^6:{=Hk9s7CA!Ap-*󦢵^61$IkgO1DEkb%__Jx$ }1H )SC'4u%!"t"U^~m[lTFjhaGT7s#'qbQ*>xPܵc 5q `@5y}f'ldJ' b& <ڋie"m* bޑvME,\4P_RP=$\K$~_HxO<: 1ib nf֎Yq[:+AB%qq 8s~]A1]>SgQ[K*-&FD)kqWBx^%ȑqW3"oPB-cYe ꩠH}f%2KbS#h)iw2 1`ēv@0K&6&Kb^)xFAjyheו`?e]Ǩo\NE]A/ȚǿU$ihw9znmGHTR)G.IP`RU:G2P9#sUTUjv!A&cDYU{ijWlK,A l5X:wj&-n4TJ>P7hB;c:J= n:לϷ g:t#KHf҆`1p6_մ2C!Vp`p 0QN\!5T1`9jщpi(p*aTMKFij&nBDT79O0 P UCls 1Df{$ˮ;E+nػ*>h!=<&yf-Z u ̩rOk g^>]֕ΈUhţ@M̋`I=;5/sey} u߱ܞ+, ]?q䷓eݷE$Sї_ֱVtjX*+K t7ހg@;/ϛ d&]o.<:DeOٽ56nͤ`=)0r\wDQc' )rL~;"%\\0JiH쵇:Iucr1LRv6%_]Wc&$VYB쓑UAsΠ0o-\a{@|--l8FRpxˏ {6;ɸ>A}vTa Gb^Sˤu谟Zs3d( nǬK;8; ٗ1OmGU -l|5e#ɐ?~?bI銾~ӓͰp:X7x:m y̖Ũ +7bRn [ND'Uǿ$(1ޤkRIWɃ]J0$5ThXrIwE !@#V\DƣXV$éGْStqeMOҺI  "?^aJ;/޸a# _hBQENv^e -.^smW&6~`n7|N?d=)62DpPRmsaTA.}8[REtw wÆ# cM#_T?pɤkdMf-(>#lET-HRF#忱iL Gm.0?5t{Ѝoi_i:IUYЕvrl5_nzy6;xaVe1d\j׹]ˎFGtEB>=%D9>n&b}B['O?G6L(3'm㛠e4s)xbR]7AZ S/ɪh1.2 jlpl!v`U&c3惖cY2QvKi[󻀭…O'H/Ŷ7' AM!{i 0^MM䇲&[e?F'e}B)zt\?E 9O^e  j}uagR8ZKGKQ)u:_<-$