virtme-1.31-bp155.5.31.1<>,g\I%z Tuz۶gR]YLQ>_AFI!ssTzs <[f܂abK:!N R U&*ͅWIY`̏ dp̚)ǢhE`jžP9׽"IS? 4,pda [^4z/vWN$Qe+O@ mhY̒z&κVrWԄŹ-Jt/}5ihoGwyfe}Y:5x*($!9=ۅ`PYw}lTT >>c4?c$d   O  8Ptz[[ [ \[ [ #[ [[[z[!! !\"]("8"!9#$!:'!FLGL[HN[IOt[XOYO\O[]Qh[^X|bZc[d\1e\6f\9l\;u\P[v] w^[x`@[yaFzbbbbc Cvirtme1.31bp155.5.31.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\i04-ch4b 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 packagei04-ch4b 1729780920  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[1.31-bp155.5.31.11.31-bp155.5.31.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/-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:18628/openSUSE_Backports_SLE-15-SP5_Update/238082f82d352d22b30b29a02dc91446-virtme.openSUSE_Backports_SLE-15-SP5_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:;<=>?@ABCDERRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRGuOOutf-8fd5839dc565099a66f3e3992af8d521e75316abca8a6d91a0db15e1b323160f0? 7zXZ !t/R ]"k%nf ǚ}iuL)9e2$s ̙d }LMp z/r5'rj%`I=:/;عn#+|Xt~ w1;׎ Rl!dpgK ރȦ`ώ u̐\?7 Lڬ$}Wntf١'&/5%kO}M_=u#;ib Y_K(B~Yfro.Hٗ }$HD@38]:8nV~>zxqs礿o􀎓ebFii6dy{,5E*1u2OWYZZl:;jg[_L\F03:`$^gD1: z!e`*uuA ?Xw| e4tW./.uG ~ N3vةu~JR>PPE-UPSŋX^-"EW-%y鬡N wbxFM%jQ4.,榮=gێh ^XlV D4ͽ $Zn˄0H3 G+}|T j+nEѴi'<;orݛ8]īmDp(%rUOn؉$.~F}H1 SU'q!yA73ici`\䯮hPlJ j;V/\=Fj|]L?`>;K>I\[遈ke:lDN {f)UU7˔Y/v!ooT6ݧ͎K`)xƩu4dMe-Wtnτѯ z+J?zS12ע:ig4| OJ2ѳbՠ(홑ót|Kّ Yxn~+?K,8ys( ?¡X^ćhb2Ve?%KBrܮ!-e7$C߉L|YcݠhlR"5(Q\r菊c9o/m p%ȷFYw4W҃Yl |!{P> `|溌:xLf%][*ټ3k]o$Ƅb;YD&!˯r -UZ|UOɡS5{Oy!yJ6:AtDodNh8*a22to3ݿ#|A"Ltw&A"WWORB=63y;0}6;CڤM[iE7af`KVl}w42x;^myT ŦR ]{ͷ7I\t9lRO ANFiSkf%)U zt<֐ni Qk0nk=7#MaLxv`+ Q\r =9l?i=FZj8Q/OfvLOtmO>*6Uf I O{nDzVUՊ50xZ㔜hu)) w֞4 8D@.bW)F|‘%FwRMjP=I8i%ҫ4(/wUa5kP;(:d8eH@@Rqj*&1\>_ /3_Yc2K6j^)G)yqu_/ '抛L= =mF!|BX(qMKǻ[׆&1ُIA:\0M]v̏9fG/9dI%Y9YE8-:Tf2ꈩO Vq6[d)?p򐰟4w y#4`C^ aCm1O'={1|+ZgB\30\ f+7ցhd眉$pY.aO5ңVrUy`H>&WR[? LpAaLߺK%5MHjCo9ȸŶMuomEyᄃ=)[\\TQ0b!m1Ҙz1 A}glwEt.` z"9"70-Ak\:Ax;[Kވ־SQ PuKv?rk+숢Nzl$ݯ9/Z[fI^/>kF|f=݄>PwtB(j0g"'\B]Bs=vPruY%5  9@~d UąQҤ=qJ0!B*|l?>jbr`!9d]5تUD^pkCP~3Uӥw !~cǍ?$ أ2o>iYP"\Y7廄VҶN=x$ M/ͿP -Eo͢԰ڐuA餲֓H?Jf(m!TVR(' foLcqBairnscɵR:V5+*:,$?P0?=!k=:#pr`C`t)=l͐ŨXQq/ ‘$hg.6o=~<&>ױ7T K+<DVIxN ( ZޫAD7Re b5ۮOϲgK[˹!YD̓~5wi~ |@l%n{BFxpLueIdiYbEzKln]e)$SDɴn%/o9V20V>HD2<}+j8qT7GWH'Z+ӿٴ'̜zb8P!X::(, )D"$\`TEͻf ׬ ݾ5jݺ~ҚsueAHVfeLh t4h1Y}4ɻ#̽#m^,)h S&Bo|ݡUCX/3 @WM XW)3n]g*T\+ezy Pll(T0kQ:HAQ< +'UD6mSgnxR !+y"6?ÀƑ~M$z{n҅_]XPK<$L 隍l% A 1~^Dk6/1Iر\=-Q9f>BKp!(WO xnEgRvJ;{MV1B^ 8{x27S޴$oC"9D1n!%ԾliKOJΦ|BqsD,4FBV,z)GVCI\[TX8Hyd19˝N^"Qs%ސϡdPoou_QA.BH ΥxQZގ%`lS{,Ɔ2 lB'E : 15)NX # .h[LYۈٍ^e]:sf,,nU8JxCQyd7?J ܼƒìᚔ,W[IK!5lu _` ,S.2(˯/P a9O5plf]y~I=]$~\EIgS5@!(iLn|i6iU] QT}A$E@1.c㇙1\mgvC pG5k~r5nxM|FaIVpehgT#iP?Q`cqW%>wUĒ{r`!ĉǏtr!<|~;1GЧР-a03KGv${MĄ&/8 rcVģY+[{ua^)@ E/+\ÖvV.C|{*IDsFӿWص>- t :lX'[v*@EeUܗphJ KddGM471?+a$LV8'WV惹. BwfSPxQ!WvjLVVse eRS +EbWS}\ƚr3+߬nzcQjTurag,_UmQd2iwuZ yEЅ6Cg^/o$T7]| oË!ּ:, vZ JOp' Jf'jK٣* V%r5UIVTˁ9^j-q(?QOv=HՂU) ? 4Mq) af:t|uON opGBĐ0D(BkE5|Hzy5',9DJ?bJ5xeRq>xUWHj+E$ ]X4ϕ" [(h2EC&џ:TCܓ#HF8UΒ!,|j,jdP2>Y"*VI]Cp\WVt6ׯRx@:(x Xm=Wxn[O)*RU@Jڱt#uJ4DRH(/L&Dt{zKDL}Lc )I8,3n# h`xXӣ˚ j1Xta \]GH)|I}0 o~/da/P~juajw {VʼµX~:s 𖼀0.V J^G;wKj -B|8Y G;lB3>|!ELQG+K(Y]L\N,"a$+2W@ͅ晽\\}֮r4\nj1f_Y>c~&|5>K1v,%_(6Wk4#횻ǺBjQY4wMEPϵ֬EW6,쮊c{8Xh{1&;s b]){QLнt>3f*547}g(ڇ?ԧƃ'8@F) ScX(EJr|[ GAY}_L)4?FTelz&]OD^ NqcJTӒ_$rb{CE{e"ًA+d3f=̎+qe}Юg+&wt#h- {S߼.za` vM_޿2Mfo,@Y)e*BD33nM =y&F 3aj3YAK[ G̼bvgh|ܠ;֏ Xa;]D| |T_$$_yblgi@5m |/ErH6#B((M=H)P {Ϛ4 .T+Zi/-5Lo2 i\!xk (,_d.q<-|L00T% sVTC EU2Kv"gS)>]Yn$:q\SG;#ps$)`ڠjR 1ڷ V qL/9XB}R#"'pz}SO혺? ohP:$oBYSBBIuF* BWl"0s,,)L $V^~]PY =UB#IĨ7r1Ojݵ U>ɼFijȔ SuV;pdLӊý. :~al0Q_-e^9dJ*P6HSa|BRbJ0wg4=R}PJ^'d>-u}!Ћdjj/ qŽmv9)b崴^N0te}ycM C2f'\`|pi,@coB^ˢvξ} B SzwlUJFӠGG|n$`(v. PS/j׌Yӯa65[]Y2ʅ&Hܸ5⤷*`-+Q NuX+cPίc}%~ #UڣLה_9p17Y7: "ퟟtr l-Wctt3x#‘wM:g0bz,>غ*'Ǒ2Aw+XO]=m#ΓWw^2y˚ĺe_JkO˜.yGw%kP=+to^{t uı[]Tԍ+^ թqDps|v%+II_f=[?ѴQ%_<1I[bFR,,m*]GN0ULE$4e Rm1C{IldA0LE U'VhP6票ړTUAIL# _WHM=V z`9Mkb۝sq \uHuY}&q]vlc+/O۳y> @~8:[scf =M^]Fg)a4@Z_d8%&mTU-AReoDq{OMז'-ꃳ\C3;a3.Y$$2\cR82n6pl|ZPznI8ZV8G3Du!椲kӔ@6*V {ՙ]wz2Ru%n5;JsS/\=Ŧsngr%kҠ7$-0h.<y՜<<ٳz~qm@J2 鈊Y:S_ƮG%9 T<+ce3p}q!IK \٥S=VsIQ'!QH\T 3GѨ=j6spG_ߖ@ٱ#9a[rn}Rٓ;՞V/.;CD1T?f%^pZݾg%U>=QDrݴG=.fc(gԌ !hYYgD< p nHx[iWʞ2Zԩ^4ǽԟ0jXgJۣaXcGwh@ls*1@\YZGdf5iGoRHU \y%44}v YEȌwpOJ}jco$k\ӇOJM$wOA"tn^ wM! ƵKT9_xvX9R{nQ.p_az5s7ecuIdeޱ>hd. H#7bFӟzA~"7Saw2HHqb}vCeހmfgVm[SN~vVw\i/! 5hݫXS)lnqX Pނsfp]J q5PͺqȌ!$zD8 ,fRXN颵ދGA7PdSLq4d \Kh5>CTQOm4Q9RNX;X$ ]ngɬXo"mt TY1!vcXwjT,6УDS]5ȿ S'>%׉ -WS1rJ]٨x]h*m9;[)5":DH;M'9[\z-T*ŅVRl|nwbҽ|D>2BI[n5C̤װܻ?HWC}[ }PIbKtT[aaBV˘p;㎑(of{|G*$V`lG!) ma 'ů%`mm~5 bw;N ܽ"o jhA<Q&ۡ~7etM`=G;7*94ω6iL/"1 GɲɁ tdtrQކ5 Ҥ8A,{Yk_dBޗƨ&;1rHU!CU"Zsi #;#n5Z>*TR 43H[ ޞÊ&ɣɓbȗg>s{Ҏskw b9Ħ~˭JS6p(]Q4ц>{?*Y8'rFXKK$m(πKbi%`w'\p]O{*?OxzGU"ALd曒Fb~2BUσ?{/lh:?cii~p@K4Oo?U c=}` g) M4FOį:iS)S7ZlyS%9BwimMڠ9w*:ڮ)W;4</ e35b4H1iMGK”' x*}[憵>6EFĔ{n$棰OЌ๷:WX2h*9s O.ַ¸ڟG+M9`Y F zhs=De VU#zotRy]y8xA+b NNx=|>K<&6Hixy=2+mu^{2\ s$?FNЅ_(O|t1-(@D|HFy]c>B8alzU%_lub>#){&w Qƕ;8:d.PpM? )X5SU.jȦyUm8 ڸ٠ 'jV,ӗ alOezO[jMiPxxȳ^vI@imH0 kҁXP1qۤi<]`#~i3l"yͥm#>W#iֶwXɅ>|Zt_dLLxG0@?⁷ s;IY(N}>pxCWEFKBuYIcZ]i9~VZ+L>\N-ƒīJT7|wzw,2wt)ȃ!" 韭0˄${Q oP.cfpK޽BIy-Ǭʎg^wȵPaǸ.`d?m'eu'&sgx; Uz&8> 82@mX_*YC42e} Yf;9qM&dĸ}T5Wj3N8:d% o+*.7}1ePs^+mvhfha5.i^NQ9x\ؠ4)y `;dtKvg<^EVXb!˷LڻKȁ9^RpM=M*ic[dDt I!I@a1]1~٥=fc1 D3GLpڬس)hӠhcQ /I(kޫ&lCP 5nڧv[Fu^vI&ۧNvZ\2ݔkK+'6ȃ>;+ zJ20M!,tR^%DՅ*yQGBgsFoxro 2Ĺydz#+eJ^c,DqvwP8@K!\֠T{dbl )ؑ#<@ ]0E[XŃ'pCܭTgJNSuuzT}ht(/{I=y**>,-(4{zb=qiҗHxo$oK@ĭ;xn/\.A1*:(.[uM19rXB&h87J~ gX_yH #oG\@H.0V}7Ĵs`ָ`7uYԿ2&15*Tn3W| g-fڧL/a]9TF_ݷLσ^ Mdi"[$[.UWdy+۠O{q*[r1y0ZQd͘pTs討IAF93źR# s/vg]g$3v_`xJP b 4fh1@D_39@C*BDfOhރjMw&>hsXW&O kQ|AObvzEk{+;Yg25T%n+@{s~N8og9̛Lq7ܹ B.bJ1ۧG I,_Ю9o@n&߄y#5+,@\}[ZDM2eQ!-d Bv:šR߶/:Ox-'6.ea6\~g`#\ƌgk7A"|D r EøaSW? _Q% ILA[k2/bi3 ӖH2 ~߷v2}Si 8[_|F^R>)1d:N?bI J^0WgvvXL Qwѐ<4[>N5dR}pH'SpFjQS.vxX#ґ!<3HES2DafLKEhiG짧HZQ><˵Xn;D48keY{YşN:pa .~)w=,Tc%6\(kD$Y(|(bIu6DVUd< QpMJL@THNwz<[wtTXq}Ȣ7),4/w,6jȪ|)Y@]d`(z<2Sp،UΈx󠼜Px+p >œC=7z̭T'ZT|I1'u@eJ?"i!XtЛmFm.Y,{ x^9g -φ0, nq> ^CE*|mXt#o)Pݿk{Bn/XPYAx8l?i`cHG++ͺoA~5SG#5uGMP8`-¿ěg$bqZ1(exZC" Qv4IÂl!Pz C\?Ω =sf0˅au=Ҵ 'cA 콅79y;-*#+h<,Y9g9 )d/yt+RDkFCzWW7ko ̄wslOq 16)kB`bGДrxˌ1gށC/_=y쬱 #glf9]< ǚUVEFf}߿'l{m6fwȅGwH[\MTgDu;UUٯ.M"r6JHI/2Om2PLZ3Idת. EWmNhHʝRmzhlAQgݹ7B V/49mKrRRth>ӓ͚ʽ!з<>")ݕ8^#Tjv 2{[&E)x9j:P4А!z{8m)*I /*JͷFbӿB$9gX91툠8:H‚:% u{6!w=͹ 0 ^yƧBJ<`﹭#STI NIsDHH!(&/ԟu\{t^(sNyg&~6e"O-]Ҁ9/xvQG"s)z2ATƹUSu8YsaمhGqQgi=yT\/~ɠkÎEʯUzWmBaTƥKO֊4̪!WO'{`] <՘Cg,AT~UJ}w%n JE:+T[⪗P2nῃѱ|ay_Y! ]B% 5X7NzO=-¹[4bC/h#w|)49 ^}$*-ɒ_#p%V7CeQQԴǯKŘ4I@Ҡ}$\hy0t="Fzzh a U C6Mߘ{I]f! nT^ҽs>\W|XE';3Ҳ>04})l-!7Be$Tx]\kOlZRBW0 dIQ G;"Uϗe?A HFLWGj-BoאQ'!d4K8oZwˡ3:EJ]|ɺq!Uz/5U,k%jt9'9婶FvHCGH<tqig@CuX|Sݵc(58@ZюpdeG #q>-|%"G1tdvZ"l?R6CQeElv0 %tFĬ`ܦ۠Gt+qv3. }T ԣB dw<)&=olT3aۀNy;n 2)سȩX. |ZKS8|d /gbwʬvDkNm ZG|T L+u;Uj5S?tKSv0]2&MuWiVvbMht ~bz4.a\<~QBOR]`ӎ6vHAVC^}<ŝL *3"orPmsHh^Waj0_/l]:5]ylϧ}Nc<,(>T!5$O[9*s|1s_ݯX3h|XT09DptD?KQ ƆQ)$h]Tbڈ5͗MOTNxGE#8VSVp=,$|b)YDL°&Mv98baCfF&.kRUd`0 ]"Ie\ [b7Wc w$:P Z=ZA۩f^ط /LğGSo4@p;cv|a˓8l6л\&8 mv MŽ캠- s]7+ ,I2hNDk𢯤Skd#%Ŕm<-<0z7~쩂.pXA=} a7<Ov4LUwFcJ x5w? Xt܎58J/pca[w;ɆyDR.3N_ euFm1PByq(OU\<)ֲ鿐|3>ا7koRblCI?ɑ%}/2/eRW4h'CV4l]TLQB]WN\ٍVbX Ii~$)4!fLsJ8y7`KJRZvV%F7@)JU+˴!jڇћx'/wD=D H\$ xw2k1>;06*Gz%;rJ؉+q$w4ɵse qbV‘*Sgˈ6Y$Cpש.d6(Ï.V }@Ed"zȽ9?nEܓ&J x]l SZc]P5of qI5"l*`L0k6TLRU򺾨qdsP襐3D Ѿ"VqtE_;ΕdIM3syR5/=q3 44$tI4.έ5-` N1C&b3 5ձHGv?i2Hyj߄_ǓrD 0֧ʵd8,.Ucq x@c( k;&jvN>cP'fTNVf([ȍ*4{ L^ |rH:SZ3yX-}wFʆ ­kǢ~$fߔcP^^(ӗ'H:mS knU"̓O$ZA[3l*'Y* ֝L%XbAi+W^@|b[yP' ;l0}="`hmWlxD(]A ׄr[4﨧q:]{Zͫm2q Rynm ,g::k3C2`]@dǐЬB&.=c\tsƒNM߶\g48KnlX(_)M[ *y$B}`d:FXjeL]4_$WH6-)˨G\6~|W\sՂ^Ʀ"oݾ!h_]%4˼$}EX͈ek o.h96ɲp2}E q~"}f%.hGPkI_HNo?8# MV%f]w\WYZg?W+>#2OݠYb@2 P*ɢ;Ln\ adTZ(S0~aյ G9GQYh@Z17=$I@LO!J}nx]~jL~^(ݧ8apyt@ U4 Uq'Jk4+ǃ(SO8h˓h 2f2:!:gt'X; E.Ak=d6-UCư cչ+rw?4]f)2@ՙar*0)& YZ