virtme-1.31-bp156.2.14.1<>,g]I%z Z2uzmBi'8oa1u:eXbyB&)+bO04$1 3Z^C^ORQ5.@B;ߥOH+w9ȴz.2>*_h)Rl|,]@b>) 6p%I w#d?he"f->7`myU4( Ez%6ri/z]q :L,׋ Fdl?*_KfY<1JR%Vԕ5h~_g+k%|y"&xZH8uɉOJiZ1#qbI#mY>Pd-[:Sc2[M%- o[Ee$;% ]fl׿2>cL?c<d   O  8Ptz[[ [ \[ [ #[ [[[z[!! !\"\("8"!9#$!:'!FLGL[HN[IOt[XOYO\O[]Qh[^X|bZc[d\Ie\Nf\Ql\Su\h[v] w^[x`X[yaFzbbbbc8Cvirtme1.31bp156.2.14.1Tools for virtualize the running distro or a rootfsVirtme is a set of tools to run a virtualized Linux kernel that uses the host Linux distribution or a rootfs instead of a whole disk image.g]i01-ch2d SUSE Linux Enterprise 15openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgDevelopment/Tools/Otherhttps://github.com/arighi/virtme-nglinuxnoarch! L1L1!! cc -D6A6A g g.HGMichael Vetter Michal Suchanek Michael Vetter Michael Vetter Michael Vetter Michael Vetter Johannes Thumshirn Michael Vetter Michael Vetter Michael Vetter Michal Suchanek Michael Vetter Marcos de Souza Marcos de Souza Robert Frohl Michal Suchanek Takashi Iwai Michal Suchanek ohering@suse.deMatthias Brugger Matthias Brugger Marcos de Souza Marcos de Souza Jan Engelhardt Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza Marcos de Souza - Update to 1.31: * Fix a packaging issue, after an attempt to modernize the build system we realized that we were not installing the bash completion file anymore, so we have temporarily reverted the change to cut this new release. See gh/arighi/virtme-ng#181 * Initial support to run virtme-ng on macOS- Update to 1.30: * Initial support for NVIDIA GPUs passthrough * Possibility to use pre-compiled -rc kernels from Ubuntu mainline builds * Possibility to use virtiofs natively on arm64 * Some improvements to run virtme-ng cross-architecture and cross-distro * Bug fixes- Workaround python packaging deficiency- Update to 1.29: * Minor packaging fix, addressing an issue where the requirements.txt file was missing from the source tarball published on PyPI. This won't affect anyone, unless you're trying to build virtme-ng directly from the tarball available on PyPI- Update to 1.28: * setup.py: include dependencies parsing requirements.txt * virtme-ng: fix typo in command help * virtme-configkernel: disable nvram support * configkernel: config comment cosmetics * configkernel: act more like kernel's make O=outdir * vng-run: get kdir from O=outdir * vng: propagate --verbose to configkernel * vng: alias --custom to --config * run.py: add a --qemu-opts='...' option bundling hint to help * init: Always create /run/tmp folder * Don't require ".git" to be a directory * Specify "refs/heads/__virtme__" in git push - Add BuildRequires for python-argparse-manpage and install man page if we are on TW. Older versions don't have the dep yet- Update to 1.27: * Introduce VNG_PACKAGE to force a proper packaging version virtme-ng v1.27- Update to 1.26: * Proper integration with Arch * Inclusion of a vng manpage * The host's /tmp is now also visible from the guest * A new --configitem option that allows to quickly change specific kernel config options (with --build) * Bug fixes - Remove 0001-virtme-ng-fix-virtiofsd-search-path-on-openSUSE.patch- Fix virtiofsd search path + 0001-virtme-ng-fix-virtiofsd-search-path-on-openSUSE.patch- Update to 1.25: * significantly improve boot time with the microvm architecture (simply by enabling the RTC and avoiding unnecessary boot time that most kernels spend probing for a non-existent RTC) * virtme: make sure RTC is enabled with microvm * virtme-ng: silent lint errors * github: new test with KVM support- Update to 1.24: * The most noticeable changes include the support for the loop network type and the possibility to specify the --network command multipe times, both useful for kernel selftests testing * Moreover, there is a boot-time improvement in environments where the kvm acceleration is not available, such as container, cloud environments, etc. (using the q35 arch in qemu). * Notably, this new version is expected to enhance the performance of GitHub workflows that use virtme-ng.- Update to 1.23: * Fix breakage with QEMU 8.2.2 * Change behaviour of --kconfig, that will always override the .config if present (since there is not reason to use - -kconfig and not update the .config). * It is now possible to force the legacy cgroup v1 using the option -a "SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1": the vng init script will mimic systemd behavior and mount cgroup v1, instead of v2. - Drop qemu-remove-unnecessary-serial-none-arg.patch- qemu 8.2.2 compatibility * qemu-remove-unnecessary-serial-none-arg.patch- Update to 1.22: * Fix potential sudo errors (in openSUSE, Fedora, CachyOS) * Propagate /proc/sys/fs/nr_open from host to guest * More robust parsing of upstream kernel versions * Small command help improvements - Update to 1.21: * When running in script mode do not hang in case of kernel panic, but return the special error code 255 (this allows to automate catching kernel panics) * Redirect kernel log to stderr on the host when running in interactive mode: this allows to easily save the kernel log to a file (or pipe it to another tool), simply by runing a vng -vr 2>/tmp/kernel.log * vng --dump can now generate a memory dump compatible with drgn * It is now possible to use virtiofsd with a btrfs root filesystem on the host (e.g., default openSUSE setup) * It is not possible to to use the microvm architecture with kernels that don't have built-in virtio-pci / virtio-mmio (e.g., stock openSUSE Tumbleweed kernel) - Update to 1.20: * The return code of a command executed in the vng guest is now transparently channeled to the host: this, together with stdin/stdout/stderr redirection, gives the complete illusion to run the command in the guest as if it was executed on the host and it can help to easily integrate vng with other CI tools/scripts * NUMA support: it is now possible to create multiple NUMA nodes, and assign CPUs to them, inside a vng guest, using the --numa option. * new --quiet option to override --verbose * new --disable-kvm option to explicitly disable hardware virtualization (KVM) * lockdep is now disabled by default during the kernel build - Update to 1.19: * The most noticeable change is definitely the support for running virtme-ng inside Docker containers. This opens the possibility for many other projects to use virtme-ng to potentially pick any arbitrary kernel to run their tests inside their Docker instances. * The other interesting change (this one only for Ubuntu users) is the --root-release argument (used together with --root) that allows bootstrapping a rootfs from scratch, selecting a specific Ubuntu release. The rootfs will be created from the latest Ubuntu cloud image of the target release. - Add dependency on `requests` - Add _service file: They use git submodule to get virtme_ng_init.- Fix python version checking- Requires setuptools and argcomplete, instead of just require it for building- Require qemu-tools instead virtiofsd for older SLE/Leap versions- Update to version 1.18 * restore old --run behavior * fix --user behavior- virtme-ng version: 1.17 * Fixes Leap build- Update project URL: https://github.com/arighi/virtme - Update to version 0.1.2 - Remove upstreamed patches - 0001-Add-save-initramfs-to-save-the-actual-generated-init.patch - 0002-Make-save-initramfs-show-command-output-more-useful.patch - 0003-Fix-the-error-message-for-mods-misuse.patch - 0004-Fix-the-mods-error-even-better.patch - 0005-mkinitramfs.py-Search-for-busybox-.-static-first.patch - 0006-mkinitramfs-Improve-the-find_busybox-algorithm.patch - 0007-Add-util.find_binary-to-find-binaries.patch - 0008-modfinder-Use-find_binary_or_raise-to-find-modprobe.patch - 0009-Enable-the-Xen-console-when-using-xen.patch - 0001-configkernel-Add-CONFIG_INOTIFY_USER-y.patch - 0002-Use-fsdev-multidevs-remap-on-QEMU-4.2.patch - 0003-Add-more-typing-annotations.patch - 0004-run.py-Extract-path-file-sanitizing-into-a-new-funct.patch - 0005-run.py-Introduce-blk-disk-argument.patch - 0006-Minor-sanitize_disk_args-cleanup.patch - aarch64-Fix-aarch64-support.patch- Add python-rpm-macros (bsc#1180125)- Update patch for aarch64 support. Does not break full emulation case.- Add patch to fix aarch64 native support. * aarch64-Fix-aarch64-support.patch- Add patches to include some fixes and the new --blk-disk feature * 0001-Add-save-initramfs-to-save-the-actual-generated-init.patch * 0002-Make-save-initramfs-show-command-output-more-useful.patch * 0003-Fix-the-error-message-for-mods-misuse.patch * 0004-Fix-the-mods-error-even-better.patch * 0005-mkinitramfs.py-Search-for-busybox-.-static-first.patch * 0006-mkinitramfs-Improve-the-find_busybox-algorithm.patch * 0007-Add-util.find_binary-to-find-binaries.patch * 0008-modfinder-Use-find_binary_or_raise-to-find-modprobe.patch * 0009-Enable-the-Xen-console-when-using-xen.patch * 0001-configkernel-Add-CONFIG_INOTIFY_USER-y.patch * 0002-Use-fsdev-multidevs-remap-on-QEMU-4.2.patch * 0003-Add-more-typing-annotations.patch * 0004-run.py-Extract-path-file-sanitizing-into-a-new-funct.patch * 0005-run.py-Introduce-blk-disk-argument.patch * 0006-Minor-sanitize_disk_args-cleanup.patch - Drop outdated patch: * 0001-mkinitramfs.py-Search-for-busybox-.-static-first.patch- Current Tumbleweed's busybox does not work with virtme. For now require busybox-static since it works; * 0001-mkinitramfs.py-Search-for-busybox-.-static-first.patch: Check for busybox-static over dynamically linked busybox - Change the dependency to busybox-static instead of the dynamically linked on.- Trim bias, conjecture and vision from descriptions. - Use noun phrase in summary.- Remove the python3- prefix from the final package - Added full source URL- Remove _service and add the virtme source code into the project.- Add busybox and qemu as dependencies of virtme. Now 'virtme-run - -installed-kernel' works out-of-the-box.- Newly released version 0.1.1 - Use an OBS service to download the tarball - Removed all patches, since they are all included in the new version- Add a new patch to support --mods auto in openSUSE.- Update virtme version with previous patches already included in the upstream project- Add patches to enable experimental --kdir with modules enabled- First version of the packagei01-ch2d 1729781015  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[1.31-bp156.2.14.11.31-bp156.2.14.1 virtme-ng.confvirtme-configkernelvirtme-mkinitramfsvirtme-ngvirtme-prep-kdir-modsvirtme-runvngvirtme__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycarchitectures.cpython-311.opt-1.pycarchitectures.cpython-311.pyccpiowriter.cpython-311.opt-1.pyccpiowriter.cpython-311.pycmkinitramfs.cpython-311.opt-1.pycmkinitramfs.cpython-311.pycmodfinder.cpython-311.opt-1.pycmodfinder.cpython-311.pycqemu_helpers.cpython-311.opt-1.pycqemu_helpers.cpython-311.pycresources.cpython-311.opt-1.pycresources.cpython-311.pycutil.cpython-311.opt-1.pycutil.cpython-311.pycvirtmods.cpython-311.opt-1.pycvirtmods.cpython-311.pycarchitectures.pycommands__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycconfigkernel.cpython-311.opt-1.pycconfigkernel.cpython-311.pycmkinitramfs.cpython-311.opt-1.pycmkinitramfs.cpython-311.pycrun.cpython-311.opt-1.pycrun.cpython-311.pycconfigkernel.pymkinitramfs.pyrun.pycpiowriter.pyguest__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycvirtme-initvirtme-snapd-scriptvirtme-sound-scriptvirtme-udhcpc-scriptmkinitramfs.pymodfinder.pyqemu_helpers.pyresources.pyutil.pyvirtmods.pyvirtme_ngvirtme_ng-1.31-py3.11.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txt__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycmainline.cpython-311.opt-1.pycmainline.cpython-311.pycrun.cpython-311.opt-1.pycrun.cpython-311.pycspinner.cpython-311.opt-1.pycspinner.cpython-311.pycutils.cpython-311.opt-1.pycutils.cpython-311.pycversion.cpython-311.opt-1.pycversion.cpython-311.pycmainline.pyrun.pyspinner.pyutils.pyversion.pybash-completioncompletionsvirtme-ng-promptvng-prompt/etc//usr/bin//usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/virtme//usr/lib/python3.11/site-packages/virtme/__pycache__//usr/lib/python3.11/site-packages/virtme/commands//usr/lib/python3.11/site-packages/virtme/commands/__pycache__//usr/lib/python3.11/site-packages/virtme/guest//usr/lib/python3.11/site-packages/virtme/guest/__pycache__//usr/lib/python3.11/site-packages/virtme_ng-1.31-py3.11.egg-info//usr/lib/python3.11/site-packages/virtme_ng//usr/lib/python3.11/site-packages/virtme_ng/__pycache__//usr/share//usr/share/bash-completion//usr/share/bash-completion/completions/-fomit-frame-pointer -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:18592/openSUSE_Backports_SLE-15-SP6_Update/eb128a70f38a04c7f49b32d63f4e59ed-virtme.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5noarch-suse-linux ASCII textPython script, ASCII text executablePOSIX shell script, ASCII text executabledirectoryemptyPython script, UTF-8 Unicode text executableBourne-Again shell script, UTF-8 Unicode text executableBourne-Again shell script, ASCII text executableUTF-8 Unicode text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDERRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR^ ]2i7utf-8d9668b4626dd85929a4f3a6e40704d1902d2dde401a15185cc9acdbae490287a? 7zXZ !t/R ]"k%jƣ ǚ}iuL)5l&1t:gUoQ LKIm$J`_GuUՒm;8i'u@8d2_W?>L'qiu IvI\D)v'㶊"U֦*^%>kM/eJ6 tL+EMjAMJK P{YT~(xաT~ӑM"ƴq=n`6ZOsJi鬶#ZD^j}~X1w3asjc؊ ڶb*`ƥDIK`V}'ɯ'ZRxfVPO<-4(Z=O*AMިN8,] A?~p&6POAGJ\ZvYIpviY,DAB.OjKFj6nfe0XOLS,]v9Uq\3ԸLONRK?==Ĝ5> 3$1%?NމCL2%,#T ?*s/!Gv0EA+[j\nV %s2J;e26b.&ϦE/# t_2פfg{BH෵[螔xd\v斩ʘv+eR49w2n2 1vghqs.6ѵA,ks-%dU'; LH7m=dڳ@O/Q07oi; Ґ=g9m ݊zQXZ)*T9)lFrdQrfσo4w:d.r l ˆB[ OǦ\tFyhu;.Y%'0&1܁Cɗ!sL~O 9svYx/.!K< x_kgڝ!x+(5vnL`伒8_^5-ۇWKW^V[lDRht2 $q.lIz[3ٸ%z(cIwʙtUt ;vp cU]lPS0Rӗ(WxKy/t&&F$( y0y]zy»Ii3[^&`G^r˕iVITN|_D__QYXGgWi|\!쑌fQ֩'Nպ0͹oghU/O.f!M0L ~F,C @HPujN:cܢޛ&333M,3=Mؗ:)(fHS l\huߠJ%{j5fcBA?]"CF-,DudC7 E/J U2a*I=; S˼r8my=-c- sϕΖV*p+-vEnObSHpfOD=#q'W~ͷD#OJykGLG y*@7s?|eJӅxd}AiX;.Q 5-aZʧɾ:em@: [ Vq1sJC (mNuV e,(FcnSNC~`$M%+ ޸.*'/'5U$i<&,⭎^D I8 .)*;4}$JX{G68(m37UscS4yG%N秹֣3!~ݲ ^T#݇$*_m"*0u> #wsu^m$]gB$ϙB (391|+łJe|R6`Z@hͩ+J ,NVp?Mw}++Sq5< r''7x,V%.wi Phޞ4UK|X!jSr"n0Rڒ&x+lQkJ, i{5>Ƅ0Ab :}f%7T{e jB}˹f"pJ%e1JbR fЍ#fZ07ZLN E$N@CRLDRE-~9_muV 4-kwA``J?"KFO?s|fE(ȹ$5HG vG[88^Jgƌ@-^Kf0`aH3ɕV/"&+!Hceeg DJ 3rV]FBÏiLxc<=ˊ#aKb|TH{S aG }kW` U#|T65d؞rɹKLDԢc} ~q`{ `nAtz 7^,犫( \Ln9A|C #3DF%k\Y@Wm y34N29J zL_ ܩbJ0 S2u,si] aNdƙ򅈙e9_J2hy3B$zDŘv87Z}єlw"5krx,Bl4GEU/XD" J"=/:c)t_<o}`63ysvC<:tz]|os_x@zjKcXBt0n" f9<pkw0El,4EW wC>.TUF$ogf$1Xt2AȄO@ X6eCL1zx2Ra$z#Wu:zP# "Bg0vH\VMlσrKəkqLU_0kҀy#F|eRp!:k2=KOKb0mpXnGsZإbMz*Q[_ER^ xq ] z[0 _|Qp)X Cԝfp^rTLK?k :x1 놩-esKYhF"zHG!kQK%UA8nCo \ˮyxLu"4k?Fc{q ґezDt: ;[ԢZD[aK;wwyʆ,!WbsZI W@МsÏհ 5F&}gId LġOJ-_ Nj $a./@Z黍m|= t4/kdvK#Wfa|(Jt}\5 qg<Aԝ٣ q!]ܻVoϐv P k/oeB 顙b qtfNɁ2 '74*HZSք(5͵tgU6I$ IF4j&|Gע }=Wt4U0~5.G)Tqtu{x"e=oϥc5#?->m*̖  l \꘮=azB'Io}^7ijZx j@B K^FzhۚA4~j1-eH؜sx4j{O\iS -z S!A/f6˚NBCtu>P ƛe\\N; :ew6d* D`SP;W̥ i/8KZ :2OcNo;/wIE]"mBI1{$#HĄ/f#k~ T6۵) YO3n"E kIBA;>0Ln'Y'|CiMqCW|Eǿh۶/ʏtK[L6>Z7Z(ؽb*=;t7wYH<^ba7p9 ўHZ/S.%'o ^ ;"@Oya4TRIqg*[}FM#1RiϜ2J,Ha? PWyb T1e=Nxˍ򫏠 t\EyHo4y6x[9"ܟ"ǔ 5d \Q傎.%&a{rûAt62T}ttQ"D <eOOHeRV5J(5r]C8Ko_ ʁfM29j= ۚo<fM_[Pv׼F^E W{S{}[ʄ4s9 ?.\F=&'{X&H _|[Ey 0dO"]M|ۉ+r6ٖb2WLQf8 [Z\4`)WfrJ\-`rvh~.+yBpz.[k :TGVom,]"Tս1!BFJkU=9X%w>=7t-ƯS춢gJxΊxG~\ bת9/J \8CD06&P͘Q5|2) auXUlv#<pH\> +feiK+g! BANji$s7`>Iw |lB=qq1}Mq]\uSZm6.]p 4y)Oә)[sL$'Z*n״~ح-Z;Lr{YГ% _Pc l<#@s3bڔß,k3kxZ,n0Yӥ^mBfIܑ,Kɨ#4Fm 4b&-#LAھ |i,9"z#j u.o޻ t8oa>A /68tGKAZnpгhQr-\vGl՞3 # 0'y_n/9L|`L+FaZ#nten$mAW%"KE#N[4fa܍n AQ ^| ZΎ1E5|=Oxp}WsIV%d,=~8~vnWho?3v8$ Q [Vd<Mؾn!_|P0y#Cp+R2pueHjH0%Ӈbчi:"s}P5@TeH*[m-+~%Pʑ&4zBZH̀֓N_rq 01 6#o>%`wЌ@ 5~+NچACdi,#zp B +r':c]YR}}=g( (lo9{:HȒw!C$|V9OO8<(D[%Ul*~G[ ĄR=`܄v(xxE׳g+8hзNFIluE7s [GS.֕';Z}<-/V XXLΚv ow.ꖍAueyM =vLAV<Qy^ckE_7 LϠGB)'fF;!Mnl|Ò)܌`QAI\iY*+L^)Yl~@Gfŷ螴+r Ĵk.f޸q&G_[d!c܌v٪R9Y'um%Tc6,QA#j6[E!n$ZB5G 3cUܛn}8Yet"*kjV|pPŝ*iz5zXFlm߆|&~(0fK~ds|L>t~bL!IoP Pvr5 >m*=̠4 ௭@F݅ȉƤpEeJaǗ͇LG(] B RO|;"irr&^Y Xaz>E(h)] ڰCIgWL$RcJ}qXX&|^K{ A2ʻҭI D;8B&YS^n*+\||&U%nuw)Vƫul`"dDŽq :<Cl 4}ʒ;̚w50@NgdbVR}(N$v^--aQˇ3ae{{?HrZ6pSo=aZFe .K$?"]_\~N20x-3 =^=b{҇`΢+Y>|pV-1uJL Қ{"Vm[' C+N`)lI{ /pBrI3O<⒤)Yldbe6ׁ~q /"tqf#OxU~r@oPoknM988.A769A]Qb<*ښ6~d!CRӈV+vjw{5LZ_A-jZ0}ej3O7 l|J*aMQ|yj̺Boج)*~}n@PDډ9N MO9eӆ ׳N.=r ~2R[AaDLQm=EZA!5+A͊">VPbMQSt$<.P+*/=;,b? i6ojBF7x@p$ct%p rp Zzn2gVnOtOs+)vᗍfTwT"WY&\&:팩 xHqXj: ȝq9pMsxczJ`vp0߹ܪR{Tj6q//hy$ARu{9;<1%9'ic,`L=;>&~xw$ b>͔Ęo.wOZl3};60L.)` 9kQ-t1FzF~-nǫL?ڊǬ?Y%u$㘕/e 4Tj.9'_zv,2ud2}$4lE:4q҈YS󡮨֧Z\Ro ^3֧Mr(ziQDe }!2;" a`'ZF&9PQPTQkFȻTJK~'#a虠l ;:i|edٷ^U$+l*z҆J^﫠{(LTBNeV~O=dUG~K‘/ۦQɕZsĵX[#TŻ>!ŸZbxWݿ~{ɡ‘% ,T'FywY>q7b|% r/6&+4J|1s~@ʘ=Hb?hǏ("EHBBq\62wS(f/,}k 1*07Qipx xq 䞚-Q!ænWX;3w, q …0$jhsy<\ve+GIxKSH8L&;J\etq[vs&|q]/geGNPXL 0@?FPh~)FTei03DLj2ic6aJ1 ͨs۶ΉV0YXC [Z'Lg7A桞<N踜QoM˔](\"+S(-4C7󝁅oZF낕.Ml-ES$R%ȑNr/?6E "Gy H)ʵo]0~G[]͙q|B}LN;\>{^S3xw7y:dVe"-~3\ ip~ǠыXZq-0N%4'GomTan6{?v3> ~Fdm; 0SM76A:Ţ }BB ۘ~\{Y9J^5ݨu 9[P5C! h&+6L>11I;*3vE-xhJ-9[[MyeS<3vv29hM7h χc7R>wS`5>\#g>k1$F//GS1:w# Is;kI>Q54õjpY>d Q綋/jmBTwT*K: αLoJDf'cn3.oz ~~q<^˅F/.6CP6#'!_KB&l%4^:wvI*GH8 lp_YKbACR׏Ndg"m@1!X2r7,lےl?YWl=NHwhRA ul{x9"/b>?#=l|PX#~\A1I bϲ)'{)Nj\VqɀfʞʗCᴞ/MX, $aBIt2%w9Wl,̜7u\p!1sBlCȌdaC9הcuYSFͳÞѡ" |ooCx{NtwnU[11z_a"\Q@)bsCo~+rZe 5&^YWEG4X Li.r0ۜYc${ )5| 2_\-el,rT#`#A/0;r7|'Ji-m(xV5٥!a >Rid(&n<.1?LrtҼ<<;=4M|R8 =;K W3KH*ǏVHo=M\_W-F/!լiaԑhaZgC0 ~)ZA 'tq>w|U08pN' wNL;.4%9rA߷邰ύZ~ <qe\ CH"d#n8 u%#"_(*f,esa:kӁvRک\D2:~Uqnͬm}yPгmueut%V g d˷<)_˦\'2LEJI# ĵvK_Ƶ3!ʿJب12"!b=e>|]t{Q9|8D g1A<.$f ?'GP!/[XKݶ%ps"oe_N0V܇N`X x&QpLѵ-N BBb0e:gtg3\f%I4 #uh6 z]uwe[cI2uk:aJC,k?j J$/f E}9Qqe @KM+e2uU)]5E%&zdi[5GG"(97OI LʫG(' p9;(|*4w\?&#d,+29 :OVTioFԪh A/f[ؔ_ SXSp`x]QD `$ ""*fmP}Lo fzbcyyRLdqJ_Z4_v)} |sg2إI[ƇmQRS".hFh@ڒ/"peJM$ yfJ.I(eU[̎V +*ƺ1{@kg2"&@hY>i7{ǧ5_8w٤o?̘‘(UR.83et6@H=v{H6h8 ]EA|:M7Ovf f-+w$f!882GX@a!CY;zx¡mDO^ -Ų D. 'Th(uT3XaCqoMOIb9?jv%UT^(9mOrAс.,KWA3ps LJEJgK"^+~dc|'Tup˭eg]. |uZp'^դRqqB |VD[Qc*GJ%yb(,t\?ǠKȅ#`]9,5+xX먢>7yo~-G"eIN/*-G0[h{3<}FI;*9E_̲?!˄xkѥ\xpc0eDШS W@xAQ1AnN 6A˹^.K&83aw7mv,sFp;4XHi5go=B^K?_3#V764{}댮P x)q~}{&T 8qҭqxօQ#v+򳰆 jMcdׂױ \@J''N\3P\H2Rƽ/-:h((k 9v3W*7bF&:qgFO# v!z+ d]*;g]4,0\cx٨7O, K?dʜWx1  W62%?,fVZcҘEQ}׎myS3BS9s1M0ƇŌ`㗬Wt#ҍ.3e曲nb_ugž h N "` XÞ'}VƼXJڜ9Kޟ"䓪e/#eKNUc@:mT {}9ꆬR9Z8dب̱2<ïJ6 %$<දmӷN] 8Ds>o_ xhBך辮0ȏ$ (;ζ[T#v$ ViͰ+u=08>b"q9:PM-l Sv1x SCE287aUq|N5H+ pOKl\ "<'rdD=Z".VLJw F\%KuӚv 8#^2g\$ofB(ZCѤ 8e}᧣rMQ- DҭXX@K{o<@`0D"Xb e{cp5|gɲ2eE,+ Y ]̥R(R0)rTc]0~_5{{_#ڠ81b~u6L:[ RN[Z_J{ HԪuxfp2̛& Jۓ=>g]:Θ8'@WYCO۩fW7͗9W7^4fntRO=99 V$'MSe:q׀`d}MeU(iB6HlKBB|u vY,xo4.# l̍?.P8ŗܰEs` W6%5'C/z 4wXU=/yc [9;ܝsR("?Өjg23P@ANDĄ<fچso}u~2o~6 I~mb}ޙjix%<aLwζhF ^ 15% @_`U=J l =DRt:"%zk!D˸#TpZ X /Ŧb ]HAEbۚ&.F:Ҙ}zt4x*?va-56+%'%N7e0t %͑҃1 iy2&Ef%Ƃɝ6gz-ֺoϴJ[ 0D _V~E趁isJe'! `>4ܣ$oWgfA,uS=}ݓ.} K N #;ű:ⵣZx'(ue¯(cvV< Xë'OPts[ +ZCҌr Ģp&MYYfq^f-3??`xw#1iJO[I{ (Av ;(r'#`+81SQeWiV%\f$gʩ_h\eYKHG2K#KԓsLNn7sJlKuk6}84?4EٓKdJ (5)ې8'81<{o c$@TyA:)΅ jX<޹&bt,gϴN%@Z !҄˼MASlo＀ ^!*aA)WnaaZ9_('~n XY0PWY@=|jsӿs'w/Ck%~VwVFu![+\OͶ%Sҧ:u ;n9@AKuf  w(QƚV>/x`Y-Fqʙ4kcQ'š^i3.95A6Vа0W#ǓI_bzHYo/iq("%UPJRS[aP(t5'L*z;횔"B (njҬZ Djd O=3yoi.%`h>??*tS$r*VH]2w>jFo I'QQ :;]A27M$#qJXtaxԖW֕v3@"ڌE$_6xR.[ުa^( [J'w]ri wdǸxWv9V6!?g}cfa)zJVAnƍ &9K3]89l3'l`Ӆmi*H\Nz,ax:j_4I40E6=iue݀٘jr9Y]Byvlw|L3RwDꢁWe)o#æb 7њL`{V݁`!n";>r_]NBfb@.)W4I_YhY54op}202߬),f4~6lJpiqb]iC_֧>Q+oghȕO`x^EL oJHz&ö%鐵K8bn4TֽVF x6+igdT]_V.)Blxy霄" a+E `l>P