yast2-installation-4.2.45-lp152.2.6.1 4>$  Ap_VN/=„ 2BE]WQqMJcAA,D[O\:!zpuQ7n\4n7dd2d7bc131b945c7ff1b2dcd83c252f8d7ddccc3f993845d8ad88075af542a88e4647ed0365b02c7fdfd6851c7c3f0c6360961eЉ_VN/=„f.^W(1)h;@^@M4E_I`x^+SLq4!P˛?L3} @m$e]kW؞KAPF1._e+ܨkREM_]P5M,+ m1i?pi|;풵U&G{q!ۆk"8IKƸ+U d | \Mι^UlHtM~{G}DjTW :5$0o/f j!c 0>pOq?qd ( C J$(( ( d( $( d,( eT(i(o(uu(zT {%|\%~(%~~1(g8pY9Y:Y=6/>67?6?@6GB6OF6lG6(H; (I?(X@ YA ZA([A,\A0(]E(^[G/b`Ec`daeafalaua(vfH wg<(xk(yp|"zqqqqHqLqXq^qCyast2-installation4.2.45lp152.2.6.1YaST2 - Installation PartsSystem installation code as present on installation media._VElamb18 sopenSUSE Leap 15.2openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgSystem/YaSThttps://github.com/yast/yast-installationlinuxnoarch test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-yast2-installation-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-yast2-installation-update-$service-new-in-upgrade" fi done for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=security SUBPNAME=-checksig SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset YaST2-Second-Stage.service YaST2-Firstboot.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do if [ ! -e "/run/rpm-yast2-installation-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-yast2-installation-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # bsc#924278 Always enable these services by default, they are already listed # in systemd-presets-branding package, but that works for new installations # only, it does not work for upgrades from SLE 11 where scripts had different # name and were not handled by systemd. # When we upgrade/update from systemd-based system, scripts are always enabled # by the service_add_post macro. systemctl enable YaST2-Second-Stage.service systemctl enable YaST2-Firstboot.service test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable YaST2-Second-Stage.service YaST2-Firstboot.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop YaST2-Second-Stage.service YaST2-Firstboot.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart YaST2-Second-Stage.service YaST2-Firstboot.service ) || : fi else # package uninstall for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiS~ a SHt< V9N  * z/\^QLVYLj^^e\W^VbYZGiWOK[UWclMoX`TX]pX^deK\QVM\ZNlOSQU^MVX]E\MXUZIVTOOIR!rR$JA.<*7 !*; nB @?Q  P k86M&F! R  l  Q I&|*]X[ 2CE- F2+ Hc sr\VePl"iR =)<WN lIo yg:Yn|yG ?FebAA큤AAA큤AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AA큤AA큤A큤A큤A큤A큤A큤AAA큤A큤A큤AA큤A큤AAAA큤AA큤A큤A큤AAA_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V>_V>_V=_V>_V=_V>_V=_V>_V=_V>_V=_V>_V=_V>_V=_V>_V=_V=_V>_V>_V>_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V>_V>_V>_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_V=_VD_C_V>_V>_V>_V>_V>_V>_V>0d46bbc8e8161a6d5f8031ab9a6fc5419ca8a43178e5a490e25ad12c099235310379800c76b30b8b34255227edd0c7e24a7be5ff017622caaf9460933b96f2d5d2807a673fcab8987c835dbc49bd6bd76b8206997bda13ab5427c30cf61edde5b9c226d13b7995646c0b733937997acb00e7b61dc582fc02b49aeff5b4bcefaf592dd707b4ff0e0f8a3d0cfc979d3ba1e05942afa5e84e07064454d8882ca2fb6acd5da54297da7f1a33643ea3656b31991dd61785452fb06ff4c9601cfccec358fb0d7de90165efe380b23ce9d4366e568ea2ffa7dab184980fd2ca6dfd8dae035066e50324b7ee9947151f6b4816517516496757d26d948089dd6a4efd05314a9375fac0151e931f600683a7a432b181d397cc56eb37ab5da4b924abfd0a14ccf63c5fcc69f76e936813e2fd252b26d65383e606ffa5d35db653bfc12c3f76e64f74a536fa4f8ec6f1bed633181b944b7eb862d639d895e88dfdd85b369ebeed30a18aa1d18eab00d179fdab30b881dda241478221174462424f817a15bcc7eba2c944c6b1ce469f9901e25331cbe707c05081bdd817090f14c720eaaf448bc4fc7739c49c951c116ce3b889074cbe95206acd8b731efe113ee8f480bb30a5e043ed30c611dcba3096fb5c0962457d4eca83c5ef4dc9f59007a4109f60645fd43580b6a333e08bdf46b835e5ac16e6eef3b1e79b5c221905ea26b76d0e72a9a1d1c5f5106e78900fadea8efab9ab1332cb6d3f39fc1ffcb96eb30aef70912b55446cbe6c8d515a26515bfc49834a870de2b07cbe7d1307ad282edec7e7ea1364a9a9883df974d1562dfb8723f76caedde7dd85be11fc02d571fe452d185b170551e37f82c677c07967b99b15abddb9c71a4a63d001201266c46194f0d29ec2ea60ce8855a0c2d070a68981b71c29c8400d880b2b8999f5e44430fc0f6033024059694bbc158b8d49eacfe91e12fa9fb6b18cf9740bb2ef6a35a0edbbc962a80119933c456f4f48430105642ba5411291e3a28d64645978fea8cb4e0e4c8eacdcb068b628daab7034278b6107a38dafcac750f70a25d1a5f1c30c075a33a37f24228912794541bde322cb37879bcdcf962295aef520f0af4f78be2bd9a064232e945255238fa9975349cb4c7a8f7805c1f766767cefd70a32a68bcbbe2d5fb68096b9228491b3bb58c54304e3ea2a554beba6414b60c1b1d138cc6576ff4c4763b8b8ce4e133509ed0a1e8a00a26a443cd31237e3389cddd402c6b4e056897088e9adaf640d0be54f11a1a2ce71ed5061bee1de0b63e703ee212e69d703c5a2d54951f71d2727345aa7bcfb4b2a2727868226da97fd996d6b6ba337caba45af2e30ee17a0e07a99efb6963b9cf0930f7979d543e2ef66dda2fddd4c9c35c48bf0c0160fc63fe2d6822282748b299d9c4559a21be2b2e3e9f0575131897b533d6109d84daad0f76e7a42f1257d6845ffa6bec2d9db54b6d0f3da496d6709ef63ebb5d5c1aefc5936a4851ce3ef3ee618f3153c6d8eea911b0b40106a7ca530d914d64c674299ed12a14ddc35fcc2b011280b668f9dc04e4432f94b4805b4d431c67b0f55ad50a273c71ef9e6920ccb1e23a52cfae62026d97862df816b6460cad0ea7587cd9536e183c835710385a77b9c06769ddf35fccde18bbd12b988b9d25da067b60cbb2aae9b11a92e4741d13ca9ae2c2a8633dc00768bba60a7aa34669e4ff26639dc74d9d9c3010a8a843be7000f79385416042059adf7e97b9bd9736411bbc5a29617d9820ef7bccb5aaed367d40d5af73a55516060c60619ffd4e110aca409e185c808198a11c1b8e267ebd878f7930c7834eb54c1be7ee12ff786faa04b05c9acb1495e0c7a5ea4f36ade7a45bb8f7f2139ce6f62e1e05d351a74ae98b85a8fc40d9e3a057bd790be509710423dd62d0ecb44059d69860dbdb05eb15fed4d23be2bfd0c7831af854cbb265603700815432ee435d15e76d3d6558bcd5975b765ff1b582640f6884d8dc2a1a907cb79698c88358b342881bef10dddc0b85e4a08563817bb785205bb30c72d1be57862a6caeb0a808000c60d2b782f45bc11b1fb9999f37f79c7b03ef3f470e4794b18a84e971d30abfeffb89cdd140bd95a6287c019f0b881ff3f812b1f2eeda32f240bcc6b232864470f8fe09f5dc24a126d23255e1dc02d46680fe42e0d7f3a32e5fb351abed41bef9bb23e9d3bce8c383c15757e474995bd62cc741820f12be65ed4e16bfb9ced25f6bc33bd175488c275915146a461d1cf1a5e4625d2f9244fba50320ef6d5f96b4e24a76724727e91d5f995055926180a89c4b0105a5d6660a982a82ff5473299a04de83802b3ad101534e02100ff56b05eebfc5131d15406bbd615f4e7c747b115e9bd4e56d22fd569f4cb69c0455da277fd1a3e92da6ee4db3dcf7c8c6056f45645cbe8962babaab343e3df1c08733edd598377a1fbeb34a8617f1e4755eaf444411e90fe259f3286bfbce801dc0b82fa7303a51a3b5a2eb7203d89f64bb10b2fd092a915dabf895095672800e69fc0228eeb368426c9be962157725d0d0e49b3925a1ef7907ef14e48956392ccc250554f63a9b247bb5a7e887e9f5581c3de900be8d5497173707d2ddcd6ec79ae5cf39debedad5afbb1984bb7a1ee9617ef740b46736a6a6ddceb775a9f710524ba4a3e4504fc6556ead9aa92d9c97afabbc94e2ec161a83a5d2f613b597af7a2b1edc776adf18dde3c58acec43cac88da58381ee4df2c221c18b60e37fa97cd88aa1c48c2aa80ffd4fc1ad1e943664c5a178719fad97625efb88ef52f4de9841ee93cced97e26a4aa5df7e2f7a33d83f12bb1b9c7497cd6af96e1ad915614c413ddf1addc79fc33138177476b9cde905abd4881ff629aa94337dd6d23cae90bf719c2dce0a7c0c8a791bf9fc67fae52900c86328ff1cab8863f8bf0b610fee8293eb572ea14e289ea3b9a350d92c6c5bf451e34a0ede71dce635f50b617614a0da59d93988046f3f3aba607d90b882c96a178bb7fc38bd7effd87e01fd215d057f860ca7de6e0dedeb90689c7c9d6a882486fbacf19cf7906f3de2693d7ba0be6ed12966ab783edee531abf4e89ca927ae035a9a5812391a93c09ff343121e5841aa6c6896f7b1a756520bac115a65f0eb02911bc73fae3bb295b35a353e675519d5f4f3d4f08c0400378a44e40095207c3ef25430ec835d4bc91bc29f24e1b7111f355c6bc302b8ee62dbd125744818cdb85e6b646619c7c379d3c72d865346a64c5291d6015a6daa9401f98c132cc3f58c7348e77f007e338252d3392e5dd8d8699bfc40f63cb885e37afdb25297d76a5ebc6f7d217991d13bdc33aeac1c21b5a539d452f16ac484a8ff5693369a7179d25830679dd93b1786733310435c9fa12ff085b89ccbdd0979b07100b2b844f5359770f675b38d75fe8fccf7f0bb34bea8cec0f48eeae1d87e784cb2d498741fbb0b84c74ec4b2de9e29f919bf5a3bfcc1c5ff3396666525785c356d45da7d6d600a244ca40c9662e2425fe216e94251676782aa78b513b49e0424605cd873d6d91a05f338c482abc1d70320a2f094ee33c6068641f74270c1c2ba7c27ddd3306822e0edcb4a5446b2c929df4544fb222739c7e19274848d5ce17280ad38b33002237098e5c832174ef0c2df33fe0e32ba43cf21897f7e2e881ff2aa13a0634d43ef5f101299c89c55f1b02aba7afdcf16d956e9f4fd17cda670c8d4c99ad47af97c7d5d664d7652864f635aa247f0547eba13f5ff85a76eeceefb0888b30e13ee155e24705071df15a3a3ae55f43bc532397745aad25d1bbf3be5b0437f2f202bcd4baf87bd815ee87d28611faf2790e912efa508c7216e882d6f9347f3763f24fb543d1f1fa4fe3f4da8861ac6315aaddae2a6a0d7b493162f63c4df44fb5a15246e5f1917f5a93aadc392ebb38a4230a44607db34b8d605d421b3e222ebfe82c633fe781ca506c41b6e0e2153f17f8e8b1f6fe959cfd8b28feedda7f9f974f9848f3e6674a8de589161bafa7ea6cd992a3e0465f616e9bb22282565c985fa35e2e3c2f9a599bb60a35915ebc348be66da722370bba7e947b2a262e82f046cfd761416aa192887728c0bb34b659e7c29253929d87c950cbf70656e4a45e47d39e18b8acb8ef4c6715d8cb637d802a8a51d4df97253ac1a7115eb409d25502bbce3e7ea26ffeea3ea97ea5901c94ca5f77a22f83da1c9dd47bff5d97df4e6fcbc2a298cbd18c186757c7749df218cea0a1c011e106debd1250e426fd61df1221e6a2c8e8674dce9197c5445d9f219a34a5875ca98cd0a936f8d0c8addfe7f00d65a02a6763fc81665411e230324f9833c783d1899e72cabad9d93bf4a392580c0260116f31e4b0fe152fbdc82b216e453b5058040ef39279d8be142f5aa2cdbfe92c4d8b1438ee8096a9c55925371ddac077c53cb28ea4d0584cdbcf605237180b0dca87a829ef9ed6ecbc09db4d07cdb2ee5289b46e5c289aaac4c24227f423d183a7ab2bf8a545d85d6bd7e6dad08590542433f7d3a8c1f66b055e53e9f4ceed0b95150e1a3b0bf5151d356bdd2e88b8ba948b08108e5a5661851922c63cd3379d94314d51c377b1c027b0b66406120c9bc033c9919de02af6207fc6217e55e2eda8804153a0431290af16e8a8d536a247fc681cec8fc7ff0faec1d06934e44053ac9ae8e49a2d568f1a2681fb84e5c064929c21f15b731de72119940ee80a05b32642203a5873e365fe9ec3f1b16b71ae945d585f22c4868f70c0777c88b82508363860ae9b79599d469cba2a6a27fae5b26629ba02e3a24a801187a04b814343fbf1002d3308f0c5810aa29956927903cf3a020d747c8d5d39bb0355f55c77646a4aa9e07ee10b3a7d1837d21563a5b48fec035a2b6be502adce9b21036b5b174743bc09cce3724678ccb9ced565f24d686f424fed5dd88fcf43f317736bf478f50da45c5934697846417f92e35af5d8fce5bacf5e74a5536b227abe3bc01029cbcfe991ee50ca43d703cc83ef2948d20ab4a18a5b7a463b64f784819f345ff462de30fc715d5143857845af9f846569490f14a23ef33576d2719165b1d4e44d83af74a3dbb78b985a8e55d7152448ccc194eaa57be3c11b2c4eef608084a53fffc5597242e5e84aa5c1f34c0e05d498b9d5522de71450db80690d2be70fc3305ebf3871ef6260df73c4a3ce8502254ab649723defd4913ffa889a197a616c18df75471da4a2345b2e7b8c644c1eaf10e5414d3b14f5218ca3dce42975ec57b5421389054c43ed0217e90b5801dcd8d0d8e1adcaf580042ca0da27e546d5baa220e79d4eda2384b801e1f30df55255a5807e53c5f8df7bcb57e939a10a88bb3737d62269c40dcaee9bd51b375d40556e7f6fe7e84c15fc52dfac8b7b084e724059918ff074da21a7c75f3e84952b962a07ba728cbf9201f3ac52db302c7ee560af7baf59fed4f107028f32911ec8297d9807f90a010a3ffa53ae2ee1e63ee1ec0d219d9f1a6e9ff89ef561641b891f1156bfc2c28bd18c3672736b21e6a17d01ebd152694f44983997c66fac335b6d78e06bc09390f2e535c50420e9237737d7f019187252fa3e2c457cdd536ed07aa0cffed2746df025781c1bccf961008e2d599edfde1a66d4b51aac86c467f92dbbfa322a650ce5e05d09530af9135ebc938c9b9c5592708566770c7b57393cb9fb4d9cadfd427830e54e728d805fa97a779fd4f001da85c84c9f108b1ac6d2d06e0f953dbd7b4f7157970e4ecda10caa008271134145736990d5425619674b55d7fd09850cec18a2220818ac4b505ab38163a10fea34120be0c0facb6223b54f36713c751ce0e92465b7fc2f09a6ba734389407d0aec53fa95febadfdccdf8efeaba2f0fa01005de2a8709e310560f9000dc293e5af43af5e97556f22a8fb017bd627dc64c1a1433910aa5cd4ed61eec67459b40d869e04c724693872747b200ee96afd87b8db3de2039e399e38ec562594e2c8a29e19923aa475e3f36a9a667c14195115ac294f46d87c5d43ebb6814baf1a02d85dcff89aeb82fcab6201cb854db4d5bc199ac648f1bd7d950a70cd8e2ddce50d0c710a98cec92dd18ed86cb72937ab719728ec025346c9dd5957abe76f451bfb149a0677e90d5559c1d6ccd2be0736282c96793f5a6cc9256e23d163faa239f3d530bffb2f30cb8e14b74ed5f03716cd62fada4c326c5a7087a693fd7be3e87bfeb6e163337054167249447a70cdd5d0abbafe45a83a69f489f16414214866ef50a3fee7091c929b97df7bc3d35b012f688f4a2fd1369cb29185bc0a110358fa020febeee85a792613b3ddd208954e8e1252206c8533594ab19046cbfe584c14fce1f14d855c68bad12383c38441e828ec69a3d65cc9f00fabf0ee3c06c99384bb931c79d01f4ad286d3e15e2f262119cad3dd8f1ab0dbdea5c10d836a86afe021ce0a61cb9700ce53d1e3bfbddc537f4d8369136ceabdd416fc98efa71b2b6b0a32f4278bc7a8096dd526c07cd68e742be3efbe3b526924d607e76a3a38e22b6eef99acde4217724cf95a864d6dbf6cbf070d4a0660b6558091c27353e85bef87e8253a0be8dce244c19ac677a4767da9eab93d7d5902c5f5676bbb395891d996e268dda2a00b605fd3c99e3068c7344d9fd9bd3a10b2f981186f4d32f46621ed012f710645064432c5d461b97431debc6c0f869a9abf3eb8dcec2ba44b1767cbd04f560d1b9c743db82923ad94c6171d82a41e520777627228c6fc8c11126b4b81bc8a0b1e87fd7132f0c9f1ea40ac00a20882001c8081e7990ad0a5d741cb584c8aca350f9b9415a158310f4c5a337349c2e2035f2a6641c380ee0ca87b6797603707dcb8280fc0e50fe56cb65e46e3f8ef2f62fe862c39d830997c28ca0920ccaf80397e3e4a5a1d2e0ef8dc170cdabb1897bcff310eda88ba9a00806562d0dde9a373d0c620989c01356f26ba274da67bb685307b6a310ed2d451885dbbee63bcb270ddccf0c08a6efa3399259e6934908b8701b112d9c2b344b6f179d3cceeea516ac09ff98c790f4cd33a851686dc8ac9c13666c399f1978624bc4d499ced7f3c74db49e3353a62e573dac4f4a7989e1295ede8691676c9fe5e3a87742c65c2273d2febaca06d3b5ecb09aee0fc6c144425bba0fb7921da282f333bf039887713587cf537d1010927418cfa3645af439e4f42c6d0900aa88c9c81add5bb2a4f67ed4b27c7918ec54ca208167d249f946e2215beabea51a2bfc45c5932a5941677f9de052978de815147070918325cc709df8fa5161ff858a09fe5eb748545d0a65f3d3fb72cfcb20a08083c8aace40265a309bbf1262bbf1ccdbea269f959121aea9e942bc1df3c9635a6a937a38d983b86f4c473a4abfae760a34e4a334ff3a9572c7b38e1fa06b69e9a27bff86e722da00c2db42f7b2e13ced8001f91d038cebae2d9849ab3cfc971f0d7defe314217fccfb471a0c56bdeeaac96486fa5a34a7ad88f4f451f934d94c55d825a548c163f3d19f2991868af148ca0bd719dbe664519a67c7169848bd13537d203322a068ac80bcf26c5db60bdb49632515b7c5c0b008a28b946f5bb23724867ef15ccbf0cab493fa8aee50720695255cd1dcb3dbc0d8907909ff740cb1835a0757c825edbd55f2447877888418cbd3fcfe129678e6f1a5e2820906611c2da3d503a0962cdd587a76b5c245a4cd57aaaefc398f6ac5d54a3d985abaf43cd2e368086e279dcdb85e85d6ed0dce3335527683d9ca3f7446360207585106f3a669d5a8b139496c1acc482e694691b3790c429bbc526f66e9c342608896bb37525259ebdc1d9cde6c3829395f470209a652123d52eba8c39f07874c01d738a44558b726c2513389bf13bd34101af70a880bfa10bc9383d6b7e71e2ef80a47e6e7a531a0683210bc9f0b15af54e7a4d1ed9387fcb382f33effdbd757d016858a98242d313bd2a189cb2d81be71953eeb5719616e6561bb34f105b4391b58102933e3ca2d82e59e2c3486abbdc5683c7f457657f359628f9961a4b6b6b534fcd2b4234c49aed9ceb761b6bc7f3169bf19fcc23d8d4c23590e23e6ec39f97d40da4166ddf007ee78bc0b173ceb17b2d5bf3c810ea24ab7be4f92f3431530d380055b1925053fea2ea9c7d6865bcf618d43f057dc57cb3fb1365b00dba8da7d8bcce1db07c5bbc65e61c139dcafd512acbb4f2e6205b94b527403b3a88c1fd318ef107449a1c72c8c63b17576193d2f88138e40eb184a9931860064608463064b785f0125b406723ab11d55ffd3f4a8844d4d12e16147f7c8c1e3a7831b4d7189bbd8ae632a29ebf0555c135f335b7220c774ca75924d02228fb329c218bbbef00b56b5b620a7c7682dc251b97a315be732b55a02dbd06fc007445eec9c45f3246f27e6db8d2d38941fafd0367ceb11e992f064d9ac6dc2c7f46e3eecd9cff61e60ce6092bbe76f6d81485c8ee6f808d6c02282e6bbc4322cddb32871e9fc43748667d8c5853f3c2c4eae8460185e2a19fb9e0a504d26e81ed3fd0922854012ba02d6865db2c689a122ed41f1741e9921983a8855acf06d5300b34bc39b043ffca29b81e25edfae39dacec403172b6bce7875de1c0b912e8ecfb539625cff2b782c28a93b14e02e173bc1d01f9ebe2e549783014f02c89c303f9d7be035e10f54e220eaa1a6ef716def2bfd5f0d0aebc2cb97e1d611e73fb53e432e06040d79c404d5fa067bf5719110f53cad4a02bb822e87e885053e8b0d8fd1eb8f16f07a761bbde12463cee18af58c7e03c118d8fbfa43ce916838a627c6a26d97eaca616bfadb9702ffa54dc36c4205f2176521b151ab12a3538dfa491b91f888b0b029845167b0379a994e103ac0ffa8d03af51df4a5d30630548480bc4c6fbce6974dc3330d2d36576985718117f14520edebea41e0c0431594e6a9ab9f0c01fc4907cc524a8bc3792be2e0ed895496b9da663df374c258d9c5f68852b0a6c6b8a0293ff716b1b825d93a3da78138a0f8d67f05d75967679b02cbd88fb5aa8005ebcf7c86451529a850e2232c6ffead2f6f37008427d45d4165fe5115b385b1bc664c30a8949fd4f807f6eee16dfef3e92db1970a2491e3c59b3ce1bcb8646aba62043f876f735bd29bfeaf472a06d4f1876636c07d7e19fc96cfd8ec66b172dba7f358b831eff0086277222012910e04329dfbd1e481a3e5d61efbcc5683a76de0b69d75683109d3435ce29f775dda00a88eb5d9406cd3feea92d7bdd07504afc6b400196f45c23fa5d08710a8e2c05eb30bd6485662e668018028fc69963baa6bd8ffe4440efa378456f5c91a8d8d7d141c96f5a7bc992412593703604e76694189e237152ef17c48210fa495be0f0d1f6b66e7c32df141ba47cdde9ef78f86848ff02b5a380bbeb886e5e385d331539361e2cf317880977874004d67b831d021c04ebbc1baa0bd5b096bcc27054486844c8912941a3b76172983facf588142e16eb8d2314a20c924678e597bac165ae7d9ef0edea35c5fde58287d5f71c4b4a4afa2072502f20877f6e9a132282da541652adace4d903a331c8fc3e84db5bd9f42bbbc589b1e04169439749e521d7ef6a86cb6c4a51e9c4dab96e442c5c006aaa917e2c4e7d4e636af40d12e4ad50d4a1a1336f4ec6457a8b7e1d4d704c60736f33410bbf0cca19c6d9322c551e09cc11ec3236343736e7105132a4d5e06f1f78660b842d8ff86ba04b8b2128a1d1697078b12cc288cd7b3f5fa12b600459a978b1dd8045b2baee1dd78fbbd39c2419303f55b93a5114dea0d3986f95b0c8b41714ada0b434a219286cf0e6de823379240bb09858ca0567ea14907b9e410f5a8a4a584029406c160d9e7da0591218d2a20655cb8d251b3bff2c5e9283593558b02241f99b15574d31be1b6b4b2416df275222a63f687493d91a06e33d2b5b0357bdc3959ef27dcc24ce3dd0fa47ed77503e20127c3bffb0fedd93ae1a6cd7c16b84f7dcdd4dbe80dd73928e2fbbb7b0655eea2dfeb205cb297be091a8712bb0eba545ba062b8ad3db71a22eae2039f1fd45e38e95b7e51fe0697b617025d7a1f26554cab831f9d7ecf9cbd78d102cc6aabd74cce5b1db8442f8d598f34ff49fe9f584ad89967a76c9fcad6683da86d511dc3bf706f4dc6d8a99a733333300984980de9854301c60193ef688b10169cfbe2c28f42e9f8c14e05b71a8ba05802b5bf2c76494e14f41b47c49f1cebaea71aede63be086d23ba14015b506fdfd2d5fe6254418d62eef81b5f97b48f0fb56d3afffbf72accc616fb1127435d91d6ac871d3c62672259fb4e99916b328a1a3fc04c1ed6362cf3164a2235473165b7d54c95f3bb934e384c46774224c9dba314d00692b0fa52c0630e5047c98d02512ffd818b86f9fa1f56e225d77a3d8b98248bf1851524ec165e3ef272bd4e57d6cf01dc9cc283a56d1b3c442b81ac70287d3319e9b5caaf139636c80341513953f97ee3fec5adee742cbc539612c427b0ef9a9da1ea2efc89e256f447fde79005de9cbf5425fd35c4cf1afc7dbb97898ff3117a4cf7f06aa9c159b7cef7690b5aa7c4338dd71ee6975121f91ca31f0ece5b1fd5ae6cc956924faefffc36d0b4bd772abc62b5be23a356710e67e87ccfe75873584c749d666fe79681e0e3bd3b570aa158512f57014291161e402c2edf692021610efc4ef5a04ee29392fca3d318b0878eb428c200e265b575578b4a078cce565b14831575b3d04f861ce20dbead798fbcf638ac4c7a9a353d587cc04ff5f86c30981da89521b1494bac47b7e2bca558a9c412d89c3bfd7caf42b51c05a973f0158e404df0138b926850a1589abf1c93d6576386a74f9c48885b5a274386584b5c29eafa9bc5915d1c25fc36a8caeb8ef313e715cc7559c4968a94964f6171d392bb86fa225a88081810fde4947be40af5a5714f203ea50a3730edcafc70a0f81f217a3320d19ec37336a14f4c1c761cca68ed8121d186b113654b81f8d3f2e40b221c50f6d9083f27eeb729ae879b775aad919f6a39039d9ae9a1a52617b69a4ca446a6d1c048d9c1b41e51ed3a10cb11faf5b7762f23f53ba65d4337af804e5a554f6f5f6392461f6e724751ec57b8c558380f7901ecf0988552f90bcff6903976e0e42cbb4c555f169efb4f477b93566b21231b7eefeaab774867125e276cbe7974c38177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643fc0fefb25fb28802e50af813d6a52308358a03df5466e4f376d0d08ecdda49277b4af8d42a5b10a01fd0e0c4e54ba43175c5e621fc44d0e747f5e82cb3ced40e4900cdc90bdc15e3aab77e9b4cad1abe44183300d2922d4f9dd24bd0d69f40c3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyast2-installation-4.2.45-lp152.2.6.1.src.rpmapplication()application(YaST2/org.opensuse.yast.Installation.desktop)application(YaST2/org.opensuse.yast.ReleaseNotes.desktop)application(YaST2/org.opensuse.yast.Upgrade.desktop)metainfo()metainfo(org.opensuse.yast.Installation.metainfo.xml)metainfo(org.opensuse.yast.ReleaseNotes.metainfo.xml)metainfo(org.opensuse.yast.Upgrade.metainfo.xml)yast2-installation@ @@      /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/envaugeas-lensescoreutilscoreutilsdiffutilsfillupgrepgzipinitvioconsiproute2pciutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdtaryast2yast2-countryyast2-country-datayast2-networkyast2-packageryast2-pkg-bindingsyast2-proxyyast2-ruby-bindingsyast2-services-manageryast2-storage-ngyast2-users3.0.4-14.6.0-14.0-15.2-14.2.563.3.12.16.114.2.554.2.223.1.334.0.63.2.14.0.1753.2.8libyuiyast2yast2-bootloaderyast2-coreyast2-mouseyast2-pkg-bindingsyast2-registrationyast2-ycp-ui-bindings3.8.22.18.63.3.12.17.102.18.02.17.253.2.33.1.74.14.1_C_6|^^U@^^t@^r @^p^ku^W@^O@^Nt^Nt^M#@^J@^1s^)^(9@^^@]|@]|@]Γ@]A]]@]]n]@]?]V]@]x]fl]^]S]J@]H@]9]\@\g\O\\\\\B@\@\Y@\\@\~d\~d\y\eX@\T4\-@\\@\ `\ @[=@[H[@[_[k@[<@[[@[Ѱ@[ @[[#@[#@[#@[[Q@[@[s["@[@[~[}P@[z@[b@[b@[Y[Y[<[4[3|@[d@[[[Z@Z@Z4@Z@ZZ@ZZZmZmZ@Z؄ZZԐ@ZԐ@Z̧@Za@Za@ZlZ@ZZ@Z@Z@ZkZ@ZH@ZH@Z@Z|;ZyZtRZtRZqZp^@Zk@Ze@ZaZ`@ZV@Z:PZ7Z7Z1@Z/Z.s@Z*~Z%8ZZYYY@Y+@Y@Y@YMYܶ@Y@YA@YA@YA@YY@YzYYY@@YKY@YYY@YYYYYYYYV@YaYYx@YTYTYP@YGY0Y.@Y.@Y, @Y"Y]YYXX@X@XXXXX~@X,X@XƉXCX@XO@XO@XBX@X@XpXX6@X6@XX@X@XX~@X|X|Xn5@XQ4@XGX43@X.@X-X)@X%X%X2@X@XWw@Ww@W@VɦV`Vy;@VwVjV^@VV@VUV<@V@V @UU6@UUXŬUUĝUU(U4@U@U@U3@U3@Ua@UmUg@U\w@U:0@U4@U/@U/@UUUF@T-@TTD@TԬT Tи@T T}T,@T,@TTTTT5TLTuTeTXTWn@TSyTR(@Steffen Winterfeldt Steffen Winterfeldt aschnell@suse.comDavid Diaz Knut Anderssen Imobach Gonzalez Sosa Ladislav Slezák Josef Reidinger Josef Reidinger Stefan Hundhammer Ladislav Slezák Imobach Gonzalez Sosa Imobach Gonzalez Sosa Steffen Winterfeldt Stefan Hundhammer Ladislav Slezák Steffen Winterfeldt schubi@suse.deaschnell@suse.comJosef Reidinger schubi@suse.deKnut Anderssen Oliver Kurz David Diaz David Diaz Ladislav Slezák Josef Reidinger schubi@suse.deJosef Reidinger Ladislav Slezák Steffen Winterfeldt Ladislav Slezák Steffen Winterfeldt schubi@suse.deschubi@suse.deDavid Diaz Martin Vidner David Diaz David Diaz José Iván López González Stasiek Michalski schubi@suse.deStefan Hundhammer Ladislav Slezák David Diaz David Díaz snwint@suse.comsnwint@suse.comDavid Díaz José Iván López González Ladislav Slezák jreidinger@suse.comJosé Iván López González mvidner@suse.commvidner@suse.comlslezak@suse.czschubi@suse.dejreidinger@suse.comjlopez@suse.comJosef Reidinger lslezak@suse.czlslezak@suse.czStasiek Michalski Stefan Hundhammer igonzalezsosa@suse.comschubi@suse.deschubi@suse.deschubi@suse.dejreidinger@suse.comschubi@suse.delslezak@suse.czschubi@suse.deschubi@suse.dedgonzalez@suse.comdgonzalez@suse.comschubi@suse.dedgonzalez@suse.comlslezak@suse.czaschnell@suse.comdgonzalez@suse.comdgonzalez@suse.comjreidinger@suse.comdgonzalez@suse.comhellcp@opensuse.orgschubi@suse.deschubi@suse.deknut.anderssen@suse.comknut.anderssen@suse.comschubi@suse.deknut.anderssen@suse.comschubi@suse.deaschnell@suse.comknut.anderssen@suse.comlslezak@suse.czjreidinger@suse.comjreidinger@suse.comigonzalezsosa@suse.comjlopez@suse.comigonzalezsosa@suse.comaschnell@suse.comlslezak@suse.czshundhammer@suse.comigonzalezsosa@suse.comlslezak@suse.czjreidinger@suse.comigonzalezsosa@suse.commvidner@suse.comlslezak@suse.czigonzalezsosa@suse.commvidner@suse.comjreidinger@suse.comschubi@suse.dejlopez@suse.commvidner@suse.comjlopez@suse.commvidner@suse.commvidner@suse.comknut.anderssen@suse.comigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comshundhammer@suse.comjreidinger@suse.comancor@suse.comjreidinger@suse.comknut.anderssen@suse.comschubi@suse.dejreidinger@suse.comigonzalezsosa@suse.comschubi@suse.delslezak@suse.czjreidinger@suse.comancor@suse.comjsrain@suse.czqzhao@suse.comigonzalezsosa@suse.comschubi@suse.deschubi@suse.degsouza@suse.comjreidinger@suse.comlslezak@suse.czknut.anderssen@suse.comgsouza@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comrbrown@suse.comknut.anderssen@suse.comlocilka@suse.comigonzalezsosa@suse.comlslezak@suse.czjsrain@suse.czjreidinger@suse.comknut.anderssen@suse.comjreidinger@suse.comschubi@suse.deigonzalezsosa@suse.comjreidinger@suse.comigonzalezsosa@suse.comancor@suse.comknut.anderssen@suse.comjreidinger@suse.comlslezak@suse.czigonzalezsosa@suse.comancor@suse.comigonzalezsosa@suse.comgsouza@suse.comgsouza@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comshundhammer@suse.deancor@suse.comaschnell@suse.comschubi@suse.deancor@suse.comancor@suse.comancor@suse.comjreidinger@suse.comlslezak@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comshundhammer@suse.delslezak@suse.czschubi@suse.deknut.anderssen@suse.comlslezak@suse.czknut.anderssen@suse.comlslezak@suse.czknut.anderssen@suse.comigonzalezsosa@suse.comgsouza@suse.comigonzalezsosa@suse.comjreidinger@suse.comschubi@suse.demvidner@suse.comigonzalezsosa@suse.comlslezak@suse.czancor@suse.commvidner@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comjreidinger@suse.commvidner@suse.czmfilka@suse.commfilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comkanderssen@suse.comjsrain@suse.czschubi@suse.dekanderssen@suse.comjreidinger@suse.comjreidinger@suse.commvidner@suse.comigonzalezsosa@suse.commfilka@suse.comigonzalezsosa@suse.comjreidinger@suse.commfilka@suse.comschubi@suse.dejreidinger@suse.comigonzalezsosa@suse.comjreidinger@suse.comjreidinger@suse.comshundhammer@suse.dejreidinger@suse.comschubi@suse.dejreidinger@suse.comlslezak@suse.czshundhammer@suse.dejreidinger@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comschubi@suse.dejreidinger@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czcwh@suse.comjreidinger@suse.comjreidinger@suse.comkanderssen@suse.comlocilka@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comlocilka@suse.comancor@suse.comigonzalezsosa@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czschubi@suse.dejreidinger@suse.comlslezak@suse.czigonzalezsosa@suse.comsnwint@suse.deigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comigonzalezsosa@suse.comlslezak@suse.czkanderssen@suse.comkanderssen@suse.comlslezak@suse.czancor@suse.comancor@suse.comlslezak@suse.czschubi@suse.dejsrain@suse.czancor@suse.comknut.anderssen@suse.comigonzalezsosa@suse.comlslezak@suse.czmfilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comcwh@suse.comknut.anderssen@suse.commvidner@suse.comigonzalezsosa@suse.commvidner@suse.commfilka@suse.comancor@suse.commfilka@suse.comcwh@suse.comschubi@suse.dejsrain@suse.czjsrain@suse.czmvidner@suse.comjreidinger@suse.comlslezak@suse.czancor@suse.comancor@suse.comancor@suse.comjsrain@suse.czlocilka@suse.comigonzalezsosa@suse.comschubi@suse.deschubi@suse.deschubi@suse.deigonzalezsosa@suse.comjsrain@suse.czjsrain@suse.czmvidner@suse.comshundhammer@suse.delocilka@suse.comlslezak@suse.czjreidinger@suse.comlocilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comlslezak@suse.czancor@suse.comschubi@suse.delocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comaschnell@suse.decwh@suse.comlslezak@suse.czancor@suse.comlslezak@suse.czschubi@suse.dejsrain@suse.czjsuchome@suse.czjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comlslezak@suse.czaschnell@suse.dejreidinger@suse.comancor@suse.comancor@suse.comjreidinger@suse.comschubi@suse.dejreidinger@suse.comlslezak@suse.cz- save random pool to /var/lib/systemd/random-seed (bsc#1174964) - 4.2.45- handle device autoconfig setting in summary screen (bsc#1168036) - 4.2.44- copy NVMe hostnqn and hostid from installation system to target system during installation (bsc#1172853) - 4.2.43- Restore missing icons for ssh import and image deployment auto clients (bsc#1168123). - 4.2.42- Force the use of en_US.UTF-8 when running firstboot or the AutoYaST Second Stage with 'POSIX' or 'C as RC_LANG (bsc#1169017) - 4.2.41- In the proposal runner, restore the scroll only when it was previously saved (bsc#1167248). - 4.2.40- Verify the package versions before applying the self-update fixes (related to bsc#1163084) - 4.2.39- Drop few not needed recommends to have identical package on opensuse and SLE (jsc#SLE-11936, jsc#SLE-11851) - 4.2.38- Add Abort confirmation for inst_welcome client used in firstboot (bsc#1163347) - 4.2.37- Make sure to show release notes for add-on products (bsc#1158287) - 4.2.36- Added "yupdate" script to simplify patching the installer (bsc#1163691) - 4.2.35- Rely on the new Y2Network::NtpServer class (jsc#SLE-7188). - 4.2.34- Allow to modify the control file at installation time using a skelcd-* package (bsc#1164468). - 4.2.33- don't start getty on hvc0 & ttyAMA0 before Yast2-Firstboot (bsc#1157233) - 4.2.32- Fixed user-visible messages (bsc#1084015) - 4.2.31- Reimplemented the "Previously Used Repositories" dialog (inst_upgrade_urls.rb) to properly evaluate the new and the old system repositories (bsc#1159433) - 4.2.30- don't use /bin/systemctl compat symlink (bsc#1160890) - 4.2.29- Using tag $os_release_version in the control.xml file (entry ) which will be replaced by the value of VERSION in /etc/os-release. (improvement for fate#325834) - 4.2.28- use udevadm in /usr/bin instead of /sbin (bsc#1160890) - 4.2.27- drop starting of hal as it is also obsolete and no longer exist (jsc#SLE-10976) - drop deprecated network technologies (jsc#SLE-7753) - replace rc* and init.d usage by systemd or start_service depending if it runs in first stage or second (jsc#SLE-10976) - 4.2.26- Using Y2Packager::Resolvable.any? and Y2Packager::Resolvable.find in order to decrease the required memory (bsc#1132650, bsc#1140037). - 4.2.25- Do not remove /etc/install.inf from inst-sys (bsc#1122493, bsc#1157476). - 4.2.24- Use linuxrc option "reboot_timeout" to configure the timeout before reboot (bsc#1122493) - 4.2.23- Save and restore the proposal vertical scroll (related to a problem reseting the scroll position reported in bsc#1143558) - 4.2.22- Improve the role selection dialog using a new scrollable widget to select a role (related to bsc#1084674, bsc#bsc#1086187). - 4.2.21- Implement upgrade for the Full medium (jsc#SLE-7101) - 4.2.20- implement upgrade for online medium (jsc#SLE-7214) - 4.2.19- Adapted to new Keyboard handling. - Checked also CLI suppot (bsc#1142957). - 4.2.18- fix crash when os-release contain empty value (bsc#1139518) - 4.2.17- Support for the offline installation medium (jsc#SLE-7101) - 4.2.16- do not stop haveged process (bsc#1140171) - 4.2.15- Support for the online installation medium (jsc#SLE-7214) - 4.2.14- do NOT remove /mnt/run, it's a mounted directory (bsc#1149011) - 4.2.13- Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894). - 4.2.12- Using rb_default_ruby_abi tag in the spec file in order to handle several ruby versions (bsc#1146403). - 4.2.11- Undo the change introduced in 4.2.7 because forcing the focus is not a solution: now the it's always caught by the installation summary after every action (related to bsc#1142353). - 4.2.10- Stop using the obsolete XVersion API (bsc#1144627) - Detect missing textdomain during testing (bsc#1130822) - 4.2.9- Improve the detection of a forced base product (bsc#1124590, bsc#1143943). - 4.2.8- Avoid to lost the focus in the proposal installation summary when the user makes changes using the available options on it (bsc#1142353). - 4.2.7- Copy multipath config files into the target system. - Related to bsc#1133045. - 4.2.6- Use new schema of desktop files (boo#1084864) - Clean up spec - Rename desktop files - 4.2.5- Downloading files: Remounting CD with bind option correctly if the CD has already been mounted (bsc#1132915). - 4.2.4- Make sure pkg target is active as long as still needed (bsc#1128385) - 4.2.3- Removed BuildRequires: yast2-ntp-client (causing dependency cycle) (related to the previous fix bsc#1129095) - 4.2.2- Add a new installation dialog which allows to setup the NTP servers (bsc#1129095). - 4.2.1- Use the select_product attribute from control file to filter available products (bsc#1124590). - 4.2.0- revert SSH textmode patches (bsc#1129375, bsc#1047470) - 4.1.45- ensure that installation with VNC + textmode still installs via VNC (bsc#1129073) - 4.1.44- Update the hard-coded fallback path for licenses directory (fate#324053, jsc#SLE-4173) - 4.1.43- Fix patterns and packages selection when going back to the system role selection (bsc#1126517). - 4.1.42- Retranslate also the side bar steps when changing the language (bsc#1128153) - 4.1.41- Do not change polkit default priviledges during upgrade (bsc#1120720) - 4.1.40- Do not write the displaymanager value (part of bsc#1125040). - 4.1.39- Respect Textmode=1 when installing over SSH with a DISPLAY (bsc#1047470) - 4.1.38- copy_files_finish: ensure that /mnt/etc/YaST2 exists (bsc#1127182). - 4.1.37- Save the used repositories at the end of installation to not offer the driver packages again (bsc#953522) - 4.1.36- Copying SSH keys from a privious installation into the new one: Set the right file permissions for the SSH deamon (bnc#1122303). - 4.1.35- remove no longer used SCR agents without replacement: sysconfig.boot, sysconfig.fam, etc.passwd and install_inf workarounds for aliases and options - remove no longer used clients: - inst_ask_online_update replaced by registration for SLE and online_repos for openSUSE. - inst_check_autoinst_mode dropped without replacement. Floppy support was dropped. - inst_scenarios replaced by system roles. - update_wizard_steps replaced by direct call of code without client- Hardening commands execution (part of bsc#1118291). - Replace backticks by Yast::Execute. - 4.1.34- always use absolute path to binaries (bsc#1118291) - properly escape shell arguments (bsc#1118291) - 4.1.33- More aggresive inst-sys cleaner, clean the libzypp cache when running in graphical mode with less than 1GB RAM (in text mode keep the current limit 640MB), this avoids crashes on low memory systems (bsc#1118643) - Also adapted the computing the default y2log size - use smaller size in low memory systems, on the other hand limit the maximum size to avoid huge log files - 4.1.32- Improved saving y2logs during installation to use the /mnt/tmp space instead of the RAM disk to avoid possible crash (out of memory) (bsc#1118643) - 4.1.31- Provide icon with module (boo#1109310) - 4.1.30- Documented new control.xml global parameter enable_local_users (Fate#326447) - Improved English in the documentation of control.xml - 4.1.29- Prefer fbiterm whenever is possible for textmode installation (fate#325746). - 4.1.28- Dialog complex_welcome: Translate the help button if the language has been changed (bsc#1098571). - 4.1.27- Moving driver_update2_finish call just before unmounting system. (bnc#967103). - 4.1.26- Writing security settings in first AY installation stage. So other modules (e.g. users) can rely on these settings now. (bnc#1112769) - 4.1.25- extra_urls: compare unexpanded urls, so two identical repositories with variables are detected (bsc#1090193) - 4.1.24- Added save_y2logs client. (fate#325737) - 4.1.23- Remember the selected role (related to FATE#325834) - 4.1.22- Saving y2logs after the installation has been finished. (fate#325737) - 4.1.21- Fixed path to license file. . Build error in fate#324713 - 4.1.20- Skip the roles' dialog selection when there is only one available (fate#324713) - 4.1.19- Fix syntax error (bsc#1109659) - 4.1.18- Updated docu for add_on_products.xml: Added tag "confirm_license" to handle Add-On-products licenses which will be added while installation. (bsc#1105758) - 4.1.17- Avoid to restore old backups when upgrade fails (bsc#1097297) - 4.1.16- Copy the selected packages from the self-update repository to an additional add-on repository, allow updating the installation workflow from the self-update repository (bsc#1101016) - 4.1.15- do not translate snapshot description (bsc#1092757) - 4.1.14- Use /media.1/media instead the /media.1/build (bsc#1062297) - 4.1.13- Add missing help for disks activation dialog (bsc#1098563) - 4.1.12- Improve help text for system roles (bsc#1046619) - 4.1.11- Update calls to YaST2 systemd classes (related to fate#319428) - 4.1.10- Add an option to have a sidebar (boo#1088785) - 4.1.9- Switched license in spec file from SPDX2 to SPDX3 format. - Changed dir of COPYING file.- Disable display of status messages on the console (bsc#1099505). - 4.1.8- Don not print errors if plymouth is not installed (bsc#1101879)- Do not crash if /etc/os-release is a directory (bsc#1097661) - 4.1.7- Delete unneeded content of /mnt/run after installation/update. (bsc#1071745) - 4.1.6- Fixed returned value calling copy_files_finish when some ssh file exist (bsc#1099104). - 4.1.5- Added additional searchkeys to desktop file (fate#321043). - 4.1.4- adapted testsuite to change in yast2-storage-ng (bsc#1073633) - 4.1.3- Firstboot.service: Shutdown on failure preventing the service to hang because of a systemd dependency when trying to call halt directly from the firsboot clients (bsc#1095253) - 4.1.2- Fixed possibly broken system after aborting upgrade running over SSH (caused by a partially finished rollback) (bsc#1089643)- fix calling copy_files_finish to not crash (related to bsc#1095323) - 4.1.1- Fix crash caused by previous fix when multipath is not available (bsc#1095323) - Copy active_devices.txt for s390 to prevent blocking of important devices when cio_ignore is active (bsc#1095033) - 4.1.0- Fix installation mode detection (related to bsc#1089547). - 4.0.61- Do not try to set read-only property to default BTRFS subvolume if the filesystem already existed on disk (needed for bsc#1091047). - 4.0.60- Log a warning when umounting a filesystem fails after installation/upgrade (related to bsc#1090018). - 4.0.59- disable mdadm auto assembly for installation (bsc#1090690) - 4.0.58- Keep the selected product in the desktop selection dialog (bsc#1088660) - 4.0.57- Copy new /var/log/YaST2/storage-inst/ subdir to target at the end of the installation (part of fate #318196) - 4.0.56- Do not warn too soon about missing disks during autoinstallation (bsc#1091033) - 4.0.55- Better handle the restore scripts when YaST is aborted or crashes (bsc#1089643) - Delete the .repo files accidentally saved into inst-sys (fixes problems when restarting YaST after abort or crash) - 4.0.54- fix regression to show again iscsi configuration for disk-less setup (bsc#1090753) - 4.0.53- Fix text direction for RTL languages in the installer settings screen (bsc#1089846). - 4.0.52- Fixed "vnc.sh: /root/.profile: No such file or directory" (bsc#1089623). - 4.0.51- Log more details when unmounting the target partition fails (to debug bsc#1090018) - 4.0.50- Installer Updates does not overwrite Driver Updates (bsc#1088685). - 4.0.49- Don't hard-code the role text color (bsc#1087399). - 4.0.48- Ensure proper patterns are selected when going back to system role and switch to different role (bsc#1088883) - 4.0.47- Set Add-On products for installation again after the base product has been selected (bnc#1086846). - 4.0.46- Use AbortException when user aborts (part of fate#318196). - 4.0.45- Start web VNC for the installation process (bsc#1078785) - 4.0.44- Fix tests to use correct storage instance (part of fate#318196). - 4.0.43- System roles: make the radio buttons match other dialogs, using images (bsc#1084674) - 4.0.42- Make many system roles fit in the dialog (using a RichText widget, bsc#1084674) - 4.0.41- Self-Update report errors when the self_update is enabled explicitly by linuxrc or using an AutoYaST profile. (bsc#1084820) - 4.0.40- Set the 'ro' property on Btrfs filesystem when using an AutoYaST profile which sets the 'ro' option explicitly (related to bsc#1079000). - 4.0.39- complex_welcome: Translate license text if the language has been changed (bnc#1077733). - 4.0.38- Set Btrfs 'ro' property at the end of the installation when needed (bsc#1079000) - 4.0.37- Pass args to parent class constructor (bsc#1083500) - 4.0.36- fix marking texts for translation (bsc#1081361, bsc#1083015) - 4.0.35- More gentle handling of aborts caused by hardware probing errors (bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776, bsc#1070459 and some others). - Re-enable the old fix for bsc#298049 (abort button during ongoing hardware probing). - Cleanup of dead code - 4.0.34- Ensure previous role selection is cleared when doing desktop selection (bsc#1078961) - 4.0.33- Startup scripts: Replaced xinetd by xvnc.socket (fate#323373) - Revert changes added in 4.0.29 bringing back the enablement of the xvnc.socket during the first stage if Linuxrc.vnc is set. (bnc#1077236) - 4.0.32- Added requirement iproute2 to spec file. This is needed by the VNC AutoYaST installation in the second stage. (Follow up of bnc#1077236) - 4.0.31- do not crash if no role is selected (bsc#1078809) - 4.0.30- Provides the current language when asking for the product's release notes to the yast2.rpm API (related to bsc#1079045). - 4.0.29- Do not enable xvnc.socket for second installation stage. Xvnc will be started by a direct call in vnc.sh. (bnc#1077236) - 4.0.28- Reimplemented finding package upgrades to require less memory (related to bsc#1076768) - 4.0.27- Start performing real installation with as much memory as possible (bsc#1076768) - 4.0.26- Read the root_subvolume_read_only setting from its new location (moved by libstorage-ng) in the control file (boo#1077047). - 4.0.25- save keyboard settings before console settings (bsc#1076798) - 4.0.24- Update YaST2-Firstboot.service: Depreciate plymouth --wait, add conflict to plymouth start service. - Update YaST2-Second-Stage.service: Depreciate plymouth deactivate command and add conflict to plymouth start service. For that will block TTY device activation(bsc#1042554). - 4.0.23- Fix initialization to copy the profile to /tmp/profile again (bsc#1075334) - 4.0.22- Fixed popup layout for bnc#1061754. - 4.0.21- Warn the user if the infrastructure is not available for running the second stage (bnc#1061754) - 4.0.20- Removal of SYSTEMCTL_OPTIONS environment variable (fate#323393) - 4.0.19- drop copy_to_system support (FATE#320873) - 4.0.18- Log the system name at start to see which system is running in the inst-sys (for easier debugging)- Replaced Remote module by the new y2remote/remote class (bsc#1070582) - Updated yast2-network dependency. - 4.0.17- Filter out modules extensions based on product, using white list approach (fate#324198) - 4.0.16- Break autoyast2 and yast2-installation dependency cycle (bsc#1070996) - 4.0.15- Do not ignore start_multipath setting (bsc#1070343). - 4.0.14- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468).- Unify firewall proposals and finish clients replacing firewall_stage1_finish by firewall_finish. (fate#323460) - 4.0.13- Cleanup old registration attempts before starting Installer. This is needed for restarted installation after it has been aborted earlier (bsc#1065167). - 4.0.12- Always show the license agreement on single product media, even during upgrade (bsc#1065172) - 4.0.11- Less eager inst-sys cleanup, libzypp actually needs some cached files during package installation, remove only the white listed known files (bsc#1063459) - 4.0.10- umount efivars properly (bsc#1063063) - 4.0.9- Write polkit settings even if no desktop is selected (bsc#1062788) - 4.0.8- Adapted complex welcome client allowing to continue with the installation when there are no products available. (bsc#1059070) - 4.0.7- Dropped call of dasd_reload which caused renumbering of disks and user got confused.(FATE#318138) - 4.0.6- AY: Warn the user if an remote installation is not completely possible because there are not all needed packages availble in the installed system. (bnc#1055279, bnc#1058071) - 4.0.5- Add support to read release notes from an RPM in the repository (fate#323273) - 4.0.4- Add support for system roles ordering (related to bsc#1049297)- Do not allow changing the selected base product on an already registered system (bsc#1060252)- Re-activated the step to search for system files (users and SSH keys) in existing systems. It was temporarily disabled during the migration to storage-ng (part of fate#323837). - 4.0.3- Removed obsolete inst_info client which is not used anymore. (bsc#1047060) - 4.0.2- Adapt to new yast2-country changes (needed for FATE#323837) - 4.0.1- Download release notes only for the selected products (if any product is already selected) (bsc#1056872) - 4.0.0- Fix license confirmation handling on single product medias (fate#322276) - 3.3.13- Configure Snapper at the end of installation if requested (part of fate#318196). - 3.3.12- On multi-product installation medias, the product selection happens in the welcome screen (fate#322276) - 3.3.11- Skip complex welcome module in auto mode. - 3.3.10- Show README.BETA if it exists (bsc#1047060) - 3.3.9- Show the product's license from libzypp in the welcome screen (FATE#322276) - 3.3.8- Replace Installation::Product and Installation::ProductReader classes by Y2Packager::Product and Y2Packager::ProductReader (related to FATE#322276) - 3.3.7- Merged storage-ng branch to master (fate#318196) - Note: all changes below with this date belong to the merge. - 3.3.6- storage-ng: adapted to the new Y2Storage::StorageManager API and improved probing and activation of storage devices.- adapted inst_disks_activate.rb to storage-ng- storage-ng: Taking /usr/bin/findmnt in order to evaluate mount points. Floppy support removed.- storage-ng: use the new library for storage hardware probing (devicegraph) instead of the old one (targetmap)- storage-ng: removed dependency from (old) yast2-storage, even if it breaks some functionality.- storage-ng: commented installation-related code relying on the old yast2-storage- Fix crash when going back from product selection (FATE#323450) - 3.3.5- Allow using base products from additional repositories (FATE#323450) - 3.3.4- New client for product selection (FATE#323450) - 3.3.3- drop reading /content (FATE#322386) - 3.3.2- openSUSE only: reword title of desktop selection dialog (boo#1045180) - 3.3.1- when custom role is selected in desktop selection keep default value in /etc/sysconfig/windowmanager (bsc#1030873) - 3.3.0- Allow different mount point for home partition (Fate#323532) - 3.2.46- install the yast2-registration package only in SLE (bsc#1043122) - 3.2.45- "custom" roles: Initialize pattern selection screen with settings defined in the control files. (bnc#1031295) - 3.2.44- Do not lose the desktop selection when the online repositories is pressed. (bsc#1033594) - Do not allow to continue without desktop selection. (bsc#1040884) - 3.2.43- Fixed path to the "adddir" command (it is /sbin instead of /etc) (bsc#1041882) - 3.2.42- Added requirement of 'cwm/widget' in hiding_place as consequence of changes made in CWM. (boo#1039901). - 3.2.41- Fixed push button label ("Configure Online Repositories") (bsc#1039988) - 3.2.40- Don't crash if the regurl provided by linuxrc is invalid using the one provided by the control file as fallback (bsc#1035908). - 3.2.39- Move CaaSP specific code to yast2-caasp package (bsc#1036838) - 3.2.38- bsc#1031840 - changed CheckFreeSpaceNow to use LANG=en_US.UTF-8- Add a NTP Servers settings to the overview dialog (FATE#323249)- Use y2start script instead of y2base (bsc#1027181) - 3.2.37- Added configuration-management to inst_finish. (FATE#319830) - 3.2.36- Renamed Controller Node to Administration Node (bsc#1032057). - 3.2.35- Move CaaSP specific code to yast2-caasp (bsc#1030874) - 3.2.34- Use the shared package download and extraction functionality from FATE#320772 - 3.2.33- Added some extra space to the openSUSE desktop/roles selection dialog (improvement on the fix for poo#14936, bsc#1025415). - 3.2.32- Allow proceeding with the installation after a blocking condition has been corrected in the overview dialog (bsc#1029291). - 3.2.31- Improve roles buttons distribution in textmode (related to FATE#320772) - 3.2.30- Fix desktop selection during installation (bsc#1029312) - 3.2.29- Support to add roles through addons (FATE#320772) - 3.2.28- fix crash when reading if desktop role should have default pre-selected (bsc#1025415) - 3.2.27- Really use the directory.yast file (fate#322372) - 3.2.26- fate#322328 - adapted all-in-one dialog according to comments from UX - 3.2.25- CaaSP: do not crash when used a dashed url for the controller node location (bsc#1024965) - CaaSP AY: Adapted requirements of yast2-services-manager. (FATE#321738) - bnc#1022546 - update all-in-one's subdialog (network/kdump/partitioning/...) overview when the dialog is closed and do not lose another content already entered by user. - 3.2.24- Add new desktop selection client for opensuse based on roles (poo#14936, bsc#1025415) - drop "inst_new_desktop" client which was replaced by new desktop selection one - 3.2.23- Self-Update only shows errors when a custom URL is used (bsc#1025251) - 3.2.22- CaaSP all-in-one-dialog: added validation to the controller node location field, modified label and write it to the minion master.conf file at the end of the installation (FATE#321738) - CaaSP: Display the Beta product warning at start when it is present (bsc#1016887) - Enable CaaSP specific services on the installed system (FATE#321738) - Do not crash if role contain own service to enable (bsc#1022762) - 3.2.21- Downloading release notes: Do not download them at all during AutoYaST (bsc#1009276) - Use the directory.yast file to check avilable translations (fate#322372) - 3.2.20- Downloading release notes: Do not try again if the host or the proxy cannot be resolved (bnc#1022784) - 3.2.19- Ask for installation confirmation in all-in-one dialog before proceed with it. (Fate#322328) - 3.2.18- Respect newly registered update repos in software proposal and do register. (FATE#322328)- handle proposal errors in all-in-one dialog (FATE#322328)- Added an all-in-one installation overview for CaaSP (FATE#322328)- Add an option to disable the self-update feature through the AutoYaST profile (FATE#319716) - 3.2.17- bnc#1017752 - do not show language change warning in software proposal incorrectly when language was not changed. - 3.2.16- Do not retry to download release notes if a previous attempt failed (bsc#1015794) - 3.2.15- add ability to roles to enable list of services when selected (FATE#321754)- fate#321739 - Made user's interaction possible in case of error in read-only proposal. - 3.2.14- AutoYaST after second stage: Initialize tty1 in order to remove old YaST output and to show the cursor again. (bnc#1018037) - 3.2.13Port changes from CASP1.0: - Change layout of new installation dialog according to UX team suggestion (FATE#321754) - Set root subvolume read-only if configured (Fate##321755) - Document new control.xml parameter root_subvolume_read_only - Add new installation dialog with keyboard layout and root password (FATE#321754) - Added worker role dialog (Fate#321754) - implement support for running additional dialogs for specific roles (FATE#321754) - Added description for readonly_timezone and clone_install_recommended_default flag in control-file documentation. (Fate#321754, Fate#321764) - 3.2.12- Do not crash when the proposal screen is configured through an AutoYaST profile and tabs are not being used (bsc#1013976) - 3.2.11- fix missing icon next to SSH Key Import in autoyast (bsc#988377)- add missing file causing crash (introduced with generic fix of bsc#1003682) (invisible in master since autotools support is dropped there) - 3.2.10- Documentation for new storage related parameters in control.xml (Fate#321736)- The user has to confirm when the configuration proposal contains a non-blocking error (generic fix for bsc#1003682) - 3.2.9- Fixed bug: AutoYaST hangs while running second stage. Removed network.service in the Before section of YaST2-Firstboot.service. (bnc#1007752) - 3.2.8- Do not crash if importing ssh config from system which /etc/os-release does not contain pretty name (bsc#1009492) - 3.2.7- Added support for read-only proposal modules (fate#321739) - 3.2.6- Documentation for subvolumes in control.xml (fate#321737)- more robust password filtering in y2start.log (bsc#798966) - 3.2.5- Set libyui-ncurses environment before starting the installer (related to bsc#780621) - 3.2.4- Bump version number to release fixes for bnc#999895, bsc#988700 and bnc#999953. - 3.2.3- AutoYaST upgrade: Do not override the Report module settings in the AutoYaST upgrade mode, keep the previous settings (bnc#999895).- Translate description of Snapper snapshots (bsc#988700) - 3.2.2- Fixed crash if one defined proposal module has not been found on system while switching back from "Expert" proposal. (bnc#999953) - 3.2.1- reduce time needed for building this package - 3.2.0- fix skipping of proposal returning empty hash otherwise it creates non sense proposal entry in UI (bnc#994127) - 3.1.215- Display a warning popup when the installer self-update uses the fallback URL instead of the selected SMT or the default SCC server (bsc#996179) - Do not contact the registration server in self-update when network is not running, skip self-update completely - 3.1.214- Move the installer self update step earlier in the workflow so the user entered values are not lost after restart and avoid repeating some steps again (bsc#985055) - This also fixes losing some values due to restaring YaST (bsc#993690), (bsc#992608) - Improved the self update URL handling - the boot parameter has the highest priority, always ask user when a SLP service is found, in AutoYaST mode SLP needs to be enabled in the profile - Display progress when downloading and applying the updates - 3.1.213- Replace unicode bullet char by asterisk for ncurses (bsc#995082) - 3.1.212- fix writing proposals (bnc#994127) - 3.1.211- filter out same repositories from extraurls if they differ only in trailing slash (bnc#970488) - 3.1.210- SSH Importer: Width fix to avoid cut of CheckBoxFrame Label (fate##319624) - 3.1.209- Fixed testsuite for inst_complex_welcome after implementing lazy loading in ProductLicense in yast2-packager (bsc#993285) - 3.1.208- Fix the registration screen initialization when SCC server is used during self-update (FATE#319716) - 3.1.207- Retrieve the self-update URL from the registration server (SCC/SMT) (FATE#319716) - 3.1.206- UI, UX and internal handling for the Welcome screen optimized to prevent from not showing that the license needs to be accepted (bsc#980374). - 3.1.205- If the user has skipped multipath activation, don't ask again after installer self-update (bsc#989770) - 3.1.204- Don't halt the installation if installer updates server cannot be reached when using AutoYaST (bsc#988949) - 3.1.203- simplify and speed up inst_finish client (bnc#986649) - add test suite for inst_finish client - 3.1.202- Run extra inst-sys cleanup to free more memory on systems with low memory (bsc#974601) - 3.1.201- Properly adjust the OOM killer (oom_score_adj has a different range than the original oom_adj) (bsc#974601) - 3.1.200- Added AutoYaST schema file "ssh_import". (fate#319624) - 3.1.199- Make writing of bootloader settings the last step so that other installation steps (kdump, cio-ignore) do not have to waste time repeating it (bnc#986649) - 3.1.198- Display more information in the error popup when downloading the optional installer updates fails (bsc#986091) - 3.1.197- Avoid restarting YaST when self-update repository exists but is empty (bsc#985113) - 3.1.196- call set_videomode to adjust video mode (bsc#974821) - 3.1.195- Fix architecture detection during self-update (bsc#984656) - 3.1.194- Adapt AutoYaST to support import of SSH server keys/configuration (fate#319624) - 3.1.193- Drop yast2-installation-devel-doc package (fate#320356) - 3.1.192- When importing SSH keys/configuration, only regular files will be considered (bsc#982522) - Force YaST2-Firstboot.service to run after YaST2-Second-Stage.service (bsc#980365) - 3.1.191- Move the debugger invocation code to yast2-ruby-bindings package to use the same implementation at run time (FATE#318421) - 3.1.190- System Role: centered dialog (ncurses).- More visual improvements in the SSH keys importing proposal summary based on blog entry feedback. (Fate#319624) - 3.1.189- Start the Ruby debugger at the beginning of installation when Y2DEBUGGER is set (FATE#318421) - 3.1.188- Visual improvement in the SSH keys importing proposal summary- The user is now informed about SSH keys to be reused (copied from a previous system) during system installation. - The user can select a different partition (or none) to read the keys from and whether to also copy config files. - SSH import functionality not longer depending from "copy_to_system" feature. - Fate#319624 - 3.1.187- SSH installation: handle closing the initial installation screen by the window manager close button (bsc#979499) - 3.1.186- Do not copy licenses from inst-sys to target system. Showing EULA location in the installed system. (fate#219341) - 3.1.185- get more texts for roles dialog from control file, allow a general label (bsc#974625) - 3.1.184- Always read the lists of local users in the previous system to have them available during user importing (part of fate#319624) - 3.1.183- Disk Activation step will be skipped in case of installer update success (bsc#974409) - License agreement will be remembered in case of going back after a installer update. - 3.1.182- Fix handling of license acceptance in welcome screen (bsc#975774) - 3.1.181- Run the automatic installer self update also in the AutoYaST mode, read the optional custom URL from the profile ("general" -> "self_update_url" node) (FATE#319716) - 3.1.180- bsc#956473 - improved formatting of network interfaces listing - 3.1.179- do not install perl-Bootloader-YAML on target system as it is no longer needed (FATE#317701) - 3.1.178- Automatic update during installation will use Zypper repositories instead of Driver Update Disks (FATE#319716). - 3.1.177- Moved proc_modules.scr to yast2.rpm to avoid that yast-sound depends on yast-installation (bsc#972310) - 3.1.176- Added automatic update during installation (FATE#319716) - 3.1.175- System Role: align labels (FATE#317481). - System Role: pop-up if changing the role to a different one. - 3.1.174- Moved Yast::Transfer::FileFromUrl here from yast2-update (FATE#319716). - 3.1.173- Added a System Role step in the installation (FATE#317481). - 3.1.172- bsc#956473 - network interfaces listing shows all IPv4 / IPv6 addresses per device - 3.1.171- Ensure plymouth does not interfere with X11 when executing yast2-firstboot (bsc#966874) - 3.1.170- bnc#960703 - network service setup moved into yast2-network package. - 3.1.169- Remove autoyast clone button (fate#317970) - 3.1.168- Removing network dependencies in the service files in order to prevent booting cycles in Tumbleweed. (bnc#954908) - 3.1.167- fixed function name to check zKVM hypervisor (bsc#956736) - 3.1.166- don't enforce the disk activation dialog on zKVM (bsc#956736) - 3.1.165- Ensure second stage and YaST-Firstboot don't get killed by getty when running over 2nd or 3rd serial console (bsc#935965) - 3.1.164- Do not crash in proposal client if zfcp proposal reports itself as unavailable (bnc#956745)- Save the software selection for using it later in AutoYaST when deploying installation images (bsc#956325, bsc#910728) - 3.1.163- Ensure second stage and YaST-Firstboot don't get killed by getty when running over serial console (bsc#935965) - 3.1.162- Language selection screen fixed to immediately apply the keyboard layout after changing it automatically (bsc#947969). - 3.1.161- Simplified second stage systemd unit to avoid dependencies cycles (bnc#947521 and bnc#931643). Logic moved to YaST startup scripts. - 3.1.160- fix bug preventing to finish proposal in some sutuations (bsc#944334) - 3.1.159- Fixed setting language / languages in the installation welcome screen (bsc#943746, bsc#944035) - 3.1.158- Move #second_stage_required? method to InstFunctions module to be used by AutoYaST (bnc#892091) - 3.1.157- fixed cio_ignore testcase This testcase is for bnc#941406 - 3.1.156- AutoYaST S390: handling cio_ignore Entry in order to set it (values: true/false). If it is not set cio_ignore is true. So it is backward compatible. (bnc#941406) - cio_ignore does not make sense for KVM or z/VM. So checking for KVM and z/VM and evtl. disabling cio_ignore (fate#317861). - 3.1.155- AutoYaST second stage: YaST2-Second-Stage.service Continue installation even if plymouth has returned an error. (bnc#940878) - 3.1.154- Fix release notes loading when network is not working (bsc#940648) - 3.1.153- store cio_ignore settings before installing bootloader (bsc#933177) - 3.1.152- avoid duplicating release notes for products (bsc#935599) - 3.1.151- Moved client code to lib/installation/clients to enable test coverage measurements. - 3.1.150- Cleanup for snapshots made during installation (bnc#935923) - 3.1.149- Fixed handling user request to change an installation proposal (bsc#936448) - 3.1.148- fixed menu button label in the proposal (bsc#936427) - 3.1.147- add ability to hide export button (fate#315161) - 3.1.146- Implemented triggers for installation proposal (FATE#317488). Any *_proposal client can define 'trigger' in 'MakeProposal' that defines in which circumstances it should be called again after all proposals have been called, e.g., if partitioning or software selection changes. - 3.1.145- fix crash in Upgrade when creating post upgrade snapshot (fate#317973) - 3.1.144- add a client to create a snapshot after installation/upgrade (fate#317973) - 3.1.143- set Xvnc server resolution to 96 dpi to fix broken layout in VNC installations (defaults to 75 dpi) (bsc#919456) - 3.1.142- Fixed an error preventing the VNC connection during second installation stage of AutoYaST when using VNC=1 (bnc#923901) - 3.1.141- Fixed differnt bugs in proposal overview with multiple tabs. - Checking if plymouth is available while starting second installation stage for AutoYaST. - 3.1.140- Always enable systemd startup services for Second Stage and Firstboot (bsc#924278) - 3.1.139- avoid endless loop when confirm update in proposal runner (FATE#315161) - 3.1.138- fix method missing error in proposal_runner (FATE#315161) - 3.1.137- fix dependencies in proposal_store (FATE#315161) - 3.1.136- allow proposal runner dialog to use different proposal store (FATE#315161) - 3.1.135- get list of mounts from /proc/mounts in umount_finish (for fate#318392) - 3.1.134- Delete or copy install.inf as applicable (bnc#897066) - 3.1.133- removed redundant initialization label (bnc#878538) - 3.1.132- The unit tests are now compatible with RSpec 3 (bnc#916364) - 3.1.131- support custom display number in "display_ip" boot option (bnc#913888) - 3.1.130- AutoYaST: If the system starts in multi-user mode plymouth will be quit while installation in order to ensure that installation will be finished on console 1 and the login prompt will be shown. (bnc#903682,889757,897956)- allow keyboard layout testing in language dialog (bsc#889549) - 3.1.129- explicitely set language packages for installation during the live install (bnc#904103) - 3.1.128- fix typo causing error in installation ( catched by openQA )- Properly install new Proposal* libs to fix installation- Refactored inst_proposal into Installation::ProposalRunner and Installation::ProposalStore. - 3.1.127- fixed progress bar during (live) image installation (bsc#854378)- do not stuck during copy of logs files (bnc#897091) - 3.1.126- Fix bashisms and shebangs in scripts (by "Ledest") - 3.1.125- drop check for Gtk since Gtk UI of YaST is no longer supported (bsc#908607) - 3.1.124- remove X-KDE-Library from desktop file (bnc#899104)- Added more debug information in order to track bnc#897091 - 3.1.122- Merging changes from 3.1.116.1 (SLE12 maintenance branch) - Fixed the "previously used repositories" step to work properly when reached using the back button (bnc#889791) - 3.1.121- Improve dialog asking if system should be cloned (bnc#900028) - 3.1.120- AutoYaST Second Stage: Fixed a crash in package management when running in Qt UI with libproxy1-config-kde4 package installed. (bnc#866692) - 3.1.119- do not write obsolete /etc/syconfig/boot RUN_PARALLEL key (bnc#896207) - 3.1.118- properly setup locale in installation start script to display texts and labels correctly in a texmode installation and also to translate all buttons in graphical mode (removed "testutf8" calls, it has been dropped, always set UTF-8 locale) (bnc#902411) - 3.1.117/bin/sh/bin/sh/bin/sh/bin/shyast2-installation-devel-doclamb18 1599512901  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'(4.2.45-lp152.2.6.1     !"#$%%%%%#&'''()*+++,-.binyupdatestartupAUTHORFirst-StageF02-hwinfoF03-umountF04-languageF05-cmdlineF06-terminalF08-loggingF09-startF10-cleanupSecond-StageS02-loggingS03-autoconfS04-languageS05-configS06-servicesS07-mediumS08-startS09-cleanupYaST2.First-StageYaST2.Second-StageYaST2.callYaST2.sshcommonarch.shfunctions.shlanguage.shlogging.shmisc.shnetwork.shstage.shvnc.shhookspostFirstCallpostFirstCall.readmepostFirstStagepostFirstStage.readmepostSecondCallpostSecondCall.readmepostSecondStagepostSecondStage.readmepreFirstCallpreFirstCall.readmepreFirstStagepreFirstStage.readmepreSecondCallpreSecondCall.readmepreSecondStagepreSecondStage.readmerequiressystemYaST2-Firstboot.serviceYaST2-Second-Stage.serviceclientscio_ignore_finish.rbcio_ignore_proposal.rbcomplete_workflow.rbcopy_files_finish.rbcopy_logs_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_complex_welcome.rbinst_congratulate.rbinst_custom_patterns.rbinst_deploy_image.rbinst_desktop_roles.rbinst_disk_for_image.rbinst_disks_activate.rbinst_doit.rbinst_download_release_notes.rbinst_extrasources.rbinst_features.rbinst_finish.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup.rbinst_keyboard_root_password.rbinst_license.rbinst_modules_extensions.rbinst_network_check.rbinst_ntp_setup.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_product_selector.rbinst_proposal.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_ssh_import.rbinst_system_analysis.rbinst_system_role.rbinst_update_installer.rbinst_upgrade_urls.rbinst_welcome.rbinst_worker_continue.rbinst_worker_initial.rbinstallation.rbinstallation_settings_finish.rbkernel_finish.rbldconfig_finish.rbnetwork_finish.rbpre_umount_finish.rbprep_shrink_finish.rbproxy_finish.rbremote_finish.rbroles_finish.rbsave_config_finish.rbsave_hw_status_finish.rbsave_y2logs.rbservices_finish.rbsnapshots_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbx11_finish.rbyast_inf_finish.rbincludeinstallationinst_inc_all.rbinst_inc_first.rbinst_inc_second.rbmisc.rblibinstallationcio_ignore.rbclientscopy_files_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_complex_welcome.rbinst_congratulate.rbinst_deploy_image.rbinst_disk_for_image.rbinst_disks_activate.rbinst_doit.rbinst_download_release_notes.rbinst_extrasources.rbinst_features.rbinst_finish.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup_client.rbinst_keyboard_root_password.rbinst_license.rbinst_modules_extensions.rbinst_network_check.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_system_analysis.rbinst_update_installer.rbinst_upgrade_urls.rbinst_welcome.rbinst_worker_continue.rbinst_worker_initial.rbinstallation.rbinstallation_settings_finish.rbkernel_finish.rbldconfig_finish.rbnetwork_finish.rbpre_umount_finish.rbproxy_finish.rbroles_finish.rbsave_config_finish.rbsave_hw_status_finish.rbsave_y2logs.rbservices_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbx11_finish.rbyast_inf_finish.rbcopy_logs_finish.rbcustom_patterns.rbdialogscomplex_welcome.rbdesktop_roles.rbntp_setup.rbproduct_selection.rbregistration_url_dialog.rbssh_import.rburl_dialog.rbdriver_update.rbinstsys_cleaner.rbinstsys_packages.rbminimal_installation.rbprep_shrink.rbproposal_errors.rbproposal_runner.rbproposal_store.rbremote_finish_client.rbselect_system_role.rbselfupdate_verifier.rbservices.rbsnapshots_finish.rbssh_config.rbssh_config_file.rbssh_importer.rbssh_importer_presenter.rbssh_key.rbsystem_role.rbsystem_role_handlers_runner.rbsystem_role_reader.rbupdate_repositories_finder.rbupdate_repository.rbupdates_manager.rbupgrade_repo_manager.rbwidgetshiding_place.rbntp_server.rbonline_repos.rbproduct_selector.rbsystem_role_reader.rbsystem_roles_radio_buttons.rbtransferfile_from_url.rbmodulesImageInstallation.rbInstData.rbInstFunctions.rbSystemFilesCopy.rbVendor.rbschemaautoyastrncdeploy_image.rncssh_import.rncscrconfcfg_windowmanager.scretc_install_inf.scrrun_df.scrYaST2org.opensuse.yast.Installation.desktoporg.opensuse.yast.ReleaseNotes.desktoporg.opensuse.yast.Upgrade.desktopautoinstallmodulesdeploy_image.desktopssh_import.desktopyast2-installationREADME.mdsysconfig.security-checksigiconshicolorscalableappsyast-image-deployment.svgyast-installation.svgyast-release-notes.svgyast-ssh-import.svgyast-upgrade.svgsymbolicappsyast-installation-symbolic.svgyast-release-notes-symbolic.svgyast-upgrade-symbolic.svgyast2-installationCOPYINGmetainfoorg.opensuse.yast.Installation.metainfo.xmlorg.opensuse.yast.ReleaseNotes.metainfo.xmlorg.opensuse.yast.Upgrade.metainfo.xmlYaST2hooksinstallation/usr//usr/bin//usr/lib/YaST2//usr/lib/YaST2/startup//usr/lib/YaST2/startup/First-Stage//usr/lib/YaST2/startup/Second-Stage//usr/lib/YaST2/startup/common//usr/lib/YaST2/startup/hooks//usr/lib/systemd//usr/lib/systemd/system//usr/share/YaST2//usr/share/YaST2/clients//usr/share/YaST2/include//usr/share/YaST2/include/installation//usr/share/YaST2/lib//usr/share/YaST2/lib/installation//usr/share/YaST2/lib/installation/clients//usr/share/YaST2/lib/installation/dialogs//usr/share/YaST2/lib/installation/widgets//usr/share/YaST2/lib/transfer//usr/share/YaST2/modules//usr/share/YaST2/schema//usr/share/YaST2/schema/autoyast//usr/share/YaST2/schema/autoyast/rnc//usr/share/YaST2/scrconf//usr/share/applications//usr/share/applications/YaST2//usr/share//usr/share/autoinstall//usr/share/autoinstall/modules//usr/share/doc/packages//usr/share/doc/packages/yast2-installation//usr/share/fillup-templates//usr/share//usr/share/icons//usr/share/icons/hicolor//usr/share/icons/hicolor/scalable//usr/share/icons/hicolor/scalable/apps//usr/share/icons/hicolor/symbolic//usr/share/icons/hicolor/symbolic/apps//usr/share/licenses//usr/share/licenses/yast2-installation//usr/share//usr/share/metainfo//var/lib//var/lib/YaST2//var/lib/YaST2/hooks/-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:13932/openSUSE_Leap_15.2_Update/e4f02a4018f7571a151006e32140f5e7-yast2-installation.openSUSE_Leap_15.2_Updatecpioxz5noarch-suse-linuxdirectoryRuby script, ASCII textUTF-8 Unicode textPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableASCII textRuby script, UTF-8 Unicode textSVG Scalable Vector Graphics imageXML 1.0 document text  RRRRRRRRRRRRRRRRRRRRRRPPPPPPPPPPPP(5>U*Vyast2-add-onyast2-firewallyast2-online-updateutf-8453a96c2f79612206b404275ba1d137a0a3c22ba0f7e4664958046ad78e7b4a3?7zXZ !t/] crt:bLL f'OQ a_p0emXĶ}9u]B Ww]20$U16w7TkQc+3 9z&„eGE-%\r #hͺx]vl1ՄxF&LIaPF mFq VP 6!Mcsտ42$7 (D ֨j]sՀKۤ a=M̞Hھʝ*#(7ldﮋ+Ho^(J)׵ (i*چВSsـ~Q6;b#|j( s ECm)EӎE5~*CZ~M;͉taD#}cuO-R承9y等ѻ ї"L$BM19Y[4"/VxI?48ɷpda R݀ f Po nI : ,hVh*ս %c܋؉&POo*.iIl'!g}(weЦFyϘ&"c U201Xxny(*%oa~-`ՑN#+#y'Uȋ -n@gSKF)Ǐj<~PrQIS]u tbc jNg'~1{eC1Q\Q+n}?; GUDntG(ΒD9x-Hd~ݍ9FNi(ɗ|y}>- tpt*IݕM3V>eA΃]qkhIF='rNi²؝I Y-\Oc3roDP4ZI_ԑ- y_j3Ai\E 7TSWC<&'ꨁY}%XJm7%SI-/oK˾bw)m=Kq-)4' 0pAj]w‹:͑y' >lݷO}cw։(kB>̏U.ɡ}at,Z! QZ;.&AensP{J9:1\[Te o-<42 f!o+[֛.rc 'Yzҟ4P{/(سߠ7<b S :}YkdOmz&]"kh7l! 9AtOb-ݞR7qw_#a1wGPn?/.x]4h]Oz- ݜ,`E ,xR/_b3 @C6.$Y7HUC_ab-H6E ك/l8NR{引E\ߙ 6 |>!tMzHA'm2V^p4?!('xzVS| 8 6@-FUO0IN!2ZHԘ ?#K2}e7Oj_|EBy>y{o=x &R{Qt4 tG"?НQ|5u6Nb5*{ǤT#CImOdJ=1׍)}c.i!Fu:5AsѮ4ObF `{h|5[2X[ ƳK\h cmv Hy[y7_ oM{ r(h 1l :ƴCsaâ!^DC0pDi@#=9Z'8nYmoG &\S .5/A >-|@3}Y|u [3 la2k H+]'&@B$-hqq-r#k;9"lzxFT>'kM O3/kg"]j0 . R"u-}eiQJ^(C:vc/qyy#яe-[hu6Xd_t%Nq7>)*c_6w$`_( E7/Qr[ ii_J]' .EZ)q`ajIu.lkgQtu 9A 65'KBc=DMs391@ø?f݄B'38 2yѳw.˟7z-Y ^\@b;[<&DU@6@[01Җk|'kdv-e꿡>mnb~Z~6dƨK\M?#)J Ҍ3.)jgf{ 9My`M`8L{iK[% ד4䜠ժI'-j;.NFѲfoqD͢`,u{WC6̣woCTQ0*~?2FփO1Ã/hao "C 4c/8+upfGtuqF!Hp:[K]Nʓ0҂$HGlgu;7-y\t^~}s ؤ=:tnGjv3"1 ?d|K oxOQf ռG:2g<BOYvgK~p$ 9}!05@ XR5.5JPza~ȕ /SwX [u}s32T`-ރ}t+W0F)ܽƓ%K`! hd/ 7{J3,QYƽ>Ce/8YaWk0YU-gy 3vsoyD4ώc1{>闅~cB.q|K{+j644Y/Pef+L2|uK.)U!&3`ϧYfs@ʹǔA4)/nxI4qIHbo9& 8$~pGNCUSoZ Gq v[bY19{6d֖r+kYIgˤiQI ;a h|DT^ 6 VGJ@9:Bt`%`D&pe\x~ю>?@!XHjJ:L^2K[w^./2(pM }a;G q5re?7:8b@=q!>CIm KpRKW]r)U.oDmlE?]bөH |6Aˣ;_ 8J}vklNQ)Atu:7%똣qP ٓӳY^i^wߥY~]`ƭv)UKGKTZkOSgB~T9…h:CB4cVBqJ6r!bHoh:9Mڡ/?:8E=,Qjäj:sƕɍpzg J ndZ,1I(~YQh4USa^X\~QѰŎLPT& /Y,4fDw7zfD)?~0ړVv Q%i`ihxcv4]꒿/,Y%~{$!mvn.Qcj|`9yf]IſN$"L *i3fX'/N'ҼEu7EI:8*ur'oV =#Sh^>}IL9?vΈz]}%6֌-Uh%P(^A:c#w%>@[':a{GOT^8xhHY_}=tZF/{,gJWnp:2Q<܉C\]}K{}6*S =)Qkϓ%S?I6e;=f=ˇ_ra|3Щ{{30,tDZj&ކBF[ba2%7O]]Y0Adk;"@}@[;aK@W@-E<$D#Sr[gBe=Θ_eyi~-JRaU w+X=)N$rIZ~'>]\]e<,B((t(CVT [s۞.udCy쫍63:i#oKGl,em*K66a D)n)j\Q@+ZUAh*n 2qkAd%TDj j\ &R=*x`BZñ";2 oڀZm,6 JQTսD,#1/BR-1}tf3xIvdH4:MXC!ٜ&[!_ I[UU̦>X?H*ox}lեvsMQN^rX|_=ѻC ]'pSZLs{U(j_@'D[_,`AhS<)$UfZP'tմp[[L\PlҼ-@󡇎֝q eq .4p)[kw !/7 FjQT;kc.:/UNQ*%Sw?'E0M ~YP|oA7hgI_u~]_qm 4achu9l # ڠE X~xdҙ4S Iuj)>bif _de~9cm(b^++U9ܪ}B w7SGdvK㘋 @µ5m[Xb+(ϛG2WjC fuP7_vR\ٵ=~'_ @ mix7DXMFbU`ʣș6oJܟj'8bRof&{Q9 C\M2,7Y( )|'c&~ycĚ]Vyt $ԊyUE ekytºOD,اyĨ)rClCj>Zzj;Y Fqb*Iy,ڮQB2gZlsTWh1J%7VbWHz˖uU$< (ѡ+av~1Wle,BIꏡWOV_ykMw몸t>^{ .@ )]a9-uufS!y#´q̀w,z(qYn7;s&n~X•LJm0rA^4]ص#elut"OHPݔeiȯF GVz׵'(6 0WX7|2*Y)K-vCGj)3Cq {JLm}p;W=d铙K?/װh~$&9f5Poq厾ޙ$V"ȸ}۪n3PYVT'mFP2 $ύ?x=S]@a/L{es8lKOJ?sy%kڢ*'H9?3~C;5, oo :J?pI4a %a6k !+\*?;ro[X{w)RNMؠ0^a2j.o71\_6+LˮtGn8mm =+Ic^ڬ"vܻEA3,=z?v ]CYH6ʹϛT(aH6JYEm_1 /KG:I)`@n_gB aH B~7 Sd>|UB7eL#i)`8T>B*5Dѡd0gصř;Ů ? t޺ό.-})#W3< 6 `.6 GK24eVS˹N\|a~S] Xj+OTW!c$Ye}Eize9[<_x15ƄFHx BB`Ð}L;E0~͌L{!p4PƬ0kUP^qҾ?_kf?aTCX?'7S$1e>i.gI+Ǧ&n}zmA3?k8 'VtD ^)ͨtRb2x)=ZySXv. k|2[A*XJWs{ #lM{0sVXmegfqWخM ր-7OZV5&ԝ-2`νc}!T"Ҩ1KNː; P!?3M>-?Qz 5MIcfri*HŘ6P7s[o|j %M{A*s`z6P*' X[sMpi$*o]J#3JrjՂU%aC"{MnSN(ʏCθo|(n>h 3 l@EDX/+ fm\]2S{aa+ 9r#%așPwbe?RU! x)Q>>^q.k)i& ̇`.Fq3JccM&ЁAH/'*:6`o5y d95A'TJ'¢<e"b5V `'IebeG91գGkN]RIY,A[E`Bbgw`Dfb#{E2}/?`y%frGgS+{IQǕFWK甉=8Ӡcp.ML Z,[gdzD=r]MEu([mfm^D`Q` GZ2i/H*diN#KǢ< ͚xFy[kבr-^ $:hzHy%ya.?bM)X:QFĎfſL$ȌuB<mwl _[YPGK 2_.;w'qP# g5s"[2Z,7(4ݟbr*t==kHpe eɛ9N=Hi~e+p3TcrXyԩ,+ϡbXQqg P\?OwfUVgH}2N^ xHz$5?Nൠ>r }oXvPQRV&[F.Xr)N"S0^U<tєo5 #" ӞY;[ ֕5D"ݤⶃ3|nH}Jm8%ĝ|(.`V4տʱ2ԛdFܸ Ҷz*p.!T_ab GCt -Uk<.NW\E_q)TjT~D0u4i-F課`!-~SY̑=,]L5ڞme{2bjd-YCbˣ _Ŵ )/ďLq6u`A"B!EKdexHx q>Aㄬt9CeNo@= >q9pRݡbxd ) z,As_vtqt_D t}vν/ИwX#A1~b Vj$a +,@"}`Dj!bؤ6c-kdnL ˽mBctHKf9& zNX~0v9C8:t(Y}[@ jIf޽(@񄻖XDEb ;%UkP_wW_cS1|oߴC+-У(OSًAgxSx}P om /`}!u)0Ȁ&9ϓzRn9:ɥqXj1e;'#g)+:@UryIzJ "ߕ#ΓW*dOHMpYc9@*;b]/8WyBH8,}B $hqC.,xzs5RчxUCjd[n0)&\}L rRLbEJvG4`| J0m>ցăzQ.h'VXsfN~ѿYwA0f_PR%q@;5dOCN,P9u}0,P8=@ݝW߆b*(v~EOa,t Ǟݷ=9v6$=HGӽ|vC@C[Kܨŋ՞iEC`t:ݰ Lq ƨEh(Wm4ܼpT὇I+OHzV);"R=40걥Y \#ϻA@5vxwI6NͯY-~,OܣCq5ꍗjj9Ei*0κ}sCHO"b(&rAP-(pn!r\;x73$C)UMYjqK&t܇ aj@ k7(j7l'eA HNnYI<^%Cf9M !i("\lV1`:*/C4kV"9 M}N&GAG'g1i_;#f%iG.[,m4M/V"dr\\BRnMD'!E̺Ň"}5$;]1BM_l=w; Kx](Yq{ؐݏE+%M ܺ__#*B{6AD D)Q]VXRex56?iq;Ogt9 qƶ$^A4P#輋}U_Ղ`:,MQȟ:wyW7)^ՒqtYjD~\Lgq3 -dJ+th`-ꞡGTN-,*zftd$MzϏz4, 兂,T)jT?9 s"clj{W/%?߾5٫wّUW`jEM!Ⰽ6Ap~M$Ɖ՞N|!O_ޞ:8CZUj 4ց+ߨ@Dlѩ}o^,5ipʰOBEW5[qN;>Rm8.W%ԴVAh;NFa^ApYDNx!gp1_0D*:V>&>V]iiō'Rp#ƢRV:3$3F G؆Fr;.5v+iwŨdTC 3DjaP Wϋ)!#rD&}o|bء3Z)gR>sK`OG]S&4.aWR򣻹`a$zT;XOk(}Hwje_mjMv x[h&5C2I=icly7ra٥n]]ngtuS,p687Ņ㍩-[KK]WZ25/%nԩl&kYoQlhZJ#qexQf=*g4'yjcaDjcQ9AH̫؈ fb}SBLXeLzEw+;\{Wg CѶPQiIcs6pC}hcxYz}Q|pC\ұ(tWIP]m^j|A R-,RE&ʽ12Re;oOHtiAB߭r%2D6*AW'!DG -b2h{x).̎6}#ԑVFIm&7JsLFb 6O旅Rh'7Upla)?~EWWmw{^'K'ʏ'oF wRtrnesqZAeYc{)#lRJ c\;~)P?p>w/BIhЇU\өBHIHf^/2EH?b;o]!/=]NqVT ]|z8{S4*ήM׏SXXJKirE!E钙sy([I,ۖ'J@HaTĆQ-z#ɒOeri G4<# AAI2”Kg[\lFPDH-5S$}PWLqV] и$2ZR^丹|z(~eW%jXES'e: ?]Q|XފJc@wS y x">M)t:THg^KKn˪uhZ}{b :9:7v& ƼcT|Uo%Ǹ8;"=^ܘjyyp?S)aatJr^{ ; YCگ;h?tF88L$Bka/aݞ0*NݦX壌Z~JgG*KIL9ώ֕P}^hGCE.!AFYeYANa ȇ3W~Ѱ|JVˉc(SsAA[}UC1T&F!\`i͙;RQ|s)bUyX!+z>˄[Zc{sSBWv|^LG;&Id;?klбD<LTdsM,"QiB.Y]zɑ&p nI_L5 ,uqCEuQ ©|IًTGe5Bm&MP~$G E>ⷼLqbǧT!L)BŤ@FaZU/t@`xyk#$TFF*5=զ@]PIV5a1GYK7@]rvȵ1Amwn=]MFe"a ``_uVVʧavr##R'mѩo C=u6{茠pq W=W!f'ܜonje߈bh̠֙&S"+8<^i*Q 8M(ng' 527t@Ou,3pk!Qy^x&q2u@Ɣf?kiZD/sIl~ M2tT%Ch|uEuျ d X](tv+_H"f!;G*O9ǏeG,@MPSl|zܿac&Opf~_\#.Fv5|ެ$1$ejW䎠-Cąz_xGJ\c-wM^_L4}Q ~'%z$})nΊ bD\XF(38fqIՒ5pi!h+vOoYZbRb"eĤ,r N}0`{(]wDޤ(T#E%U>-$ekF8JnsԁiO,$TepvAuۮr;]|ҥ9;kK&v|ZD8 ޯESyWp]%2!>zaL:}nQe}coC^`%ٷZgg_J %w&!{:Vprb.fdY.Ox&@hŔ?zA_!dc8JI8cey\W!{%DF`Nڵd\c"rCA4# _-:`քoIKt#_l}Wjw>P|L늀Zx?٘7Z!(7k3+(ء8O۠qã;qLe'AR~lũp0y &j9R TL@)/k C\a6 >_SoGfDүCa 9}c y;(U US<|o:STMӯjKJꢝ@m!& @0Ƨ+N[PY.T;se ۂ{S[YѧIq裌j],K^IZTQM[Y sg/4Y{Xg Į 3*zD -5OOо8dpx'`ϱoExLoh:LF@]׸̥n=!O;|>/ު+dw,riv-N'H%n)hLN#|,\:#@~d'T ) Ek*x@Jpx?$%[;uX5ㄥç,=geBR˗j"0(wR͸Ua|6L|->$A /)r) aR[>N;2]Վ/(0/j~`܁yQּ*Ha``XCr2 ռ&D[SC:샧|5/Xm'9c73#(g&c>WėR=K0Iƅ}XQa\mF%Zc&pI\_tH*T6Wmwa`hYڥ$@\N ذ È_VXB* B>(q(*ƹm?Aiy} 9\¦PDž Mh6}I$Bn`Ďx=3s=jp:a`x (p,?gN|w̍ >1gU97 3H~Ph*9>(`nt`Acc@ E'w 3Gs`简q^Ο hL)Vf|[ S#;pt^cوx|ab[Pp3(7_$^ dt8jl&9U`ٕóqݖϰ3Al18l- [f'hY3 &JOQ m+5߷v \xd`zxhb( ]\5[9`rϚg3~ g 1 L&nA8|&F "vPy'r_byAyܔ HܯFY(8#ky^cp*m[wtsUUH陊pDXx$V\Kqފ3b`|`ڜr46uqw}Mn+ϚuT=hYhO0{mj+C!TID36:tZ?8ٟԦ).9 /7o@CCX-fLcm#"y'J.S`׽HH~}+VAC}Gi"贮k U72vcoĿc)3ڡ $KW]#T0R؈=?cf'c ZbKχgXkj s-K(@[6~5%IĶ͸@Km)7َv{̤^;yp9f*ePM90|ӓ%h2j{[Olf!wWPI@]Q:+["W-YϞ8EH㓣nt'GQ[.bX_wr/PgMˡ {&~=4D$)rK J6-K]="UK'e'Y/$^05`r4+/?_DwizgȶPZm36!k@/:)~2=*W u0d3=rDk**by8r x;j|V$Oބ^'()>N)g _˔`7X#,^=o#׾n'^NğE[WN܇}MJIZ~f:ژr1j~p'HSbW0%b-F  1 \3}؆iy4OT0<Fy,Z\ȾcD36$ 84L,&״ODi{1*Y$u'{Gg25rO~1hv^5~Jwх1ID25|49'# Hcl8=c4Y'5n4c !\F ୗ*Ej۠ILqܱ!A ^-5NWڐ}t'UZZ6%v:>%Lw1IEdmX֋yC oPQC՛5C&gy}X/Z>h^9);&.1uBz½`7k 6=>yvO w*\w%fbm@Kb8E1#Ym:MMu,t"^="!zH]5A]u=aȄeLUyf;vHRœQj63p ܴ+_uqH&_N#EB Oؼ1-n۽GNm80PHMl*']Y__ga~4'>7[BQńvUkmQ: Fc5lG#'[b|y'j,yJ]=g]Shy^CsS2vۼ+ј2Yr12$pZ3тNN~it[p+/Pi;C6@ꪽGoCPφ. ;R >hh&L.g]\u]|7})J2z!O#dS=ߍplXla6Ob)=l6B9#]8pcO|gW FZג :&rS]\}%[. pc~AE6мfj{!0I~/D+.2>49j"Te7f;$I>Is0ovc?0[IPg\e_Ȩ>ӭ䧞&?<+0uBqh^z,i崦v~5Yq6lN{ʵg -MNA/3O:H~PkRED{$Qk1r!9 mVhWW{4FTx9~VV R5.ͯ/n]]] 6ۜ3vEfS [3F~)ߓ4,~$aOݕS獦=_cz #FP $TU_7ʔt(!UAqi.m.;~z%/e>@v{Gz; 2FUNZQuJtEdơU挏R3Ȁ`R[iC@I!g> 2xgOA!Md {6,)N7J >GIu)B? ;!{%}[r?; {с0 :IZ=xwuo/z6T8? &@Rܼ̆_eg;nd4AH8+"M%4 mPY/Z^Cb4UzuAP\7w'(-1R%8lo'63x9l$C=N(Az}jao{W&ۛ>+ؐCx*VX]FĜi,tqjbl,-W^Y5 cDFѰ{HY>qsۡN+v`E^Gm3銫*q-qY\X#dKhЛ`$PLBQX$-tV6?e@eP|9=iR}fѱñ[atgp ~C1_W_/k9˃sC YS囼:beO8Ĩij~'⍪ys6qb*9 (Lq%ܒY)VLk T>Z Vdj4yxop0c0<ר!AԴz>aÒ2Ӻ(`Ajcg۪!wE+ÚIm H̶ԊSͱa enOs3% jF`7(U#&;3VQo}hl<%V7e0&,~-8Um -2Au3*}sfޛK9mA eRQ+ٶP&У>ُܮ(0EPR.x٠g Z9;rA!q9~;MM9 3P?p;#_關k^ rsO zXVWavŜsabMޛcK@Um`^lÆ8u2C&aWǝZ P5J ι8B_8=mx Kfv!X/7uADE!Z@FF#f) m;tND՛{. h,/Ӭ|E=(mnWЌ^8dMA L3QXo+Q-Ǒ "f@T)X\&mT=vj%)R[aج203}Cz?  =k! Eɺ:Ff9-̳(C&zA̻9;˥  G4ua=aYu&?wݽRA}bQyG]bׂ,NǡxU,9L#OoE.8Rd޽hM~Xm58}kV\To ٛ{ dR oX@(ѾFC+&N*!Vfr dh{-./1 *%s<(z~@ ֵu;V^,ɁyߺW䓖60@(.a DOA`WKc'Pǁ].3`i/cZg5%m`BU Vi}2}'D@2^tLfCr?0q}>zE Qg :]&nB. "]+w?`)e#,WiXP6ٯRR)BVe૶BpuME˖[Nʢ DxwSCی'})7ιXNBNti=lȄ1D4WUâ,?*Ÿ)j8@`VG}L\Y[o0VV\8}W-.':Z3,.d<@gU ~XZj%}+kVg 3>6Q|OYw7:8'L'. Yj_>aEEW a͑~,۟&k*]1k&֓mW>iʃTwj,bU6ܗGJ^BzGt=3jyx곩N1YͲ`p*pq"0¥oswn`ujUTMɰ]+O᳝)}1PT R;k!)q@l#x ۥu~'v2$hRRرا] =Tn$/6nGh\vFW\U'8kie /(]z q1Y ˝穓[}TKӦm&ѬXh^iyz`>^eb3fN׏&ߡ!t_VI,k˛#Pitj~R%G@5lPBFv W DV_DlzSͥ蓠=Ws* hӬdȸ8^ऐjS[v3y\AE}@_0T wbi*:yb.tTh0SX#x/`?(ֆǯ|r6ǺSQ:#V,QٴIN%_Z̍ j| .lxhsВkuO!|r:ȈY8c]?x`(R^x x2gWIﴀ!ܡҡguFH t |R\ЉYe/`6C1Kz!=yQ5:@(d!_3TlyHg>]Vܓ507%_o%iưF7LymH9׊s _H2jb[.;,La Cˊ;nSSƙ/d/"efe hm-Sis`U>фIޥqϱxjüekOT56COx?K![m |G'SYIptk^F!K  `+P IaB?{ y Ua))|b%HOʼڃDR6nrnPR:Od~d(P' ;~ҵ57O0&:X㰛eq}1MJ\MsD+Gӛ:+^hwzFNw.3!+ &@&X{f qPp1pyao$=!,#7pjV8nS D+Etn.AG/ hgd̳нJIF^{~di<­r'cI>eyd|. Ξp=)v{Ok":ހrX>4_8cVͮV+LU@,B@A" hfwGkeG KTB0HxS\< YmPZmgtgkhN)>dS/34-u3-qusy_i8mcmH %S|Qfz V|/%?jrV\l6ڍU#fFHSK{p?dynJdH\^O%j-L8 Ewik?+Y 3M$hYLOs$y14>>f2ˮ &s:h;|6 jD[4nMVѡ91P,,5*t]!-0E"v./'$V--p@t :[oiYUG;vr\. k9^ Zd_>m,jHdsZQ m[.'gW9bÎ~ҶvQXD3/;x 0n(M¿ѹsb>.NDb0]˞92 & yq<`CjʜbkMt \"z[M{Zuex90~4{X5@2TE{v(wr+A-埕#;Pne(0}n抮/9WCFm0&i 5û+uoҧPqOΖh隝bhC).k&kx[vg?*D( eow8cDX[7k&'Ul@<,USN0K3N\{{%efq-N/cb؟R?)E-WΤ 6T3+1 z @鄭hOR I8ط|fI?+l- :_bϛ)}Ym~#E-wd:BZ' `sqCyܕW:܋,MYǶ:R&K줝2k;E){=UjI!dElrWJ;+Iӿ5Gj{=?EO[^yne|ͯ (R_ߚ:ⅸ5W+Fi7>̅!v<-&2ѵkB\aa@۵$0h) Bw)J)K D'ro:_i ¨eK׭bnt,JYǎʖ׵r9}Òх΍$f{3fp_u^nYlⰌ9DK8%Y}X`aG7﯆!.l3+ 3QvG?Ze\0m_D+2Eh DƉ{n.?A!m򣕀ejNhw+LsQE*y*",ʪHN*~ix%8lPcqxvtљL_=J^ 3}_O\&sR_4:&cS߂ Px1IIbSorߪztsIay+wPM-UDD^;}R}#RڪV?):/=NuvXNjeW/H zX(vܖȔ'H}'㤩P#T9 Qs{DMy=sR  e<;1$9 ӕ1& *i0yR& m4{IZcE?+ſѠ̙ Sa;w "E81żJ%rgKfNq0"Y| U@E"; &-Ч -Z<><efFGUSC81G2cb,_4sEAnr A-¡W2Bna=Y*>_4ţ+}MkUP\<ܱ!jmfnT*2 :zq*ӖRFlBAdX'z`,! ͆FH=W9Jo$3r7yң3DXږ)مC8Nrx8+,JĹ$;~!M5 SjKCqdz@&!YHu|-Xl?zfr ~źIa0#WN|`cHh7Nr&Ôx8 \q|Y[N‹ 7blOEI0{pY8`I^Z-E}ן0⻾\yjR}}JJ ${XQJ^7$?/cen\#7?>*fwZxUvvbURGXh%~PX mzJU.1H/NX;LUU XB+\ˇœ!aL!5 ь=IY\8-ޓ1αimV\WWJ *Z7S0iki`C[ENrU<{;흪I3ª܉%{$Z;#A7J_s9)w:Icr(;];J _ـq%lYiAKsמ߬Tղ؅'+K\1 % gZM)8ug<[*P6:pƒ噂|mʤ ғwjsFZc~./7(ʼs@Y1N ,Hyj44[ ,uJۢ' e΋Md9mPg٬@Oz1$:mdc^eN4؀^nhqp/A0ګAf91&bV*AX"c5n]N?c_xPN@$XgI%wA[z9k8D,I'%G7%iVW# pU||N&Ymx -KI虎f{e =SUuj[:%p˖h$JBXɣπAG dwY*h3Z[OR9ymAnS4"ҚǤ]f+?Y$7%iyP:M(b2?oRjdۗ= 4l(}NIK;)Ȫ$ܗl/f){U軥#"GC!0 y%嬩WV:y!T,x&"PUir +wQ /#ń}КU1>vwc6Q#cJR">3TGY$>8AWM9(|8NȒoK>CjTۉDuwMQf):O(3||j\KilS^ǒ3- sAqf}=Rśmt3& 2N rAd vV iƕD䧬s7'>^-ARL ]>ǰj:Ao9 Yf ~5 n_։C{O*> 3A_"(>q"$<*@Jnj U:\M@ ԯ%]J]6}r,v=?#}!1{`RKiCo'28 嵛FQw.L굫oXHQj[a NKWBcSY}M Ul?QG'7K; ˮ]0EjSKi懩3 }G+&(AnZ>.Fճ6##)OFD/6dqI) pLN"$ZYSwjU2f'YFkߪs<5 D@u lD9!Xǰ EqxnY^=GU&)űZ0Yu*7nGM4KXc(q1R l5٩ߔ\-mX?F1v5$[U}Jh4q-|__X8m3VPm گpDψPe </IFrXM"LPW|<"zZ0؉0B`*#s-}==XCddRsoBf.lI; >v;ޱ@V VEHpI,o3.FָK:|Zv5:G`F6 kUoMFD 8M Ấ5gmZhCw/E̟l^ %ZqϤ˵:A 0$ A`[RC|C_Ii3c}= UB y=xE\&vSs ;yY\߻y/#"dɀ.V+ld2*ɢY3J, `64x Eoҁ0hDM/зZDWz2E\Ҳjʼnn tah  Lڽ+Iذs"tނR^ -? \Zy=V(,"r.G-Oޏuq@dNv6pqVܒߺivYa+aqTw@W؁/\q>Uέk\'\}3[,!sGƧ[,⦶xFH-i]%Ux܇_"W @jc $24+3.}jqz Tuw7W/_F'z\:XU3'QrSOvAð"?+@@%o%{Rb8]R$ҞհR fYZ'‡h_sY5S>H5<6z*., RR!CetGk5_v`z/C {d%5}C/@eؽF gkĊʞV/X ~f;[Qh;NHPyP<(^oa6 Zh U3A ZOx/iofnBD 8o2dK}*_nƆNӢĿEzc%yeWyj|w:6Gm)t6^J Vh52, C^ওϑ.Nsg' Lpvl-f#dUp$3܌ԡ;دȧ tҬP|; * 'nD#Ϊ3==<7=!沍8@flfsF].9n`ZKIxљM祗iLn21 JᓖuLڢZNVv eXze}k}b(y| ސqS|JI&vP$N,l,#"Tٕ.0d*T^ )2F`sGŽJF[[yiWV,Q Z't)?{IBE7ճhQ~nš9g|U$QF =X|2C)szEh&#e`NL`1m oJ: XECNh!*ћr 9'+<, 6CdY"8As儁-赕V\[*( XVnЦRk+ @dV"xpG绹P+AY-*H=$*2,w>V+vxd́zq%n949XvMp74iUﺳv]op^ 5fHG-Ѩɭ/(eВ׏ 5ʝs$8b:9HFZ*Yۊދ~ꫨ*TKF&)X|k=4[[X$"e2\ega(:tHj [-4Aiptdה6p@+"G > 4pfw tsZ.W}+p8|k00zGFȂsHQ#UKpX&U>m" c뤐+'R_XK?ӭƕF<٩}6`BNnWv`Ln. [hKñ,pK Hz9b4`/4eeI-[QA@]!o u)PrJpǗ+N Vm*A=Q^DX'x& UI58q>Qt==ydnS)"#CaS M棺qk*xH=ch.4AXQ>JMEK 6 %A,w~geׯ+ks|q @.nY1,$eIT4o^bkXSqJ 9Dqf| S+("sJލccZ2Rj*Db&̆y=h\??OWҪ0ˡO'LO'96 |+yhR#j{ I[16iOOn*a \SN(`~CpfW?V8ӢYgsB?M'ꖞPڕC̈́r n[peYjE>3t+oe dz&Nz^Q81ɶAMa)1m1PҺު~ğd$%?AnQ́?߄?Na~"_ZuwzCqkBDJn,?QCeߖȅ#{|^LA*lNՎ?͐`:Z0Y-=aLC$˴Ο+|&R5k޼ 3q!}9>g6|nl [qev&cKF^1w$Q(}"Tܹi! >\޷rb Π@Uy/iΑT>S<'׬57j>V}?ȼiE~|HtףđTmhd62Xو-CatT&ʄ$ "߀1U깻ۑ ZMjgAȶKPڸ{="h*ٶ"ϔݙH@M)UuIIкUq /<^幫XUY*RF wɺTkDTzā{٠@YZ 4rW;k 7!{}h4g;֌y.'hx#{aEΝ a?tp#Q<~ur{&.%D*#Rw}ĪxvkuUQzyFʨ.U6ptY{' Adf#x-뤮vFe wPvkC%oٞt"5(tݮHP7,GDPLz 18I >'alJ[RMA*26/jC;>0_ m2:TaLnyN{StRWx-8`"ʰ x~@*=-x}qҀ&HDta.Tsm.N1rD*-'}n>ј`,yau |IT>IlN&?e$6g #˛ǙѠs W?/V}-ݔVip<@LF!2pe _g"!0R?I61~(nazКR:JI}ǧ h? ǰW/1s3,60c7 s[>Yּujs0R'eTt mB} %@CPR:9`M9V&va:g^j˪{CM9M&#rݺ-g@J9TQTƄ7Kkn$kD*BhɢZ[$!mˤ])1  ,~NPT$Of0vD* d,yB!0C&4 ΜL#^4 Nl}PwKKoG<+j)~ߚD..`ɯ]R<{wF^NSQ`t ^ӥWz%fOBt'v~;9UL)Z8âN8xscQy룟}U)XW- ClxRCQgiKY6Y_ll|/cM2ՏtoN\D/<nd<ⶈyôk][qoQ*nʓ zYg?uK# JB^h 2.[BXz&7<2)zT? ܰ C +EB%Ek Ztzݟ 9k[pjW}<4ڋ`ݨLȔy;!ƤV<h٦ۚK.{L#'akH)adRfTq7F[vts8Ui@cVQ]~P~b p·w?O=\8ED L4㯇Nu[m}Ct_@[CYOؿI@ %ހ Jz¸tkS;|o-LGAzTK;})`v+v ~M2^N-iE)uCErMVJ{MO(WyzaZg9:|Q]u?Y?N5 ,Gi a }q I5PnIy5YTv tlMM঵h';'mWV!0=M3bdrTUojձڝshSqYWtЄtۉ|u7y|g~}5v U~{YE8\`wq'k)A,z6=ZIJ>%=TC{ݺ.O=TwD4+$DZD4r>sdNP2CV?\v+QJ'wsa3SIs9G)*Y%8طYdm]rᆱI,ʁ2r 4…[`2`AK|@P칚~kvuˁu^P=_ԧ#]A`"KC0¯: 9L/EP\͘wlC+yfjsRQ-J`wٕwb󾍳n_m~ ~}E;/\*c*^ ' =hTlKpHr! !xakڿ$OtzHu~KH(ǷNk H*BF#C/ ڮ-=i;Q6R9׌+Wqܿ SuJUK* C ; XzSO]1Cְ+EXSZqyNAN*V`ܛIq,W)BL*w LٮkE!f0IX-,4gn5&EK;.`b=}1}4g^)1e5(V.sGp6lLm~j}`]Y( rI"2듓 =<.d.#  /?;r?i9\ZneEZ h 6<>{px j~s n3y`}/D*B:G*+aKU$FfiUv@/K_ۘ! M8 76I[ڰߜKg}3MtmrʚS8l)3'P4{;X.$oDɜdjѲjO_Dsjct{4aUMwN")t>iĈ:Ig$f_uIN~t'ObrUwWjX!ֱwoa\Sfm?in;Կ]SԤUPA"/A|^ຢk !.UH'wkX=림L@QAëjW\œb1<]8ʰ~ ٹksGF2%Ih4ߤ21ZM?l;m3Q?V:yXr{`&xH?gn0\?}v.jf "pm%L!I>C6,)7歯K2u4bWɞ8ݻaɣWh!pWRg\EEB4]G[dJ#b-(oTe vVLObX:Ra]\gk? 0$}s/s.F+Q JJ#ɉy)O($GN3?.dlhE;Mޜ@>M\;*'-qi.3 bi/c95;ʺЪBÇO$Eltu׽RT' sJ,knOz\TcVئܫ3pP^HqΚ(ر怺l610ij-KRQվʽxC8Vm2F5 u۱QE 9KƏ-Ao!V\3)7鯑Ia\R^m3iwJ60q0y ǖRph{&*'?gqtԽјK |U>eRKJ R;䮯5uIR~I5y{2Tù&hma6u ceqƣWZl 1ThUF K3bq蛚X[c ?AVǏ픳*Ӊɝᢀ8fηvBϯV~^I8r2>sL%Z|1sfNG^'Z@{5IrT Q-P2ӃeVB}q[C;h&0[dzCV%  x^h6SJ=#5TRf^ {h~ϔJ̴n^or9, 3LrRB̃ޱntA3'$Y7U/YvtnaϢW4e\^Xmx`dĪ @N[Z#|tZW%m+\a,uz|%͈߭ Vpi# ߠnB' J82q˞c:h6y!x~!hKz)ViP;}Q2^UbSxeKr,Y~Ӂwjfw(}M(c,  _ɒm38wH-r. 2Bj!w҅tA]M]!|֚Y0M/02awr^)sI]zz,$31[JL o_nP\DsOECnH <\gѹhXēQӣQĖ lâClg /Ay9}ˑ[T S$?ȦyZC=>'T`6v5J}XB璆wAM!vMB]xJIr) "Íc4 Jഷ_"'yt{PÖUMHkT_\SpT3J_Ps97w \§n+[%ƇBx>3M=K-)#`س89F5Ie9u42vZ<CfCl[ sISG!@C:}gl/ט#_3%y)m[%4k`>m ܭgb%nCs^k|ay̟(ՠžK|@TzVcvz!(>㇃VAvlL%OsFߙCDj&jY([b#1E?W0 MA̳Y_P{ˬ ؘi?[N ^_DEdjkW0T+j#(Rjk3gGI]alc4"'ph&O+߳X48FQ6/LOsDT;)iW1\ek׋ygH ;%8!PXXi5x$!~WLޚ2۹CZ:0y] t>'F|K_-3WwKя]rrdiZ!0f|PW2=1[Y&]Byφ9GaE4uelepKn IL&ʬVJ ͗RBZ"1?Đje =>Q, 58CUx(]dUlPyj <,5`əclb#JA1l|H<S ƟCL&w-^O?A2~N$y([ GH52} fY8*ix%}, "z}*_e0s@]7g?+@t1pմQ)E5^FYL}V,X}Nhy 8px1Dܸ~G85ɴW?r!vJEB%=I d 7O]sGsOWB}{JCZsi~- =Jg&ݓV3C#dT=i馭# , Jhy[Z ._&ݥSp詎Kp®GUьW<&6!pԧq;Z2k%N!.&CB|RGmH])įhu >%vA ܪ.acӵ`s]/9,Ӭ Svtw]Yt'Bx]w %mQav5nfި]v[H(qF&zz$HB8.T[[NeUF="Һf;Pw @V=cFC @5)>|?cZ.ѫ/Do,>AZc\g Ő\W쮙jC-#sup㿢|qR-~Bb iJBI!>RCp2bkLCgu2B2 a7 3gWȰkNCV'fF)U?[zS6,2[co=lхIPAcٝҝTHWOnVι}S-P3&Og @f?[HńLAS J|.ثG3DdaX ݢ,si[527x1&?& rHCB/U ˪VGT`o)pcvJ鶒rȞVBeÄG 4YH䮌6hjj9v.q"?X A_FK:Y-3T_吏]c!K_XCFZ =,al+-헏daZ(W`O{Z+e bb'їsdce",0hK9|O$欌1rhyLTw* ~m FAoiީ0nh&z?۰;E^躋2cMYUcCAk#kfImt3(bI8ȓjDꄓ\qns*g ѐ-Zxϔo$A$u4KՀA-q|za2~5]NRH,Br/J~ Q6 6UCOhݪ!=ѿZ\igv01 \>~"hO:}IsDD a=iJx9OO{yr%iIʁ Հ/x^Yg̰( ﱺB<-9bO+NVkԜ3}($:N!O,{U[m[͋6,\bA2L"_P9Rb9PhN<*cF ]!=.# iTGcAh*uATۘ b,7͠~-|8SsH44,i)~>1i|?Aa4-P < OKcd!}2e?6ِ]o#pȌy &N::C'&ϝql]-"{Pi۝X8ؖA\f}[$}}6˞i>_j}AJM3%S'^D)^+bzYV<[mÖDkl /SRݸ%`,aY !g UpWMU"NEvawPf-IP+:hkN0SdNv/#^bU_y7hWoy4I#ghy\Q<ā48݃-#()2d}UrGb3g~Z Qi/7Vi=R'\Vش=LxEk$/>Bz~MU!H/E\= AVJ.;  &8خ{&f18bԙܒI.t)Q{ L2~6m~fQNZL>?eLO{rs5~ATFbIe퇇9%߉lcp}5ñ1_;6q^䆈hoUڡCmfa[֢$l$sꎛezZckA | ?v4_X b,I}&6~d'FwXg m/'g xׯC%f/B Z F. "#EҼU9jH[_缙z #h(i&G;uAI?je ~-yّ okQɲwٞjʁ ΚVUDVr#"r4h.Y Us4p0чh58=}s7JS%Jel\|"A͐dD": f|RX,jqR%L3ͥ7A6l9XeQA$mhKI(QHӪ٤N+2ur K ca>y@GDwrW8s ȜO%ùs]UʯSx0Xê:8Z$6iIYIa-"`.&hcULQf1Iuz$m5Han\DAqyia:/x(ݑ![$ u-x2 wbyߜgM3휥-(?AO&ą/+SŚtcRߣ^3})3,֋MD٧=!l[Ot +b˺30WH@-{;FqY \~Z4삿[{?p c}zϒ;+|_L"` 2b{$d+UPZeJ֯EE’(휆"Zϰއ" !/ػo9*K~}t=㵪E0S`.ƶ9nD90 }9P88\Wn(vn#XP(OOCn|qCb<0mUoy 5X-k:E%'{QLbb=ί(cOo!^(JzuK׶Ibfڨg[w/jzΪ)P;TRFp.u7|̅RZ(v§(Z(Iw ~9TX¥ux4~^5} 6HN6CNHO\ 0u3 < }νfgLPƞ|V+<f|?&=-Z²Y^4>pUbpI3+A]TSCڻ$V!Cl`Nފ#h;iE]ve<~KJfNu't+Q D,|RXn~'" fK6M\taA2`n;)rΨux|0Kӽo[F@X{Z ?w`W~YI~\/FhShd 7"Hf1rF&hQAZB-SwޢPCˁtsfk9dLW ;`VŬo,BW"MkM ;x}h}8*lOi*+ 2S,wExmڵ/Ol'7~ !" Y[Y6UTKѯ&0L,^ \Iݑ~\Y^BO(r1l[I8F;"XWC::чoMM#_Cy|"E(, _;/֭g%K/l:8~ Krqʽ E+qA$ѹ`F]-roƷSǮ3*[4٠ c?݄> ==Y&n'S1d~tCW%y/ zݘYp-7Sgza8YF.tꆩՙ>a]E࿌g6j_1Y6MaȅZ;p82.sguM`G0BQ)?LTϴQf tRuNw,T */Ԭ'" /0U֩56e}0֕` x6Y8Ҥ& x`n2T"/@7'@2|)Djn/KT]Z|1cW{^X[or$}0y*^\TV]&2םx_}w0|Ģno< sU(ai pPQQ z^\yk]2B<$ h`T҂,ŧvpjZщ5`DRP1U;& ln{3%w%mA>4,1쫼6:啿e!Ѝy1%?ʆ6MXN[غ-_>[Zq $hԙS>N/p#ȎL!8Xf;^V.d:ƦhɀXQ/숐@H4/saկ rp'(HpBk'fZzt^e YWs>[yoM"B˔֢^f,dK:7REgoIϳ"z+i{cF'j 3V$qW=e~g wR^>*? 9 r:Nk^mt3l6hkU9\+Fb3U ͧ^dwS~yGzpBl*3 -T[p}h%ܥS$r` OIJhf)}xDV'jHꯈ H'\Mɋj4@΍eJ K}9>XM9*]nmaEYSl0 DU*<@X9Ào;+^NƞĤ0j-o4NF81y+᫭cꠖj"|N <8 {r!/ ުպ4PDK:Y3~Q+4X =Dѩֿ'nde(ژҜrE_Od_: L-;":׋)v t~n|Bvk`!@e3{F8vz-Yp hԠZLsf{?l-38$&*9HjNڅ>ROF+w3_z1#qXJ iZ0{׼#6as7*\\м@ݓ|twⶲ&Ꜳ+YQ/UEtXjcY7tzw`fs' 7mO{<`ogV/ڻ‡|1D?X!\{Aɗl:?=-$1grZˏ0gAEB>.aaT>$ d8pyE ,#Uh|>% {|x3am=E/%y賛5%;r=uݝ> 0L'.M-^*N70@R BKh_:%#ynӀ_JUVI*w,{ug HT|lRf뢫E(xw6WvlCǩ3X;&Vb6( ԇWc 7-9Yf8D`騛7s7 J:96㩸pn#[E">puG_]#M'Y rx;yak.͈5|gacЏ~ЊnM[NjAزh;bE {t j2 HAzFلoF7CLS9XڤOvbjwayw16W?8nOW@ǰRdkPOZyE_K *h Kqrq0 w!TidLx EȒ_\{XS+q1e\#۟'Gw\8|FIgpq3 a4M.,'p zV)ihmt"4A!m 3Ne1|=Z,xm 4 djs/ tHc$cqvvj6MPè!%kBB$}Ǜ,dwR ?|P:7vC's@BxDYn=Y";(6>Tmu ?iRή)#[ٝgQGX6NAGwU5ϥK+_R蜌Qs~#M~]+\Ss؋[BOCDUp3']׉d^ʗ?$}S #>ȉy:a 5,j\3i@aA&’ֆ߹~#&PIsSvφך. p$ ?x}Ջ*/ ԇ[o/vӍ󗙕;[*g2Cbf|¸!e6yTYTKkPDږdiW% ښA\QrQ.vJAp3IY3H >>r== p Û͟ O4Yt29 6|VK;^1uò\1[l%yFEe6&v^mbUIep!cTJ|4[L qeSmN=sQպ oΟt1u('℄3-'1(|.b0ф6Pq)k5ܭDXc-Hg:Ei+PVEi ǭt9;9bٰhCAJ Wo^gygIgXo;]LC"v $~1;aA-~<7Sꮩ ھJ.{8 q}Ar3Ls$bV8F ޙyRk4~tFX,chnOT$FIwCvi1\ O!W0b'dl!4,ߙ7 lpc.X p5F^l%q^ƹ+(uBx NS0oLXB]tkC4r-~L0E"z4Dzst-lx g&MiL"04.ԗE$s[n?/Vҭ6{%܁W[dyV)EzfS㧶8;yzUUᲈ֢v&:>Tecn;uL n(J:R։}殚^i/&<5T̝/.6jOh@<.v; zȃFʴ,!"~\%rDJ֔nwc;I+ΐ'?I6-L\%!ݣq`-%`xEq:Y.U{*Cd}2n SLe&hwnv)9Ʒs]}_?ڦn(oAӬ0ARrB坭dL-MM;>"-MV㖗FoK%L7yjccȡxuQb6`"?DQyMm{ j<%A:qV1%4oZW|o8oJ~QuhaMϤZ 6?m-RD}BqO6sxo;r <#r+I/ z-`sB)0KFּzbR9YkPFu7ox%̶!Ċ/әj[4Ϡ$tQӐNL7.B(Ks׎` S!=~4uP0 U(F7xξ3<[O'FVsmEľbpD=qi+hD8[:s8'5fݠpu*@A%$+mx=M+0pS-G+c N>%E|bCly/֕?ۂ5. t'SoAȲQ1(G*CL y{BpIꙋw @;l6ȴ5:xO??O(Xo @ r0%zCY(<5Bt?دW+i寘epqŅu*GXU] ܸck7کq +mL/)q}bcթZʔm.-MOrV*pa{MlڱmgKtȻy5`H)L/.1Ajʿ.٦RWg){tRT*Y&  AE)D$N yo?oGH[MDk\̹6nȳ:m-=&MiQ|y㓡5α53o9ˢB65p0tSJAv_6 , O=}5`Eߺ&|]w2v})ٺG곖Q7d4H#59?`(5I'{vBs6S$1eb{3S5 U6߳OIйW fM-I]=mUl"xuocjE/vZ+qč!}'+nXg-^6^gvr`}nn(Wu?g6$Ẅ́apkk\IS>V&t r^^/t١EuCv|͂6bd |#c=,?z>(=YƉ=vq?2xF7յ=^֢`־2D"пڸD.!a)&b >SL}Wh f/= ߷50\s2Uq>e1&a+QfzIae)!75@ ;dW.-X&ΑMy,d[X(()[DY*_ZiYמ^Qngዒ:$»>)/SUu]xN1^(ls#70y-Q 5# *!Dܒeީv=v/o';dO3IJM{ܒyIώ v`btk?s^JHw̻`< .ӗ4tnF+v#Q`=4IZ,A .Hn |v">yNɃ5ae'A0wUa+9W:&SQ W4\s'(4E+%O%xTEԈ"3m Nv7bS+ocGCq)T[{Z.:(+3яiJ9L \&6 ">tJ%:8B9Z4vE2A "n(K@ctM_T.GZ_.̞GGD08F"a5?{] M.N N P)>8Ȁ| YY=EzQg;4+IB6'*|Z#HJW JrD TZs P˵猚 'KN|Q!a.a3K#[^t| @Ym@ ;hI(08M9|D5 'R!LW4 ΂@<hqR lƪH[q?Ϲ˽Jn~ k[F-6.s;?h7UH}kr=\JvPb>XQO膂畡|t2XKԃ35Zं!Clz0jgW 4 g;~ؗ{oي^I^rWU䏏 q6҃O,;DTYlL[*+#F{:?}?bA'֤m$3fe85hj֦´.Tဌ=P]Q/Oѵ?2>iN ZL^lŬf7}-toQ}hU!rBLA{K! FbueV&vV#x?OHu<_Ig{ zܔ=<˿EFj\O.q{vIX&xcvUϻS|/i;rS0<(uAXoj*/rj*&:>u *8RAz~j+" 4n%-t zYFA2iE?|N4kwLj-Vt(f`:5Z!v )mimv^K1)ʰ^gW2s 5u;Mg ]jO >{jiAi^p~<et Ck 83;b Pb vvHB 5[TJ3-O1-gf7[B\Ob:Dq/'~X96XB:ŰiB\}YK̦8ohr |XNI[cmdu"LhMО[b}V@!Dw( H؃ &_x|zgITG,E),ov~*c.g 5c-c쭈tƹORx!oY4T߷h= AM'ո-D:m"- ASZ܃zTp*fKYeAPx$+[pI×;V Et A) ymaWMw hOtFGXXg\Jw+^c1K\d T +M3o-^xH(CQ|ba$+!Xҙ7asԛa|r%\SIYА3 &J ݕ%7wP^寀7K5_[! 1{H9вu]\9_~7a/P1{{ǀy!{%+I2J:2Pai,d[*AE#%m&ns7T)pt*Ӷ͋f ݦFvLHi݅T?ig1K]l65^) TL55-0@ juMR}*c+Cņٖvo[-%jl~DEaæ]p<_,AԮ%q]1XȈݖ`m:~ǞjHH}6ت uo4T 4]XDGb9]J?,4bgwL>7 SD. xsľ:cZx{$yǹ6/MK'CG~Le!n֬?>դ8@JxXCr-lSظd́`0-ZBOi";}߅dP黧+o~ƍqۚP 7a>t8zA:-t3b&]a " ɲmd-eCv wv{B>]%LO<;Z "D&3jZrQ Qhyxur|ןՈ6a]?Jù笱dSɈ p@yZ.F1+`UzۤFUBR*P(>m-sOes9WDe9}2a?_OWGKG~=zRqB}YHP 92j1o "Dv>(L¡c'm:۸/W-i{M97=m]zvnZq^g1aZ=uSw$\eYj>5RΌN .?5or`K wl7=uB,I>ACDm&65ñ PaQy`ӥsLW׻zxL. pфAcE-9"?a$?S&L.K\S|y s-P";),;bpHݖW^>exR[AnZ;̙O󑭕-mlF߿YZ N<,1?.~5ajr U{T%^N/.jpg4.wQ[䱺V$%?n3I&¾m؍¬@ fH1}>ݛsJor5i \Oj_Y.*(cXN=[,~A#)]Ϯ|qCab*PM9 0A&$rI>i)}> cxi#7E N!fȯu7ul̀r NESƤS ::/2_}iksU j#5b?8֋1hbiC!kgȆ5)qLo CSI1V7ھ'>RY5 U T,^dAv8҉CpO;F/qcA.yP0M%Y9#c!7L ]KX*8i2Z3,uX-)x^oB49juBpZ &j.9ZC!,"$^pPAq8&le6YVeÓZQU &H]:&tR9k4pHk*:"9͘; qdUfٛm]XߠI?IԪG0Բ\G*}˱۔kAP{϶Wр9dޮU;!&j:ȩP`F5TUؒ<81[/?G{Ve[Bqm%֏3 $|#9_ٍbT]$jf,Z)x/WfXPMOB+$mmrވpl&]᛾=yzlE 7bB_ՅfD jDg@yd|)wZnFAg 6 j"B4WL'2a5OPA0~_Eiju'!:s+kXC ~M5ܬ2mhus6 M)yz/ PZGܐoyGdbIɆbzK(rdE~T%n#s= "&p95YX6Da  on$%(h׍ 9Te Ȳ 4&7ni4+.Foe_&*i3Co#w^H]R U b31P4j։~GS6&" 'Iߵf%;U_z#2MʡV0Ǡr߅^%^_~z޽.b|T8c.AVvAO }-[OZ)G9ͷPC%BZ$8gg0Ŗ=W5/(\v{Q$_j ,CMdmmsQu %(ý7Q֛(;r]a%U5VIp/H ;uV zPM눤W_=z(̽M n'Ўc3Bt1ЄnW::Oj.`s$^U#7+#|Yr<,jS`h%[_E38~-=J)0BcnKߛZVlB`k| Lثċ:$fi TZ,[ֹINu\W~RuH?+%Yuz$%hᥳQ5RF* Pl9\WLQ -"A"i|4{c_R(]-M{ͷBhe XDakG-ZԺ^ hn̑Eq./NV"Ƨ u&?5d0rBAA|%=/ܹ/?_,glH1esGm̽}ښQC:Ƃn!Ux,:k.p "JL6[>`tښxW5ˉ ȯYK8Ө[*)۔j4bwvJ{C6V_H2Q"!cnXi^UR82*;DBoJ(Ii"GvB<\ۚb{CEx0x㗩]g`^F̞R9UnKop K=%{?NF"~ ŨoP7:Rp/Ƕb>dr󨬪aeo5(n혇s"v}Q>yBU%07reQw'-! dKfrkS2Nj;"dNZ68hߛ<ve>%GS2acXNQVH+``MDa6Zq-1"עaʳ;`#?rV-6/4GᄹO·L†L"kJE&5I1[9/{}θLcR+mid`E-(s7Ŕ3];Bo x7gRCEĠ2 [AC4x..y.pu^~ :k7Ɉb ^!PM&qa'tr9ȉPA`#?P*a획N*z]^著&54{4ہ-n 'ړ'q%n@[.ϾSԡ[߃̏;EHPK]9 .Є!D =Ku:#]:s{&!rȄULh vbB6pj8f.w hVVYQ4XD-s;/=rԸe{ؿY.GHU v#F.DZ\ 7ǡ+/dugGP4Gݽ˴i4"ِO:W+KENK-HFbD'6WF&!4Pku>JN:U̕ q}dR x`F;+$ Q x:*\C4H^Ekz#G̜d9߿QO 7 /@, w} h7üKɣ7-[?/l3Miu?Gtd|ZEi~]-o:d}hl&#eqꁄ?-_g~o|KSdƦb"|VDm8S #%,َHm,A:XO_l4ÁU㝻#G۠;X?5抙|UMؙԛd-y|jc?ӭKk}kEgF=HSɎHۨʤ>ƘFU VYprs1],RyL|SRMHҕϷsq=<ǃ0e,%gGI2v|1>MQU5g{K$5rtV ;dl]a/>.?8<>IA .ޔeƬL\\azM\U?%9h[Y]KTɮ %DzUŹꄹ},1D1b/WRO7g9 @ he^1KNk ND:(n hV@p'Cu-}Nù.[o[=ˆ*8Y*rc/;|)W{W+3lfO^ɅbkHD2feQ*KԌ.WrQ@N5tBy2p:Joqbo:z`Y ͰxɁ[9sf?g;X7K}RSYϥ"EEE{M&\*okmi9ͷ2_Q B4'ڕTmhKzysPY[ dO6C.Za+ 2*Pok@ y77ZLu]сϔ<*t[w<?`ꜢlS5gJD8mMޔjz j+p!?h8L!4`5}HCve{#'וJ2y jv\ @{bs^ŷzG(avܔ ,1S8sS7i=pˊ>$&GrCɰT0&f w+Z:mw^6)ˍ8Qȏ1۸\U֨invWIZ3G~= f0{21Niu$ej6H''²Rf,S32JS@ 5+#ӎH%j}Zp̢d#8l͈ɂ U+UV9=hrq'X)ai,n M2:EKl [R7 g&WssbΒ>)H)2sQAWMN2U`>j9\{YlPD9⮠KkL=Z%Smb!W|~GVبym̊ys6 ӟ.#H@GIn||g.0%!7B$_AG1-?=Am0:8@A(BF{@X`i=.a Qlm61:oq i% -航Sb>), (NH tu#+`X{h+x R1_Oa;~P3Mi Ξ^XvmLy:,Ȥ%(<=z\[&b>*/~XyQ[f_ߘ|q~rW'-;*>VI4|3]QZzF{e}H+Ğgy a|O~M9a%`z^գ7)$.G#`~a `f6O :ˠQ:(ǬZKqx6!%Ir Fm=#AJ;P,9H8/5lq;DzVt6*N!BJ $SN׏$r+!9Dժ,~wGD1sqkČW{ wgۢ( 6t_kKc(X.Hxҕ =DRI "̸נPif2&#K6[hbH=JkxDB6c =sL~qh,~lZF#$])ij/n--=fߗ:p_I{Z>ʫ|TuXc+U&Atb w%Tz@ZRCT< :1n#yŠ EKc1HuO\ lm/+&sMUȼZ\v YJ/Bѡga-,bd5pqHjC@j\g1Ég{imJFʪS`ҔV#;ʈ]L _lQ/@D oOg]GnX#ܴxI;7,4 R&ͧoϥbs؎/'tFW'gdW@Q]PH9_1ݍV]=)N8/ۅD5/Ԉ_|u*tr7[puHY " $+ krH sor~ѝ~3%]ߪȋfN{*;ȓ{nWa~v i5O,gv}w.S'+֎~ep_0ܟ'3)^}C 993lqr@yG( =#_6,eeB߸tUZùzta%JMnVR^By-_M0姻&v;)cqm#Vv:a JP*wA^v\7CVBep0e _ׇ5P6Cs P:SŴզZohxV1TN:k_N:R$07oÏoրm̭&Y_nY/1Pv {?XCQB .@\]pfϜ;1Dn9`i='֨Kx/ tȮ vA)q'IXIroy#<>rm2@;$2FRnyPc("?S%LR'b}/&>s##l ebd*CA۴˲?-E1J3>f5#1!R*&ĠZIrL|L't*~v0\;.XNr sysI^6ך,#6+3xZ{*362=^U6ZSddޏ!պ;'XkOvP!!WT/t4djb:U_f z=P`xKn~qP_9wnB)\ p0ˌ:bod Od}!7gp|qp9~Iwx\xSi%c7W@f4=DqRڙ~A]WyZu 8Q Mt J;RdmFlNu_ Yv|k^˾c:vkU"f/F 2u%\F%X į7eeg}Nns@@k3>0!zbtrk3sED-k( ׸5bQl(*4VϝB,RSșΊ 򏕨,)=( 4Ίokvkc.֐ᑋ I˥"d_Pac1t,Ă}gkB́2GaO?6%'99Ko8!c{s~g:tqGMH7ad K7}t Q$u] df#s3=!JGҮ*Se,O>k%6]:/\5j`~` ܊kVaa93F?BT+BiiU0암G韰ƶlB D  o%s 2I;OS5 k.q]ZX dVf;/MnPt T)B OFSJk8+1W9v_N`.'`6>"u#`d CAgvfk i&Xh,dgnr3-126M4k_}T(u0TN$B¤+Q!״>88GxnoQvҶ=k'rQfбn0\`sh8k8H ͅcESr :E^RRA:[ŭ籋UiWGΘٿߘj\jc[0av[*F5aƼE#DвAˤBf_'K0rb?Ju|fY5ll6݂_C?&GBrbAMk'BJgPu\6*$D`".4!H}366Lyi/ddt<@PLrm :%wC/W%Ty-5|\^NJ"&\9>?f@e0POU,LbS\G ?'%y:] IY}2 X0|i6≶־_g(0:EڳǝeY{3U4MV|t6IG %3?}DA@Ǖu枙RbM?{ybJQJz(K%2۴LBpfPS8tJ0Jۿ26b,ah&j̯'_BެNp_䝓ƕ?<{FDZ\l'E~e(+.4InmN'`_7osYē#w4.-nXY d\s.&y6d-K]$lZǺ4h $ _0MkjӮWn:drʇ]ck*B0LOJ*H bWذґZ ; ?pp2QOPÎea,Ve*2ڒ-cO[-{bkeEB@Z~#7(u\u)_YT+TLvs/~Eq -[;,!"i~Rsi#5Afpo춼l3:2jÊPg\eXn(gJo}$[\gPF;*_Qx?~l F|QhUR4!N$n*u1r#frL.וcY+ZwA|#Wb\;cAWeƜ Q&6$c$#N:ZTjk?_v q'k`C>0y9GPEc"5#&Gꢔ>uCӴ?LH>+mj$>bQI9C~ܭ$认_]TKe̯˜e*kzG=$FP쯽`Ǿ4A"8i(ժ1D&&ս ` J.TsN-S[ ]pơ ;;uP4U4Дn8>8++֝<0IWS?da~ WMKq[g{=w6K߽_{WH~2C1Z6ԟ ;YLA7O*(]=FELscUO şh3S%mLAŭ*p8(vIyX!#͔v{q¿̋o>.D61amXzȍ`J#)9t΂ysaܟ X(+5㽟X҂eVApj M[eԻ2a8hŷ#QcۏFD +æ=ѵ]W-}chj3fbw:ޞN 9>fwk S=YϵfU*q!\bA HIED)T ctʰ 3Q#XZnt` "(1+*/l E1%Y8l?xxaLBrobaSNӬ%P_!ctqɑ70C_}rLZ?KlT bEǃ:t"ho \VpD2-f-@!Z\Gp!QI7Lh#k)RR PͿq 3"mx(it?2/J(6^@k;$ayxе2;1~-ۓKE! uuOt+&c*Xr-e0sjIeDWCU6{g/WP. nLƓQ`R9k!~6`FkDgY*$%Khc@Mg"J |)f +\5KW@,jWV-2C tpt`Zy7WNP rƪcOً"`yś %v*p<7>&bkzmaojN~m.g Q9[PWBDw8a M@exh-Tg6BM$k?8^1( a(RWWV}z{b6,z߶-%D pxT^ ,P;d%eZJrޛ}FJ#]՜hdZB cε9 C+ $< KI5UH^l2W ̜sawMa(V%u;9}TJ|% 1'/jdqᵂ)>T]ЀϘúc+7/Z6\2H]x0CF.٢RNhiw_7Cg!/W5\^sATv%&)M;6c e%d(ZkrAmzwDGC]3uDƚQ6WǩyQ|Y`rV2D<3<_N w߈  4_FV:|dylf`OD#;Bf 2F ,iԀo@2Ԃ ťo y~Y1{tZJ2ԄZ)e؏{}Cs}|[A:B2VGYlCZԐsV:U56Qto s3)͌n8f*z"w/`z*g}k  eC!OFn;eTvp]ޚ ]6T -}#NMm:Fұ}~Ѝ8&3 A:YVVO?XE @c?bԤJxṭ2+]~k|#$k "Bnꦣ16Ƈ Ƣ&'Kk2 zr"L._XML6^DEG!mEܹMufX=@󀅝>jlW6wG么{#$nhO@b=p(e AךV+[^rO>9}$#Z!)_"P>&Y% BGU1F@hkײz*y0:27p;yrlrsJq(lieQIH9s|g`Bšf [p(%t6S6yZ<܆8xtjΚJx Sͅ+|;p"WY4${ ދ_4JU<[S->uV='I8b5MNgApkqʓ5 כ$F:K8~ّ\fԀ-rK;DgGb(v2"Pv;ݗ"^l΂(Г]xPV 黡F=4!斻/O =:}_,׳A>ܿTIʶdFKmMIgdp9p$+)`_ލsGZFLQt.4mr o9r,ȋfaA&_ȡ5\Gܘ6'<=b=/'ssΘm5\Hk=1pOyflA.P!E02^w'wU䀈I usʂ³a5{(㙢26̜a_iDep* Id5?&fz€$~ENgIQfD:k{&)7:n| zudGqPV+R[tN~T+; uw̄',bPXoJn\e^|,u(*܃bU9/WǭeC\-v#Z Ӭ D#x.`KǍa3Lx_W~ەzK2Pyi2>lDN|/Y:t0^ָ$V5a,_x_H|"n@q67gڲbf@#DzYsw4Za`W+V/2sG,<Huȅx(@E*8˹}ĮYPK=i$ҥ=v ٠yyO[0^H"?ڊ0U HJ]N*ַw ]){, \N!V-%{OsT6P%%lPsnw-6B~(rY0R-7 (~R)qQFE2,AtG|5Y ʌ'D#ޖ4AV*U*K ;6THhy!LzR4|1EW ̺jG%Q1ͱ)5 75=KtGNG)50 !F4V~VN\Bo`}F> ~?__Ȅ~2ShERn0Ǫ6֟M wDU"nQ\Dǐ̘טCv<~FGf.TUPα_Lj6_s/w|6+M*m~Z1OA ^71נ&y> m; ›#3ٟ&˞]^".nrun77N8D82D O gT[S`GHNlzs~H/S mtd4V̾r8w-Z|Lm*b >ZY^SsY JYdd ?v⣃i"\1f}*^bvf% Hz@*Oӣ7t\K87-q9ݑMXf)"'ϝ8ߛX #y̗|gO* Ou 4 Um-V/*pL?i8}?g ڎTn7$:rKOj.ی]ޭ Bz!?Ϝ9{'i"^pv}ڮJOS<*2fx<"gyutB6R+`O=ߣEyT 1PIJ[ek7"~$L#f[o"v4La)r?3< 5͌SMeƊܶ-n. )-H4X@3W-IQT=£ʼܘxX42F>FJ Z>@)FC'ZA0W:[dZ@hwBQ8VlrlgF:Iilv m!:@2%u^Xi>bп\>ZK#UɉЯ 1`\ahf++W%FD+B\ِ8bs? uJڟOS^+Y ?msA*YE{3"_Aq\=4yn;"\Mڧ}ʽeesY+&W`i)[e{2ѿ )ɷ-{::&yz ׭ն%2.>3mXbrNQs7_:zz6č0x4(\Pur>j _NCv#Ƚ4 /,ݩ'wC%ICxĢ| ^a~@rCͦ?V)gv>ۆli:zTe}7EwKMA-skcB:-ͬo͙jHKy6Qp'{`4>Ut,P]eCd%p+ !'iZB(cj/o$n ]#Cp54R>iy\K%8ѐ {EYMbek'UH-VYC=wJRLn/g;h/1*4]{-h !._\/Z-ךu<+ JbZ T5{6Vtta\""cl*|0;|UjgvaVѐҋڲ{q.|ˆn}>HLX% )!\&Xq%nwض y'>^Ohܨ_bpeyWϽvAk|97k ʇ( U(1.;79wOHtn6]6#ew&W=n v\Kp)ʁvוq+$K0ImeJsHY̮OqIȍg($ >FnV`[TYVrnqJd#pU^T&g~>ȵj CeꀊraG2s&2U;I NƧކp? 9 66#?322:5oBooHg ppΦl(: q+mXnٓNxHBCd7s>"xjwJ2@%pucLwo{ ag,4k) *MTr9qTb3[×OAf*ԑ[fnY8a U8c75͢#sDb{ 4A?yv:{E?UFvrkhJ|W Lzʀ_X`D6&ɚ("=ُ tPQ==_="Sp>g֬䟰Q_%ȮbɖGl|0MJ h k\ ,sy\6>C(>^34.n/EU!!g;ui PuhA: `΢>lx FIM!}{fT?s~g"UGbfsm/ߤ.oSHBv5=폵.:/x8ϿEvDA%)SCk\жfnd}w0֋V>^ 劷{x~v~'>te zf) wn5C`B c:B'0|i]s}"$*7ٓM.ٙҥ#Ub+֮L0܄H^dItQѻ'R͎X{5%L;ylԉw8b0Fy4dvr8YD`6OPJ%IzlkljӖ萫1{wT} xiFN k D}E*9 +3ciX-5z+L0"βz#Pݛ(!Pu0UMsJG.+A`^ gb6ʅLg׎"[z~Em:͝2}JO.0DhQ/d,sWh6Zɗ̒hlW"ؔzId%KVrX Ɵm @Ha_2?J9Iu[#oȮA/nD+JO 8;m glʂG '!5u):[\QH\|0hjUgWubIv=hظ:^DRQ ӆ>ly`Q։mk)6M3'T+2ik;s5)n{P}' ƐuLBdU)2]~W vFEx7kke-7D|^ N"Ur˳ x9bewѫtγkh]{6!ltv4rѤ 9vSv]o߫q6׼3tD**'Lfũ숱Vʶ ^36h/5M-/B%3YzzJ]=J,p7g#XBBM*2>@;9{N;Eb8>0;\Fx+A:D lr>{X،2 iXM}z,|GK![Pr*QNMvψIglPWąWK@`- I׼2DBd6הMI0zI1aѝ@y-q;տ,d}r@.Y; $}99q\&Y(ZA:d@.N= 4VF^ jhhVj;Mt*@)Y_l)OU^'m \Y*\ZY\6 "~e"i/n&UW$Ǯe.T{s@A ~Id Ҷ΂sv1R(r&m]B%nSGӮw~x)Ƃ`E%ٓ z0}6P|'TzLsؙIrZtzRdh3]'LJ%3EM 0rA. Gxvn[ GB]`!8%D\HG^A*pk@NGG*щt*W-BNE<$߬޵t6Ҝ+q2P>GF%-UFg7!g*棪h?9밖&M.Eufp =8Wz7=FϿs=N634齩t\%-Gmvr9c~-y=V*;~pker( w9A355D6/1y4n{P7׈ms]}XG[Lj=(Q?>09NL!4z^^,?w~dO;(OP5%{Ha S\ SJ5ͧT7%mO| >]mB{Ӊ= +B}|+7U ɰ< t=6%*M$)5>S->i52. 1`/.2>RwJŅP~‘؃LKM;|;Iz԰^|EfT Io7pM}  fPؙ"g' 4ޥFGR'wNUL>e_zk^C* uϊldH:o.*͡HjEͰ3l_ݾ+3(9פ^E^ԱgA%hMkM$RKmzh4 'μ`Xl>Em?u8ͦ#u:X82THv`bQȷp{\QEGKJd%eqUz=Uʺff=O]*(Iꍫ4 y`!(xxߝ٫CMyr˯\7>Pf>n#" ݔBQ!:1l۱s*7,s9=*"3LE^')BQnS*?U92ύߣӁ ;UQUzfaTq%r@@gNo L[FMqZyz1_*|Um?OQ f pҷѸ;>7:j|6ʮ}!fxk0fDHi WZc^Yv H|@-nk]𔎥wpL~f4Yf"&zE !J by.3l9s&E1xƵ)~G"Vj?{9\߽8$[d&NviVl1j8ڶ\|Ό!hA*#A[Cz Ygv6c3[,^j|ӳ&2uH)HOa|Agϼ&m|aW9dga*}jZ׶— w&kiRQV~Af𕃿OE(7 Li6nW;fkҤ>[KrF=k\EJVnR ۲6چo[DZqe䯽:Pk[MG+G`xz}yP6'Цi<:qO-IoH `s~AH4y|WJiu݇Asjj,jM[RZxJF!W Il֣=m!ލ}cVj$_Doz?DtRa*n7G2.9\\N6%V򋡊%rwD?!՗b8H1&%|*U28#y'x0P Rb =ޛBҰ0 a4QkUu3o[#g<%blCTJyM]νmi]6fbr5;OiƬuƎ$?5%B6 UNSX loܣ9^LMe\$?P'‡n&(q3cpD%W%, Z;w2K̖XL^3_V~)]1_ UBd^Ь؜ z=U^/P}M\G>+9~m3Az'q*G4Ŝ)nj,~xfbۛuګM+~9mYJ1l&,$nÛ3)|+`jgGؠ@m挈mSNLsr춆Ɯ”gk't-]|SLm똛U<,cpmd+5hɞ1KAi6AfCG=zKgFՋJE~=BG1Ug/ S^Ԛ- n.#wR;g{;~u2r#Ctg8Z' 8ua 4YQ0 iV3=&\ؿhSe5LCmv:1 qAkM;]@1vDHH(bϡ@wޥMOhޡS)zF;œZ&#ey+L >^7HrFXnTw k2\/H?iB=ȬlCYģ)+mSmU-9:b۽-ޒP 4Zh>mx" JmNd#rƐ˘6* 0|L+bZ83  H_kAƯH(0zW r rcN/!q="}P߾a<rv]a{g$Q6~@hWwޤ=Ұ#-0s`Ͽ5O( =邷#j\b^hfp "Ggr߾r2;c@tZ%,eքFOR$׈*Isf.wdfl8h8ʥ~㩶(컙>@Zόܷj4JA|Ug+y*cߎzJ+8@6 hʹ`_>n7 &M3z"Dm9\̂*,Ein&1D'gzBgy\'b2%Q 3xC=44v^z,8ifmwy3he]6Kl5̗fFlK|s>`m-P ˦Z֫m@,=\DQr{FJW]5cP4gØE&t@wǖp͑\){+ZTK%v<ۨkB qN]-NޢXlj|b1945Gؔ+o.Îp^ Y@Y<7#T~v6?$@J]p_;7m{`ٜJ/ /rC~lw%8>,QXLmpރJz͆<le%kQ#H# 覮@Fa SofSB"nK @*:| pnND6fL?9=99aT.4%D0p^`Ψ-Arpk.!{dxпr8J D ,%8.mqV 7dh'^; n?Y5SrWO<(UC 8oiIazcNkajF5&ǵM"~$;mR 9%T@YŠeDhwYq 9 '/տxC`_>i3*y,ȅUl&[I P)ag|usWyO&[-v TB^lu7ZhV ˤbnMŢS(W(S/&7Q^Y%0TJA+Xwt (N4B96dg=\+i*0tOO6=vl2$Usr F"hC%lNK%Pݛɱz`)l9|hK89%,YaX=<0?=>if=:[nb=L |0ha lϤ;-`3_P|0^}v%Og&y7$-RqW:sw.+ haO]00s>$(V-PA\E(F8P  -Jئ>kUPc9dX[ϔP-UڨjM`AbW̟$H/G0muP%¼0f%f ,-\wJ \zUK&C| +n{TÜ3§Bm{9!]Z!Zvh>A1Q_g9h]aӊ·~Vu4uv Gz!)W2ɞ0\jeINka$bOoO . ~,"2{~[wA}vÀ^ax iJF2IiWJZzM`r~;yL'ImS:(<%@S4(.{IXdvwAky;F\٘LJnlժJ-]N BX#V^DŚEq6e4T&,Ibd[-lNki~ QX,%dOgɆܻJqњlW:=et`-.7&*pBz J&Z%9 -B\1\m.`e3CԢYwL6bFG]!bEIZmj8@ Xs-\K9i"foǎr8՛)!(wLD+ՒY)hgGM8ZiSma"{56 /IM:@ˡ${(-u3}w JD߾pn6n Iq|QGvh^!(E7EX AYo;ap"JiV۲w"*۵AuEz3Jsy*W?PR.)SH1V#YZ˷!Q`վI#,林.x.7;"d{?S4 > ?6SuAwr0Ad.PsG3vY]_RmX7`M6M,4mDH\Jqbenxf%TSgXZhkS"\ MۖFIDjvґ]8Ҋivx= 5eFkh~+xԬdQ@d3в~Tܙ:o4xgue(b1:m QrNLCZ%Ǻ)ߦb|_mAye ^gB7N7@7/Wl@p}AHY4 k6ܷcC[ZdEdX&mp=ՏJٸwK9%d{=G-BݝB|Qy Q?5Gˆ&yٴt.)r mdk[&_͢$FPɺ 1VWWFi:`sfCMII@n[~"fЍǖHiOTEּ@d۳[&?NV [0ՒH"H|C_7< hdn/d7 c"YyM+SH'JCatngU`ox bZq݋ h09}m-RQM68]5 dT Q~cd9ZOQDv/GN'"U?ǀ(t=ve4qWd%إS_#[ϩ֊yq z~+GU`pK)qlfwe3>u,o|U%'ۂkwh8u相gi &Cl#p > h&<GL5.tmsg!D$Ȝ ØD (~KAzCmPL' ~tX>oyBՐ 4/ܾ&*O+CJƽcheDʹWY8u=o$ǧ 7=hHC|mYa o#Za6F]3aaTs6S^gh .Ƨn1-j=+ $Ϛ 4tIDe%[HY~:-ϲ V8jmڙOm"JWrN GPeN|,<9ooreLՎ_~v{P#@6) \5o~GWI8c$'5NƈdYP}7rBIu 駛#}o$`ݍZ9#ɮFQCY,S#l֬2*?%N:<t?QdpmF/nYw*h[dWօmZDIh蠰ؠ:Z"WXd3#'Gk5}Kѭ6nGAq\Č%loCW urʄ\c9zyA !@H_,q\ {2l5lwt^7.77ߋ-HS=~e=Jog5- 9IE1PVƄ#j6;x(Z^k"7tl tU(oeǛ<ޓ-PaB-:Il9F4}R^kW\dr \WȌ|+e<ԍN;gF NhN-MXO*]}]v`k/+fY+㣰vϩ2qzJ:5=ކJ\掸Dն(ʕonD(  udsmqn1vAoľ3@ ³4 eꟻI@ 8EJm?t05GNBK\y{G3"9╘[ 88 wJ߱=TZ==]PH[TzÚG\\}Qv_h_߰Q&bh1;̔W`v݉8K[mx9뱯[EoB\4Jf,M\tf댇d@n .UB4v]]W)a4TIicgU z{  \Qlj;JH4`?gx+4ILPcL i%`!Bjdx;k#{ӭR · '9~$yŬi/]hĄG:̵ӡx~*o-}&#;09}\m+\W1PGMgP ^dT;GU湆ʩ8˖7wIWu},ኒY+i'0 mC;e AX3+ &$ڠ *nDϊ^E,D?/xDX*b/ "1#ã7S獠/fQ'uka*WU`U8t3Zn_B|Pz>};o_,ayu`DUu)hLjx?38[ƨ2=`E@H0plC)~A;h_J59CeM/h+xL O #'3\R 7Z#%,E|ci2ȟϿԺwl[i!D~iSccFsUNˮ= 7e ՊVX$X!|^MO4dç߲h &+1J>01Fgg@TUZ xŃ9GOy99Dn) %x+gU+M5td˥7vk7LvRxe>ϭBh*Pe?t"NDg%:DFr+*LhJWc-UʂlDV̆;~ P>5šcLĪ`_'d^8"@jV>am>zW0)1)c3᪅#{7 N]Y#iҴhd'fMHwj(/Տ:ꞧw (YQe3=w/+>[QK]J[a 9K *diIf\$*.w̚, RΫ 9ix*EEr'ߊM\g;.7?9[2xNߕ9m& "4f9L?TүCk'%s:p)un%JW%P GonjcgZ qUw H0fR]PCT Ww5Euxe<$<m\SZSăd{N;RAi3ntf|_5?_+]#}SJkH%4*ص慶P:VoxcFy*[Z`0\+lwL?ֈjt5LבaOlOtk{msV<;7D3DlHK?|H (;;V:pWjgX p)%j R@oy0Ƴw SvSHo֌}{Ο mMŇiy[v2tu"#d8LK FfvH16Ы{Sy+y'MtU@D1~)T r]3l_t&g4[ VWGQ bBOK6KW!O9ou?V6M}U Y7ȝkUdiF.!\0 &dg#qjMmuL~1ڊRFYmXS%.:B*IӜFt !p0a_aŽc6[%wjnƒsR6XХ,6a%w"8TUN/KȞRƏGBY;~iF:/?M;yC6#aHSV-ؤf:ZSQ PM_ *nm `տܓnRb]&XTMH+Ҥ%F>Q.d/9vm~a@Ԅz*'qXۙ!cJ ە.7)/r>(Ga5^Ç aSP;ڵʹ\dQbV]v7`}5m$MfnWm3fF tBvdtZY&KJzQEZ56N5I= 0f%.w;4i>VM7Dz՜LIaT ["52dL40rBG7yǭv"ӏsr/{Q:g90N}^磁c]1Z}xRBK6+U ? CӅ2c+QFehqҪ[7/&/sH<9hL5t "jq^劤%_7>G ȋ pK>Ś'1n286%ΖvB2r02"}-NVT;tY(8$ W6l71{h=,;j|ؔfE,?}^leŬ/Fr3TN7ŴXnNRWt~L}n D-EIdR$aܔ*Fe0b@]`WUPl>qwjI2|V s.'mܔi~(:IO~Vt>ӥz^Bs~^# [-BJqlS)nDV q2ͱRa^Óv5N'z$]* X~|̏n'^<|D5" Z[!L6xڵ[кyy z2='Iйƛ YzZDD{؏B|CDpTm-'V =]wS___?:4ۤ6^~U 5Eۑx '_4N<6/˝Ba}rdrGSqL/j^Ul'{&5t}2~ӡˆGh 7b=,^1Q>'lIz 1gd  Si3$b&.zJ(> h/ Q>E X=@"Ew>I? XR,zo\MOKT;wR/[bnQR52*atwP褼{(0rAx"m8#6-K F=qN`AQjY C6Q}sDcuqSk%Lx1Q+bxoʸp"Jn I7^1zXz5 +G̤O+dN[#osb7COg5|0t/p3\`MKњڒFO 烡J$陦֦4 0"QU4^})Zʓp ׋"/B:aXd"Y)LSX# @݊ΖrKۭl.) ?!D#sNp*16E&#!40kqϼ]f4V4n9$I $yG( H˒qQd5j:2?f|%@kJb 9M(tO7Z֜OEM5z\ B/H讒}wܝ+rF(ugfȅ9Ont%|zpbx7r^#o [XLbig1 3vv%:XfێhX-=]K8{"U達í>~E,wSÐia*8ȥȿ-A=+uqN.Nv:q|1l{:ѓCm k[ Z%qc`9鳢ϻ%e~q dJ耏3uDNtkIOS6 &{ d(yw%eJ<^RO}O8V4A~Nvns3F/#ECR]R3!WovGhzؚnn@Mװ(c/3'eD6Ϗk4- /Q:a ϱ WUboČΤ9u;v=%IPiBx&Z-۬'pi#>o ril;۶N-}czf#nR9e߉ pJ/7SDR|gq*9 mSlHQwR8nّTzԵZ!M^=,97$Z{<PstR3)7FZrwo $CRp0NdV {묩2(=ٚ_A['JD~eD+7VVG _k")YROV|W@T }2_(H,І%Dh}˲|`7E8Oes[u>!NY*2B!P<^u,0JF.0_@^_8Q;qءҍ}]u%R?^g<Շo/G$=[q}Od|9h X\g:g {-{.3=Kl(W 7W1"ܻFiZPf=`F@F~k2kޛgOw>kJ>&["?J_a) $ύqGZJ! ]L1TVl;vI`Iٰꥄ]MP!&jc_l{kqT}?>}|8 ksj/)vf%بrkfWrⶏHXCG_@K2N܊x~O碇OHg<5z:N!SW;B8$vQIAl;.8eoLƹV7罋=G}x]6v:Lu oC@Mr wt_&uꌀT}M!p`le"sJDsv/G!(%^gedQ?Y`1q"[IoRllƉ;Lm+Ra5!ogS64 L Af>GC>X0~Cn;pJ>wxZPkBطSɳ@(ګͯ-4WzZϣK ງjwŊ1VVTV\O 2~hMDx&K9d>}kb 283;,LC i+΍k3( tee+>!B0wp1q.H@O!쵫 BT^@Ӻc\7K7UDz &(jXڛГԧdv6:׊,LnϤ;$UyƜ&*!P*kⓆ1f1\r fqPI: ~G(XMjH</nuNdbZ洲wF? j#df^g'9 ~GfKЬt5v, 쮢jHSs Ks0ɠд9!f },'Jn(gR'U^6P4gا7-`>ZՐ_?b}iE|SNu 67Am5ܠǃLP4g)EB3|PcNC3V;HP00pܯjjBC\Q$%v_uԊ\:–pDUZxו5Wo5O i)*Ap̨ic> AfpӔN=u?͸fcrZkҲE;X!f-t!Jόj/u)+*2kH"ߎADlS?f1ں7Y6mfB2+UBI$>8'\XTjɠjW(p jhL8e:^(}mXn.kHII3ޘ:*â%}2 ;ǕST8.gRT,aYdpO _}39rJI6%%9́(4> gn"~{ۈol7Btr 1vn<@|Nȟy--#D @L7eoN9h,WeE:-2jCBjIfθ@2jbp&^qL>bmQid=6QA}1LWH\_d%Oz0x@0Mfl>>kW&>:i^9  N;\l V 4L99/(͎IhEm>VZ3PA_CQQbS%)o,?MZZk=ᮇ*WJ% kr_ PptHf|OXmԲ,K˅dyZz;* s_j̸䔔 Qp)/Z__X0,&zJCM{+-݋24 ߳!=pvBp:ĎBDU4 hys Q(N4-33ic";3M@ 9\O9]c2/%m{Q{ *6]|CfOKi:1yJ]{*cXB#"JNU) }jw} z)+HQpv=xq-xI ׌es /a9`? lgz^Qkz .>12AW~,mf2*ȉ LJP+o>{cd25 ^)1K n8\ 3' ǎd^fAg{O A7-9 jFnhץ [6y47.ZFֵ>'b\Bt@ݏc,0ض>.6GO9ސUC/ X&@7R( T[yV/HwܓNkxg69Dn j a}cstơ2cBmp>QW=h,o{ #c Ҭw!Q"Ľp>%YG̅>F9 VUys{ }LV6 (lv% $l`nV2=A;7E%rj1PsNb(?#8r|B  o%9)q_p grcBY(R7NC2g.Y!S/Z9m]P( 6!KQ $UO!Rfua._8Z(A9 v&2J3x^T@.TGqq LB;J_f2fY4'i# ]b&X{hJ8+bHeх3 n ^XO5ݪyZG1]ⱐri=#K#rN hK)ڜZHJSS-$+Mk:\=YL)ܜA ֙L(lih~ {ڴ̓ KRpbzUpw[ViCPitlYY^ꟼS7) ~=cG3&IbF0e @T.ZeT/Wq҇=XjTA> U29082"o"CَO#0+EvwrTxBB XZ>hrt 9H';8,X#>g^r u@W4RY-+.{t)V ڍ&qn~#M:S"&#6g<SE4*$Ma"nZ7Ͱrp$nÉ*1gt\xt4 ŁFZ.r Wgo\Wd2ʏUnX4CYɥظɶC36SCX.c MO4e!]}x֥n/o?re&icc)XΎm xH ̜EbEZa6"oȅDS2 61[Û\ns Tt Sl Z7hW8~PVqlxI"&#.z{[qu;:0, 8EΚV1kn/> pȉumMxf;γ @=6EjlRQ8qH8Q/ذG< }%I/ n} Q[%$3 mj2JE]Fay1UR2wwcd KŪ8wĐٜrFt!$OX]͑To4̻XNGV}sxB#ԟ|mR22|LzcND nF|yoIʏt~R} gqUh͑ @0X^R6I>éN7/,ƭٹvMJk|(: Qur6xQaq`F$ _JeRx#)?ַ_񁮨.4&7  r$w97{AdIc=e~JQ'g5ײVjGۢBs6BUHf]|v`ÕM!j o.k@|hַ.46QS15IA7(B7F "1cY ڽL9eӛ8T'*yU?S*ף)+dsN$NovI?nBJK ʹ՜b+jwʂMk'sQxKRCR~1߅̎C Z'iP eEoװZ* )U-HlPOX`-`֮AwOί`}T{k4>LI5HN8rTw#((lR#-e"M'$KX+/ǬxBj}Seav`D,YEY KԜOzr2jI""NEQb!o*:Ԁ=I1uL-Q >hSi#_BCC,;@dDAkvZ.=\T{0y<!1 N |*{LOwYP<P%al.>=.cǞ,Z٨v)s{G9R$,E- /Kч!9E$ԒoFN>Q{OV>yr*$x%{ ㇷWu6@ P Lj\rbCl4'庤>[n_xE _8 +`?{g OE7Mcg+*&aō}E7v|x:s=yUZ7^8NE̋-/JLreF%!}QtxP@ _([ȗ6Pz~%ѾA2]`l>[:ew=*$^ʐ$1Z^/18~|0pf 6@^dP4!v}x_,|]m4d*J imhifvVW ? J3*2|@.퍩欵FBhdP.[8Ѥ ]!qn@N $t$| ۙr]ź-dH~`ڿ 1]":~SZ+.ijOV;h"!wӈO\By"g(FS+Tݣ ւ) SSɨ`_[[8һ}fPnZV!;ۅT*I$/ƥp鷊Ǒ7~q`ً?@Z`;.JF9$wpxmt/Fη<6n9l#JoN9+:UGJehxC;?2`{Db?q.HijM+0Y2y_mD h œ60V;Ț bo@f#&. UZqo ˚"PC8-KU Wqe>^d)뚊Fv"l,bBS}``3SJf˂+Iͥg>HGitM*U6B#VQH3d _.q/ab4ɲpgyIT?=nd~(Hn`#JCLhWRx-|q$|,dB `vvl?ueLr;@ %@.le.Vͬ,^/|sI5zm?,Uaoa;$ y{F$[V^j| t*1Lfh}fXJF8SV٨b`XoxcTH B(t%uc& XښeTkBWq.MXX#\U)Nl[v q >U2(#e'3NhuK <73C6iN}\x%2c? x賵.˟oK7U'{OPZ-#,^57KFكXt6ssW_G&׬0:]eB%Pj̲>XhleϚMUI~6p6SijNsBcǕ+ ڶV|L`Hpѷ]W'FդĖ>.b`3;wx?*6B8,UA1j p^&{Hhjɝ1ZǙs7Gmǟ󝫴Fj*|QߤM=?c҉6w`mJ8Q˄ c_aEآ~T+dtJR fB98=aSzZTe$# Cef Epl-Ŕ[wK:0ͼPaI]Ym+> C$v_T4TF`bŃ.=3shߥ uzd,ʳbnl4hPAefWd`dXDT&mSAFߴ1p{c[[ޱ=pUuY'T>,MXzH=2Ҽ;2)YJ:'s l}/|m-og?f޺}03`=G/Hܲ܃"mR;L桖` K-@EV1ud2Ní{o8 P^~J ߱Wƌcp`nz}'tۭh6IONOKz28m,3vmcbBv 2CT;<IT X=6ɇ׻94$<}%\jJY=T8BJ'ZtQjtA 03;v|Pk ,t} 1Ycd)^/gN ?#$. J{h {Conk#_w)yKfP:;FQH/8Ϯk@H9Gsŷ2pŒPKǨ.fwpE8, eB`IKt͜rµPҀGڹOl<60+Udx3Sp;{ wӿ!!/`/ey "Gq 'Hαc G!Du[V2c!s tEY$fK */R2Wxc. TT ݡ0_.h?cY2O|6z|MCԲ$EiJyo+iXZk&Rr~Cs  q!NTqIf uSkv3l!!1^hmGH~9vCF Ȋ֚ ]Q@7 э32(Gw4!417 dds8M4{d?DJZYvN_<' ?f}ݨb*-/&NGZ7m,դ@jOxb`4;U*]^d c}@F։OY5]olDG3m)O1zՑ5=m>#$rI'bK ]GM@[c4jtqTl#ϰTh0O%B7SlYGe=!/9ϣ?*5LKyoܦZ_X/ JmsfTfvttxhMǹ S"5Hax83 zd YlSn%'r޸6[C(DwiO 4M5ӎx;ur%cf*t_^u|$8HU$ƾ}pFx,=LJM9a,fg+ Fm?v)|M]Q|ڮ^0ޜ*n߱GYx)M*y1رڟ*lf,~7!_ ^ %EaYb{uO.>yN=-8kka0ig_hey++\uԍxؤB@ZXՎt'i=%v# d\rQi"dt~}*X(~¿+blmlP ƼL;+C'F"Iw2s#2bOl&6f?IЉbezm/H|~򦀴gyXó[QUS D,H4wNM熜(gڲeu%X$ĸ=>tfIEȰ] wf8ٳ4=V8胞M>/PQwhXoYHW .:fIzh 8_(bE/mHZʪүSM96&k;S1q8/BbqO/მxaQ盭Gf"fs{QFa8l+t< ^> %E;oq,9+油s Ďoջ%[H:)B1`tg=aZ.G =f۞nł2tg#7 M%fg{u#`EJrٍ@}C4<\Ep/HBI?I;lP%%ʂywm3an\S@V#^ş8R*sҪV=Cϭ/@}#L~+`m3+z<k|U"+yo^AxqރMv}|ӶH5&oEzzߍ|H(\bFs[Cۿ- pTҏ3 NN(Fǘ5ű{d<|ɥa4F@Rs)0Q1f+9,{IOCl̏X; 04ӻ\!aPZ]UrKIqBR F5T3vը=^ը3U4d=QD +"4eB* )%nomx]R qY| rr2bg>m#2H /.5T]@!A{W31}_0ֳ죍FxH~A:Vo~[@\g)A}LڢPXJeLѓT#$PtG[+ EHMj3>V'פ AuxҺ,uʑKdEof`+rpg+2ZdTcWZ"v7:YT,_'X/#U(J7mnJfz qt*Q^DةJҸvx'f^߱ .{FlB\[#zԭԓ>/6Tjr7޾ _fJ~Zwm34lL['D'?l'>o5$EcDfgy^A]VmoVH5'ǵ6S3.< OoN˥>xQFI6!D $ Dn,R(^LƟCR CQxϘ!J_j**4rejG%H}hXZMwf FHCHݭn=z%S5@\w%&K1A&v8-YAO/%%2E&!0H᛾Fd6F % cL6(-w`eϾ3TYBP(hfq4Lickj܉[R,Iw}z1Kl_F]9NVK"0=LTmGfa,m:;W/K3UÌh^)|1<%nV}< WoLf2["%rjp{ x_332l mqGT9 4P/;v5`6_#7/R#Sa/N4d[>!1,w *Zjn=*nc}ۚ/ȟ  u"~ڐOH^1N(D$aRw_n>e<"щfkr-BCsGltݴUEXģ֭hljP;B{ KPcDʶZVy ݇ XX-H5$z&N^lUZ=5*ghD'͋ɉp߽+R}~c Ȅ+ZQD5GD{"2UAS­5\Ea2&l~}̝?*z vO3 Dڶ Jp݈Gݞ>A3%9DiWs75m^3 L5{"t ѨQZFE3 p wIؽ흮B֛+WD*7%[GZdOq*ئ.Gg!A:aq z.67hL]Xkn5hCڑ򥋬v%E G㰌P50=?cF%&xf;צ"?] tc= ^w7iIGԐ`lvp(M|3{#'= μNv*7GDZ-9Yi8}V@`.Rެ=]xg=} CbA/0Ɓy]>J(Rrm sRz5kM/>n%c̿4ճ#|ڌ^st%Zf0 !:j? *^C|3I׭^!txඓ2h}گe f*p<>w ,^;u$q1z4ԟ^rv^;Z/w/ 3`І-Y,G/Pۥȕ0 paMl*2ECU(ūmt &hܖx+~FSm^9te\>"&b|u\Pok [j9Yod[N@ti!!,=aШ6!q.5/$ezg@&|<7RJ2W^7-绱Ip颬h D]r:ƜSgVA`&C†67@CXAnכ[:O0cnu؁{_C*ªXMHܝdc&f\)(ԊV0M1$R#Ғs?)4O>Wx?8krmWMs#KXV)mEdz :8?֩t^ r歱I_$ͬsd}T8D^08aauMirƊڻxK#s4C77L鶿ceLnOTqTRUWVW #dȋoPĊcAи12gy9]Bm6:ٻh~7]8|T͉9uNt%Rϙ oU}چJ8)ק儹D͒e;8ތ 3lqe $0^L9k ; i/QNcZ47RbLJCf rern`_{5V_,a0:3G_Y=TDϮ) ِhWZ.:V5?BChW3Lwk}MG\rQՃ,\/ @"t[p oV`{']X$3|EyHU>lOlwZ#{/Ur's#)%=bpLAݮe9w7Afsc)X,]HCO"><& z\$3w)}^}NBJ_f hkZ-d8Iݲ8ܮn\X:txWwu)ۜ :<\-L3;1cUtP]EGֵx= f @(]SZm-55qO8e#y^k$=:JR XŮAK:MhV "-fEqyZ˯3Mkeǹoۘ}KM}>T)2MT8H"x4ze\OnϚ2J-hf\] ><':;oVnr`\J@5֤gm+s+i>Jcgt- ;en0>~s}į ?tޓױգá}+6r:l{*R„vkI}ymYTJxS_J%DO?Vh=򟙃n Mg=BO t D/@3u3bgw|9St#f XŽ |VjA^{*%A C-T}!daLg˒1 qأ]́?73/i2*0\,!@G^ !ģݭ{)_giBOye OA>VpUEKT+BY[y:{jl=`PaRUq\Z6 ⣗sG`;iI-uc`o '?]B Soފ W~8B.PU0sq7uP[pE^H n5wΎp5G3V*:W%Lh~ij / G3 }|TPz`텧{}. Ò;SE||[{f(]8;bp y;lOrLIr{M XκH=./BfÜr/pS`XBk )פt&t4[U١R ?8~vVm ^&f]sQL^VLgҧz +)x! ga+"KvdUvaѬbo}t m*L"h,r8/sl^SUXhXę4B>G.ʻ*~\Un3i]H/ij| %Mtm U,ֳڃoƮʽ8m82zA~² \!e7rJkׅ/0Lgu1a :=`u8>0E6; Xm- @I4]fZ?퐓9rcY6J'ar$lj-ym5 %|5oTM#6>DY)5{prʴk%|(*90@ՅV7ܳ΀p)TŞ$d \2Kcm百_ޮo~kW42O>8u 2Ʀt{Ѯa)2#;3JĦ:/x&(ͯi/'ihLks$^%~RQ)ߖw^UCQL'v'⅗ЩOթ%z2)EFLD˨K! @pss׻Y(ȒqOHg*Ĉfl.0>|Qو=Af_[}:\oN&PN~vP#xzO5ZB.8ڋ"zȗ>HqJe*rzZ=(sj֙tsK4\%yGݴpAaCvVk3X9~lM(־Ղ)1DΤF<}ţ;Jluk0i @QEsOŵ==EE"5گfYC7W}RI !7ʸ*8K^Ɉfk$'&m;ȱ^0xQ~;-, _N@ Be,xp#D/$˳&ͤ#|NJ\P};gkvḧ8WAz2?X[BS:jvzu*(k;Hh}=gr_{.ն&iͪپP@{ ̟Bivdi!S4Z EqC0p+Owa@B̘M w>9n39z7 *ܖ@'-ҍ`l%ۦ7O;<<+)𗦃OO59!(DS5"v|ae5G^Iqu--#!-%0E%JOg'gwx`f ;(ˇwz) C;ttT#S>^n/@iOeO'P|< ٥ Kj ^+*0T5mRcSYgx9& \W$XT_C;g z'*DEYpsw& Qufz^~jg0 Qϑ]Z|'͜ɃŎU@3&惿U*A1h\5Jv6~!?ArÈ8 R0|$oi^xdw֕6i*.d> )d]]ZLb_Rzp\;z?uLʐ"ʄz Z4/-lMȮHeSMF%fO}CYh%怆>e&ھ7Lx I3ͧ0\=N0FP9H(@$^8},_)iѬU+ ՛y ]= h𱞢cbQI۹MlI{NY5VP'H'&z$[(mDP3jBN`;d8uk[+!ALQv%Kz[[u/iP@ ]NdjaN}!I,eyE dXN[5[,8T^w2\;Dr8G،ȯ\]Dî' 6{14f@ryt,^#'e˳m=?~!OFP2JjP' f%g[U^'/?41TOxlmq@SZ`6A HAA9W09h# faQ2 -=f-+'x_mMk=ef҃M/`cҾP҆\B J",}<I{gj;^ R3㛰}H'kFÐa&yy0a%ŸJ+yvlyQD:TXtG&27l++AlXsnTciDrOefC#MFqó Tg$<\kh=ħ)MLjU)șHݖ[HMT5Fp?dnNUjC,5[+uX:[MS s[wi ˆ4g 8GF-/I z`.것@θ׎m }Zna"w+6`v; 3)iC=>K5%N#xm+.ۚ ;xt,>>`JcʣՆըOVCSWX+[JQW=XJ)"1;ERb4tn)k<BGSg8c`?.J"Yčo'u kƋ#66ʡ{^ngaQN.M@Xfzt CETo,< .Tz?V272yV tANL"BVɹ&Kotozcm-VZAX{T_beD!qM rj0PT6ZB5֎%}DH^Pݙ{bUSJ88T|г5L}a,pW9{g|{GB'@_5T&'s@ "Xü(al7i=ܼsoyӥBlmsU钰6ѓAl=@`(fuUvͱqs|Dx%2ҢBCbϤ9ګ5\''~/ 7ц7|$]U-Z 4XfpQ-~F4|ss[\|7ƲlaqbHq6[z&re8Sv_/XвSA_c/3${Qz]o]5]sF꿬p38J+5~^iy/ /cޢ dmKuopj\uy&k` "ذVW&T.H6f>^$om\zG2xܰ _YPИY1% A 3]O Q-яrD"D?K_vMr%/PDRqIudgAfd#cU -?6FYu\fAePbBb"."A=wN5W{#= - e?!3G e[]_z% Xj$ TH9>^x.T!Ьnaq$1lC'"zK1]VT$_-k7`+L:]8)sF@e>Y>xz+y`LqjDEzC*N[#vql4El 7.KL[d<7}7^B 9/?2$̈́@/p&0q, J`Uw~^Tq*af:Of3 )Jጫ췭g`cn A \.MU }H*)Z5}Җ"". HFUqߘش7#Nkp\.=F%ȺI޶iC=eRn'5ҋ; gC|ӃB%%uwQ-u4DׇJ8~4`'X~{$V&Lj9aޥ Yv½;KV{kd\<ܼ ŭ!\f Ir*?#G!ǀËB ܞxnJ&T}Õ3V}(Ѽ2X>>"&*_wo)rr#26=&Re#*swz;\rfҪO" 2hU%כF oQݘFI _vuU(5(JHe>z÷#CְIݰuUߨ>sL- dߙSs3۠򞤇2MBX5 72SCT1&:jT䓎dy"*|H`j/p8h`[ ۋ~-ԍvƂP(1fOoH_9NCѥ.ŇpPQϩz}ʥ2%g~ tdK;햤/5qfik4Ki,M mUήS 65Z*r`J⫓^vNN?9 @R@(\~jx<[7ÏEDGYYer~Χ+4E`#nzn?~hHIg+䑞%j@2^/.2YVݦh$F?r=y S$D=a#}1nx4UXM2B!:WAATwҬщCALopHѵ!a ̶ov".:G_Ĩ 'M=s ȴi ;z 7l˜h&'J pva=QNJjK~-~sHiU1tigGl!tx*9ad5U>Pf*Cg^@iT{R4^3Kmx@JNgv*@X#YMcx"pC=4LYI(9PVEw:nhbzA&4/7I~Dfm~n:5)З*:+ح}&Vd {01$Eh(/ '"m74^Jm@܈}9* `tc6_7ވq;?NiT 񐞠{q'bOҔ:fޗE#i>ѱUhٯ.oćSLaJj 33OIkh 1/lL9eWR{ѭvQ,e՘$@Pd{d"#{Fln{[n-[8ss şA@JZdU"": G-F[v݀ev.D:i]f n=F0~RcŋɅPY:Yl>j(/R\yw\d& wjWs ^H.9콬Pڈv'*[1\r(Λ7H BnGݫ.',ejH"nTsО+wNCWp= N~]X(!Eke 8(4| '}׋pk#P%:u0E؄`2%qT&oHVj&}6σ x5oPɩ7I|IxV45"_qZrA+ķ&pzgdDR3F.E1q䗷@;F;,,^yCU47QH]=>c2/ϻӍom!rk}ွؕ +4!+H޶BreN+(alw8MXAH[X {,T~1QMIN-Q-$at ,4AMΗGaE~6BNfơ{SO3v ps8W@ lkQSܸ, :irDWڇr] ý5sxueU(-%οPS'빳6qDWԁ&i`shrF %%Nɀ}zMw3F$:+D9{YpI8'DZdކY2MrTxFj!`ƐQ4z8mlWzT1MHд()}X"[Hk ܗwA<2t9=dŹ!0|=hM[rU걻LRN(֛8pP X0eĔ2_'jGr,qsV 6ɀ,HsA1&сd)wT$!TP S6ҊJd&|`Jz镮j}Azr' Kë=R*{RL8]=HPR'., Se *ãNOݛPDo[O[E, c)1fڄ oHB+ Dy:uQq.aCAMn;Qrz=<ok/Y.b"]eb&](&DsLx %Olb[c$`|}.蓦t *hxcȓ!iƵƅ;QH̄|Xӓ!+z!Nj`NrPq'dѩb]:ׇmʞ@l6FE@+kbI#=.4˩ }2fgERWSn %vP~z|\lXs'rmA 9ouӐAh$9a YhJ;.JeW#XSBs2X%& 18csT@6`gNpg_YyH!evCy|[A߉CĀ:EmvM5J1.8$kQZO`&fTk?$25G50:4۵z)0qԧ~|89Z2OХnƾ+h{JWwq?hLX<_:õΓu _-?ؽwN%Ak1nl/-ʎ#ioR$XmD֮ ,J:"bRmfYXCWe@ځ; `xaF@!g88*J8{D$V#(, MXw X< 7@x>,5Rj/ PcWFh|-Z\D&̍oH$>i"\^DwxL |w3\[E-/}/o=eA, hyW|Ӌ<)kwvi$FδJUX`.;{S{r0wr`&N Ws\kwrF\$],%K+p&Y0ˁix#8ܿv6C؅AMVB׻["_2b$ H1 P˥B!\j,R/*?~.Dĩ@PHF{?hdRG%[FPIKxSdjKpzWiWQ };@GyGh$Z6}aCܝ,&Q/. ]d5C4(3in.\?DOkgRw@1٘VFf_{>8 " $ۮ-Jh }^:m\GS$Íļ$qklk| tv*1Ůσ'm\Kg%cf[+}S+ɗG^;:EHoKFֱOZgJ֙͹cZYqFW]ϐ`tF`Վ+<\μFkd;~$V_2$(uud7ۦ7ze%@}#֌#"BVވVzCF[I#Y z#[Ӹ3YMhmy)a>ѕǾ߬Z@}?wgr3lكc)ܟ6~>!.5\P} I$מ;>aô}uuiCdB)thzcrS|ZgdiLpDZ_y23F6lNQVH):J/0,=]DA1% 6Y]qW՛FH,[aN|T$II#YpvQ|p+~Y>LƍKysgxIpsN{uׄWZ'R*Ќ 20'&E`-~"#gSo>{ YjFBϞ*{4do󆩳5qUZNF2 8Gvʂſr2cq=\tL,!z1tYIo>ߡ5 Z4fJxZDFzd}Kͭ$ˣfbFWd: xD6l)g7{0ٰ)RdYax#DG| d"An]|ev 85n>mBimB%W4qn. !~٩-hD!v1t; w F~cD~F"ja,xLvqj6gL*nO{(75Q^׻(O=ڿ"C3SljwHN3l:H/l3>@k ɘ\)E4R8R4p$#̯)?nJ@a.չc_ A9֓C^v7HNKpx>h%FBMk!s#au *7>PBVn lxϠ8dQ>nii ϡ9MDwxwol>j? #繓O"h}-/-1~6Lo$Qq5m1XSc#b//YqqA{@OĹ{#ԮxB9h>"N.vA [ z| Yiz[M^PR`Rt= zLl*MT6rDKoE(R5ҎZv)M)aYȥ,7O:X.Tc]ZJ WI}^XGGץ޿li׉!J[[X2bBv? O؜|P8鮋s̏Y9f l q߂[UR$(50hk_\3-) ܄XAg8M({e?+v.ba+ RxXA݋0 P9%>3oqv5ۗ$7 "^^ zM0䗑U u甅%Ӎqه&7OߩV aSL?OTxwBhZ2 n6D&4 *yC"v kcq.@xԥȒư -=+2xe"siOl[0}tNon|rzO<ԝ"(\ [ji pt`#P#&%{L2E}WS;˜sEXvy)d|LIEt̓>/wIU1feE򝢛>ߏi,ƈ2fưb+DY d#38X2.8a5y1µ˥ƝOz/0L:!b£PeOmGb>f2H]Jx:Fj bZiR2vR)u25e%MMtC5Jg("y1K=eƎ*' ݌9~LZd\*#ء~ 2=~8Ǥ NQWt,4k+"8ҽ]7lp^zBi:h ƹDoIw$CÊ0$WKjlMDp Jx&A $P_^4zݔ`. _{~2Qv*)|ƺ)Ƈ:C1;'a̋O|+ÙSW*Yk~v8b+tO+'m,۹=KQ5|J_pԀP$wKOaJdc4+X*#<,7Uį HP-52c[9cXb4@'CUU|l3`6 \FaEXKsR?u|8)3Mo`l-ot̖N'nVp8n[ M?Pz=ҝ-q`1_UA<4q4o`}ᆚ#:%E+}Då }*' ' )Հ򫈹) %)X Q8󩼦M!.Z~[%"rÙFt\{r Mpj )%|j Hq>.F02^QMV{gKQϒǬZqH'm'Mr,d4l;k>#uǡY܏u]x8ڤWLE DOm)X@9/VE%g 9lYa$l-(=t6B['& 73ߏ2<q>l ĪB(^n.m_Dÿm 4ٳkt]=ow@`jQd,ūq6%%!8W8؇Ҵ܂h2Ƈ[{%3'E&BL]:Qs?Y7([EF"ޭ֓v^y`s$F.,\.1mWHNn&aSE hDs3=uBʉV\(xVV"k"$ǐ1V\A8C8qKb5|TG}c r;NM@MTݜ x RI^fpD\6 I<_< s؟ Q=bMaGa1MޕBfJm(u*$f>MqC{z11+!bi\;~ %Y1vH,tƊ[=v52#[tD-)%* 4WGh;%c5˘Ch1uV> `3!JmEXSq1Xs`^a~~BǕx!^JqgNN9̤͟&\~1>0Qd`M۟̏;Q^UWWO_+B!>bGjsM<<EXpA_;28T'> j `8.\/g  )hV0*$$ˉ$5DM4Ӻ8)!1Z|nn6]AX7C-!o'OCO(j]z$0{6^Z)Wa6F63īۇZ`zCD~\M~j;nL9CMq ΰ*6؀y&8SVE.M@lU0\)+ NK"4-xY  uC$}qN$ xHvxq3yȟ턢gkUy 0ZJeYR"c8Aȇ |#@WXΏ1 ث.3Lt͸*KZ<el2;V03aʑ=16#?tfVS;bo"õI)(v)h+as_ ApFLZ/!~͸# e*.Or;S݄1o 8uc⛍A2I%e4au'T)̬V :}쬈k9Nϵ.ٿ$a mq]}@ fOOM\x*{8*wLN^}x٩r]ϒ+:%Ey\VضIlEPY"sȽj3ՌM0}X*_rk;Yd"?+s *ʄ3\x Tf] *JXqF;VS`ξm;i&+VF񋁵]&x>)X|e—^} zޗsaFaBou8qΙ;y>%KW:F%OW~9Z[_U ֦.\[un˜blNi|жXVIQ\rG Ql:(U ?1.6/95 L++[QMUeeޣ[@YxܦFg68{_CHfdtVS+MFO-H)?!K]:@8V(śE5=%b3j.8" <)%^"Hk c]$~?Jlb]61kz!"@z/r\ x\>Tcd>iX|9#1WYbc"PGgKUD* 5M_h0/-8+Թ!NQӟ!W&RSH!r^Ԑ!XwH4BxPA3B:9>ůƺuM: ~w1C{7Մ&hV8ڣ5`C7L3UjzO|7w4qr) :s=k8N mb&LڋrE55oeGCJ/!aٲ)4$Ukb0Þecm1譞D7֎:|wY_SAmC[^G+ xf]mjOC;QeCácT_] ZTڄnttO4f67щBu퟉8u4Xl YC#~!>2RJËNڹ~6UKAENTj#dyK  W{R4gS*}^gyq񅢎j_R o]^MoT3K8T2uh G`< cy0~™)}ͱ-]Q݋a;:ҙ7MϼiJ aoWQ7@`GG`gVC{ŠxHԜ};$9.ĭz: C6DZ* .P6*' 3RUVe1wSۀ7HأDf|)YWDb 3E,j ːfg]h^vu{=oީ(־T?%iQh ,R} l}}5?ݫ-"ցOT)H>YX.D^\ Uȸ_|\}0p1EdrT5k`K֗[Khf)U[3]'GA ?(Ɛ ێ0;< cg׏#K5w\lt)r R`_C "~ǚx{>qL??rI-'A["`n`vs9pxWT~+]`\?S:TBz/"0: 1!sQw4 %ZGg6KI31Z#c'w#?ԧM }TE8ޮă?*~]ڲ o#z6HŭQѮj96x `l!)6@Kj>14Ңe烇E/du^ϝb4,Wh^U=NS٬R̷_ ._G66|XRgxӒ;&~(̸g Cug!S.rϦ4ң[֦]0^եH@:G_9:'|/A #.ZaQKES +Ÿq'ZeWU)pz &(Lqu_<8j}>6(tcgTC UF2}e?GaaFCK C%cxw%nRkF3Z}e .[Q>D6ZoyťhC>B cvr$2A=R>"DʣAI,jl(KdGѹ՛ECB]%? N##^z#[-F^iiC\#9:/5Y`v.jPnQ)k+m^kD!(YmQ X*f!Yoܽ>1q&Z7ia|iqsƎi5~_ zR<$|л^@evE^P]8${r`V7M\4ˬ_7 Wt҉ U>?cC#:y6{NSj/ەx=4c tTnB o :kHa 3?XMQpKڊ}PiѨSD>b $Am'}Asob^-, 6;r|㑯v0@%P~ݣ6$QH3c;z۝mÏ;F2c̟_fС:CDMv.U).[lя÷h cgԕL+vvȯ}DL؍4oH0 =%`m)()jtxDԚJI]hYgJ"[#ܭLӸPu:K\]{QLs7/tvbB._I~|)DE 03¸kmA>s)=HđgO!2zʊwjfy!>_q H_z]`dYQ S #ഉeBc(cs ;'}tK쪆 ax-I0>LXO9R(wJ',!G/#iv"Wޞ>_(C!*dBB=G{ \ht*x _etM}F Ǒ|Y֌=lE1O WUjVb/@\V:Hg2;jbdl)xh*?of"5yE#;Nj`ds[A<n1Ã>GmF}\D'~>&DOo-J.Q{! a4nݽjEP#,(} ث@ |=;]&/g§5+(ə _ FpjuKj4IOds.x%N'dGOD8E'K/*W`^͑'iטlp M*)\c8i(GFH~4܂FgFUA|^͝t"#Ilj?n?G"T_7IMfS'}`zUKqd}.NiLeM_(U-,+QYyDY_5aAb˒Q̞> v`.<9^cj|~cBB;j<YXu"D{ȓ?2 WjH9-4uAr! =\YJ)oߐ'c,6{uȁ}6S3(L3ܽij;?w2_SjHƇ6 [<^ipa= sE" 5U*\Zxq{<:5ݭ4BLk{mJ25fxl8@ S:@akQ v~-}%2m&)YUwG %6 1ƗUa5d\5dz/袩Qt BMp.^u=3I l~Rq@5``6%DF+:qZGb^Ǹ\=5]ݨL}N vλj_l]E{ o/cn19}b&p,{kH!ֹ5u#+w~jLfpdcw S$t"iWlm_g~ TNz)jg5|;܎W?>.'`"终FvE1u,.lE8kqTL)HrH=yTs ;ބrւB}ERR cb0kK-O 8/WUw xz&O޲Ԋ1!fo{d8'\c& Dg@:@fP&?TwB_ Lw ?aZ%gGBFO~^b{ėVV,IY>rCXm2tA_?@P .OTxtjs%,{#$7*(,;+H@i^C.ZA7ⴞDAHc6FܥU rwm|Bg:uΤu'z E6:f!MCƪlC=NzO@%`?2Ō_ [?>VރjTR lnr(J? ĀYu`OrOT.G_A1Fu_`eHq9qdg^y9+yѨk9Y"#xq ߛ!0enk7؝I/ϋ#p,ha&9=w/(-f/dW1j37ɵCiz;Z)>G#w2}ӽEܜ|ȃF"a3U =l͉3tŪta`@&:n 'zClq ҷ٘>'1@4Y iQ ȳ?1xɻ X7'^Q% H:'XζpN+.HmG]~TEω)>y%Q2t 8*YL+HuqDvG?YV]0[@֌ >Ip^`o8,fJJPi,A1e¦0Z-UE] &p{-N#3Gi#pgi_C gcfHH+k,,} VnaZ>bAvn =4թ-P`C =GO;@i&''Α-4aOյ1]h>m+tLGqVhj?آGev S= ?tӀڮUo(0B3,]Qk^qCvY,y>{k:B^ 4S%S ! 4҅ YZ