libvirt-daemon-4.0.0-lp150.7.18.2<>,]/=„2|1#+I<%,WU^{j7BB˖ZӅRN҈zH!QT4[u;C(ƒMrM &Hh~%GTX]Ŀ2 xX/L PHJr%h;WA.>p q-{ }$EsBV^DF aYI%!q)/W堠D}!jů^Yï큍_+ >K D? 4d $ X$. Gg{ Q PQ  Q !Q "Q 1iQ 1Q3Q4Q6>6dQ77:@K(L8L9O:^=>?@FGQH QIPQXY\Q] 0Q^bc@defluQv4 w0QxtQyz| 0Clibvirt-daemon4.0.0lp150.7.18.2Server side daemon and supporting files for libvirtServer side daemon required to manage the virtualization capabilities of recent versions of Linux. Requires a hypervisor specific sub-RPM for specific drivers.]lamb54.gopenSUSE Leap 15.0openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://libvirt.org/linuxx86_64/usr/bin/getent group libvirt >/dev/null || /usr/sbin/groupadd -r libvirt 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 libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-libvirt-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-libvirt-update-$service-new-in-upgrade" fi done for service in libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket ; 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/sbin/ldconfig if [ "$YAST_IS_RUNNING" != "instsys" ]; then if /usr/bin/systemctl is-active --quiet apparmor.service; then /sbin/apparmor_parser -r -T -W /etc/apparmor.d/usr.sbin.libvirtd &> /dev/null || : fi fi test -f /usr/bin/firewall-cmd && firewall-cmd --reload --quiet || : 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 libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket ; do if [ ! -e "/run/rpm-libvirt-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-libvirt-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket ; 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 PNAME=libvirtd SUBPNAME= 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 PNAME=virtlockd SUBPNAME= 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 PNAME=virtlogd SUBPNAME= 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" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket || : ( 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 libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket ) || : fi/sbin/ldconfig # On upgrade, defer restarting daemons until %posttrans if test $1 -eq 0 ; then for service in libvirtd virtlockd virtlogd ; do rm -f "/var/lib/systemd/migrated/$service" 2> /dev/null || : done /usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : 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 libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket ) || : fi else # package uninstall for service in libvirtd.service virtlockd.service virtlockd.socket virtlogd.service virtlogd.socket ; 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 fiVN.d<V#MMP (  HB((Rz-}O= ]| wJ~ AA큤A큤A큤AAAA큤AA큤AAAA큤A큤AAAAAA]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]48184b51eb68c176757f1c389b1a63166dea32a37455f3abe0eb7f29eb68adb3e9124c70fd295e44d43ba44e7757ef09d631d5c144c3bbd5269b99a703923e18fbed2475bdcdb0d41e9eff0d22728e542b19420cb122aff30889995941dd9e6df1f82837d69e0f7761c4849942f9d256143e0a67072391a6552bf465e47f29345eaefc576f4fa15c1e5a4dccd6d460661984d7f80c7c885221b97d4d1786c3de64496d0f58252cc0748ece2b8ec88ab267c50c5587456e5b61c8cdb5d0b6adae1bf37300c9825a0d5d27f4bdcd9fe51e1197d9fdacc89482722733dee9779e9afda96eb9ff9472804cf0f9e650a659fa85cb35e5941ca9abccccad61bb570ac7b05dade87f2b65513f8c4e76d441649e2908725877e47c45d266889287574bff563c5a013e0b31a4e44c1570e1d1cce35bf680af064f34885844377ed67ab2f3e3195d55350c4048b112c418f13d22252bc1be3f2af351d46f051eccba6b5ba24e280776b115f7dcef54b05eecb8cfdd700801460ce9592fa59a3e87acc8d13e2448fc79634caa6b7a0353633cfc298074c1ddbeffe75905a21c9d58412c6f13fea84bcd35397f0803b873693e7e50e94f4774e62fa756d4f06928fd476027887ffe1bde37039f6f6ab7dde32fc2c02ef1d66b5b290e5f8bab05db0a46ba62a2dc93f1530370410a93f55bda309f113e0af5578e23fa245b0efb0d534bf79b9acf275f9a949d7a2387bfdc71c4078fc83fa0d816d7ebc046672fddb1cc6d55f211f6b18feb238ecca35ab2a1e2046b0ed455a69ddb522a5d2fa263c38efd37f5df6c8b0d3a0ed0d8ce1b43562e8838a509d9d2db4f194f6f3fa1e79165ab208819ba6d113e9679f8792d559b4a74fd503f443cca9c9427c0184cfce1128d83e9475d254d351016bc752d6dac1f05a7fdd7c600f8e05ef534d0273058c854745adfca6f2f43c7fa1fe9435ee3787c51f20b5d3f1bd87318c1abd04dbfe4866d5312788caa4035d2a4d5c0f4909573643bdd84b50cd756c8e5666ecfa4ce0115eccdde9c57c126869a0ec6b91746e579b22ce35136e64abc6fba329551fd215a5232f44b51eec47c64f09e7552ad38b23e44e648cff6f00aef88c3487a3801c97734fe5aa45c5e2e958dcc93f2cde4c241681a415dea57c11d16f786fa8ba0d5a983decd7c597d551154328321091925d6b892e94bc6f4fd5b42f98f16a9db8bed8cdb90f1e8fa4fb98ca44190723bfecd23af09e973f8a68c3c2e9cf35db71df3a622b44f780374a99aadafbd0cc80de9da45a0a3c8de032d76e93f55b78bad945faed4208b37b984b8a50eaa384ddc035a2591fe7c9972a34d08c44cce5b38bf84c21d7415215457a3531867a7a662559e50db37a8789fac64aa54c175b420a79a9fbd4c035bac5339c00e2e26e75cb4b477668767494344c8cb70f606f67b597077524f05fc763094cb252e41c46219b86e247917d47c729a5d7efa56865d36f8328109f834eb812f96ef7c8151bf6ed198105bdd7dc998d1b6c52cfb9e926a1106f66ae120dd356743cee8c050bbfd613a1e281ed06786ded0a378beba2c67754f1cb0a126122e0b1d9ed97fad866d1ca446a8c3425ac83bac5bb44c7229426cdae6a47b220e84f18aa9eb7694deb23332372f7fd9d0d50ae93ebf4df85b2c1aa4591236958fd6ad5c71a60561713d456a14e49b490e1032f62dfaf1072c893b9497f3c7976020ec04989c2556a54f0b284d62d3db17dfddbfd94428ea0545aa248e0fee98364dcd36c7a45fa5c9b1181db2a8829ddb9ee87edff6945170bdcf938d2e40c81762d810278291eede05f4948b79e20c01b484a3e280b080e54f7ccaf410752f38b5b48f54a215d6174bf12270c7a0e971891209df7894b497e3053db3cfe44cc9ddb46f0e2c020c9c4e0c4ac2385670f0476698fbcf8a852e3fda9931dcac1a6723d306d457de43aacab1bd5b500e41ff287ab84f9ec7a40463b1b4c0aea63fd8f8d2b89e92e545f04bf148762e71f7ef865f31eb7a4f2506e2ddfda456cabdbbd16036534c36506657fa34513ff6f209e16ddb3e06da933f014b8db76e7a98a117618890ab62a3b0fcfe4a903531c0d8e0622411552049e7bea3d417987bdd8ce84f14b11f17c208401258b811e5a09fbf7694c69e75eea783798c180e7959808d4bef5750481198fd7d3594f5789ff52dd3798ce0f5ebc7b3c80cda90dcf75ea2dd590759335ee85a227388662690a2215b3f09efeb4fa0b4140b02be16c6aefe305142dfd308956fc2221b17002045189b72079336d5b9b0484f596d1ef604ecd5eecfd273e0b9ae35c3af1f5bc1c47e3a9e185d159967f8c55db2baa1e59c1d5360477317b1d21ad9cfe6bdde3c86dda9d1b8705be1d38f18ecc523dec42f91c679143043c9b28ef82eac68d1729a21d371c18eb93f2a180d1b220903b5b7798639aac9e929191b75c8123d8222eab66ffa9e20054a93cadd402009dd7323fb08c77cd0df31b850bbe626e2ca33263363215c632e77471d83f20b63d2f08abd22425f97b595ed315a9c123b10a00e4a6d7c51d8755788a0serviceserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibvirt-4.0.0-lp150.7.18.2.src.rpmconfig(libvirt-daemon)libvirt-daemonlibvirt-daemon(x86-64)@  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(libvirt-daemon)dmidecodeiproutelibacl.so.1()(64bit)libacl.so.1(ACL_1.0)(64bit)libapparmor.so.1()(64bit)libapparmor.so.1(APPARMOR_1.1)(64bit)libavahi-client.so.3()(64bit)libavahi-common.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.13)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcap-ng.so.0()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdevmapper.so.1.03()(64bit)libdevmapper.so.1.03(Base)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libsasl2.so.3()(64bit)libselinux.so.1()(64bit)libssh2.so.1()(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.2.5)(64bit)libvirt-admin.so.0()(64bit)libvirt-admin.so.0(LIBVIRT_ADMIN_PRIVATE_4.0.0)(64bit)libvirt-libslibvirt-lxc.so.0()(64bit)libvirt-lxc.so.0(LIBVIRT_LXC_1.0.2)(64bit)libvirt-qemu.so.0()(64bit)libvirt-qemu.so.0(LIBVIRT_QEMU_0.10.0)(64bit)libvirt-qemu.so.0(LIBVIRT_QEMU_0.8.3)(64bit)libvirt-qemu.so.0(LIBVIRT_QEMU_0.9.4)(64bit)libvirt-qemu.so.0(LIBVIRT_QEMU_1.2.3)(64bit)libvirt.so.0()(64bit)libvirt.so.0(LIBVIRT_0.0.3)(64bit)libvirt.so.0(LIBVIRT_0.0.5)(64bit)libvirt.so.0(LIBVIRT_0.1.0)(64bit)libvirt.so.0(LIBVIRT_0.1.1)(64bit)libvirt.so.0(LIBVIRT_0.1.4)(64bit)libvirt.so.0(LIBVIRT_0.1.5)(64bit)libvirt.so.0(LIBVIRT_0.1.9)(64bit)libvirt.so.0(LIBVIRT_0.10.0)(64bit)libvirt.so.0(LIBVIRT_0.10.2)(64bit)libvirt.so.0(LIBVIRT_0.2.0)(64bit)libvirt.so.0(LIBVIRT_0.2.1)(64bit)libvirt.so.0(LIBVIRT_0.2.3)(64bit)libvirt.so.0(LIBVIRT_0.3.0)(64bit)libvirt.so.0(LIBVIRT_0.3.2)(64bit)libvirt.so.0(LIBVIRT_0.3.3)(64bit)libvirt.so.0(LIBVIRT_0.4.1)(64bit)libvirt.so.0(LIBVIRT_0.4.2)(64bit)libvirt.so.0(LIBVIRT_0.4.5)(64bit)libvirt.so.0(LIBVIRT_0.5.0)(64bit)libvirt.so.0(LIBVIRT_0.6.1)(64bit)libvirt.so.0(LIBVIRT_0.6.3)(64bit)libvirt.so.0(LIBVIRT_0.6.4)(64bit)libvirt.so.0(LIBVIRT_0.7.0)(64bit)libvirt.so.0(LIBVIRT_0.7.1)(64bit)libvirt.so.0(LIBVIRT_0.7.2)(64bit)libvirt.so.0(LIBVIRT_0.7.3)(64bit)libvirt.so.0(LIBVIRT_0.7.5)(64bit)libvirt.so.0(LIBVIRT_0.7.7)(64bit)libvirt.so.0(LIBVIRT_0.8.0)(64bit)libvirt.so.0(LIBVIRT_0.8.1)(64bit)libvirt.so.0(LIBVIRT_0.8.2)(64bit)libvirt.so.0(LIBVIRT_0.8.5)(64bit)libvirt.so.0(LIBVIRT_0.8.6)(64bit)libvirt.so.0(LIBVIRT_0.8.8)(64bit)libvirt.so.0(LIBVIRT_0.9.0)(64bit)libvirt.so.0(LIBVIRT_0.9.10)(64bit)libvirt.so.0(LIBVIRT_0.9.11)(64bit)libvirt.so.0(LIBVIRT_0.9.13)(64bit)libvirt.so.0(LIBVIRT_0.9.2)(64bit)libvirt.so.0(LIBVIRT_0.9.3)(64bit)libvirt.so.0(LIBVIRT_0.9.4)(64bit)libvirt.so.0(LIBVIRT_0.9.5)(64bit)libvirt.so.0(LIBVIRT_0.9.7)(64bit)libvirt.so.0(LIBVIRT_0.9.8)(64bit)libvirt.so.0(LIBVIRT_0.9.9)(64bit)libvirt.so.0(LIBVIRT_1.0.0)(64bit)libvirt.so.0(LIBVIRT_1.0.1)(64bit)libvirt.so.0(LIBVIRT_1.0.2)(64bit)libvirt.so.0(LIBVIRT_1.0.3)(64bit)libvirt.so.0(LIBVIRT_1.0.5)(64bit)libvirt.so.0(LIBVIRT_1.0.6)(64bit)libvirt.so.0(LIBVIRT_1.1.1)(64bit)libvirt.so.0(LIBVIRT_1.1.3)(64bit)libvirt.so.0(LIBVIRT_1.2.1)(64bit)libvirt.so.0(LIBVIRT_1.2.11)(64bit)libvirt.so.0(LIBVIRT_1.2.12)(64bit)libvirt.so.0(LIBVIRT_1.2.14)(64bit)libvirt.so.0(LIBVIRT_1.2.15)(64bit)libvirt.so.0(LIBVIRT_1.2.16)(64bit)libvirt.so.0(LIBVIRT_1.2.19)(64bit)libvirt.so.0(LIBVIRT_1.2.3)(64bit)libvirt.so.0(LIBVIRT_1.2.5)(64bit)libvirt.so.0(LIBVIRT_1.2.6)(64bit)libvirt.so.0(LIBVIRT_1.2.7)(64bit)libvirt.so.0(LIBVIRT_1.2.8)(64bit)libvirt.so.0(LIBVIRT_1.2.9)(64bit)libvirt.so.0(LIBVIRT_1.3.3)(64bit)libvirt.so.0(LIBVIRT_2.0.0)(64bit)libvirt.so.0(LIBVIRT_2.2.0)(64bit)libvirt.so.0(LIBVIRT_3.0.0)(64bit)libvirt.so.0(LIBVIRT_3.1.0)(64bit)libvirt.so.0(LIBVIRT_3.4.0)(64bit)libvirt.so.0(LIBVIRT_3.7.0)(64bit)libvirt.so.0(LIBVIRT_3.9.0)(64bit)libvirt.so.0(LIBVIRT_4.0.0)(64bit)libvirt.so.0(LIBVIRT_PRIVATE_4.0.0)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.2)(64bit)libxml2.so.2(LIBXML2_2.5.4)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libyajl.so.2()(64bit)logrotatemodutilsnumadqemu-ovmf-x86_64rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdudev4.0.0-lp150.7.18.24.0.0-lp150.7.18.23.0.4-14.6.0-14.0-15.2-11454.14.1]@\@\\C@\@\@\\\M\y\k\]o@\HW@[@[@[[:@[-[qr[?Y[{@[)[5@[@[@ZZI@ZZZZ@Z@Z@Z@Z_@Z}@Zk@ZiZaZWQZLZ:PZ7Z2gZ%8Z!D@ZZZ@ZfZfZ@Z@ZZYY@YY@Yܶ@YdYp@YY@Y{YA@YX@YYYKY@YW@Y@Yx@Yx@YqY\YTY7Y6@Y1S@Y"Y@Y]Y.XX9@XӸXg@X~@XXZX @X7@X@X@X@X@XYX@X6@X6@X6@XXXc@XEVX,J@X!@X@W@WiWF@W@WWWW@WW@W~WWv[@WgWbWaC@WYZ@WUeWH6WEWEWJim Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig James Fehlig jfehlig@suse.comJames Fehlig jfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comrbrown@suse.comkukuk@suse.deolaf@aepfle.dejfehlig@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comjengelh@inai.dejfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comdmueller@suse.comjfehlig@suse.comjengelh@inai.dejfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.competracvv@opensuse.orgjfehlig@suse.comjengelh@inai.decbosdonnat@suse.comjfehlig@suse.commwilck@suse.comjfehlig@suse.comjengelh@inai.dekukuk@suse.dejfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.commatwey.kornilov@gmail.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjengelh@inai.dejfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comolaf@aepfle.dejfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comcbosdonnat@suse.comcbosdonnat@suse.comnormand@linux.vnet.ibm.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comolaf@aepfle.dejfehlig@suse.comcyliu@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comdmacvicar@suse.dejfehlig@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comjfehlig@suse.comfcastelli@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comjfehlig@suse.comcbosdonnat@suse.commlatimer@suse.comcbosdonnat@suse.comLed cbosdonnat@suse.comcbosdonnat@suse.comjfehlig@suse.comcbosdonnat@suse.comcbosdonnat@suse.comjfehlig@suse.comcbosdonnat@suse.comjfehlig@suse.comcbosdonnat@suse.com- api: disallow virConnectGetDomainCapabilities, virDomainManagedSaveDefineXML, and virDomainSaveImageGetXMLDesc on read-only connections CVE-2019-10161-api-disallow-virDomainSaveImageGetXMLDesc.patch, CVE-2019-10166-api-disallow-virDomainManagedSaveDefineXML.patch, CVE-2019-10167-api-disallow-virConnectGetDomainCapabilities.patch, CVE-2019-10161, CVE-2019-10166, CVE-2019-10167 bsc#1138301, bsc#1138302, bsc#1138303- spec: add systemd-container dependency to qemu and lxc drivers bsc#1136109- cpu_map: add cpu feature md-clear. CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091 5cd9db3a-cputest-add-data-E3-1225-v5.patch, 538d8735-cpu_map-Define-md-clear-CPUID-bit.patch, 4cb90fa2-4-1-maint-branch-remove-stibp-from-tests.patch bsc#1111331, bsc#1135273- CVE-2019-3886: disallow virDomainGetHostname and virDomainGetTime for read-only connections and users CVE-2019-3886-api.patch, CVE-2019-3886-remote.patch bsc#1131595- apparmor: reintroduce upstream lxc mount rules Drop apparmor-no-mount.patch bsc#1130129- hook: encode incoming XML to UTF-8 before passing to lxml etree fromstring method Modifed suse-qemu-domain-hook.py boo#1123642- supportconfig: collect rotated logs in /var/log/libvirt/* Modified libvirt-supportconfig bsc#1124667- conf: add new 'xenbus' controller type 09eb1ae0-conf-add-xenbus-controller.patch - libxl: support Xen's max_grant_frames setting with maxGrantFrames attribute on the xenbus controller fb059757-libxl-add-xenbus-controller.patch, ec5a1191-libxl-support-max-grant-frames.patch, 5a64c202-xenconfig-support-max-grant-frames.patch bsc#1126325- util: skip RDMA detection for non-PCI network devices f38ef0fa-no-RDMA-check.patch bsc#1112182- qemu: fix potential libvirtd crash in qemuAgentGetInterfaces CVE-2019-3840 7cfd1fbb-qemu-CVE-2019-3840.patch bsc#1127458- qemu: don't use CAP_DAC_OVERRIDE capability if non-root 620d9dd5-qemu-no-dac-override-nonroot.patch boo#1125665- qemu: fix issues related to restricted permissions on /dev/sev b6440119-qemu-conf-sev.patch, a404ac34-qemu-cgroup-sev.patch, 6fd4c8f8-qemu-domain-sev.patch, 17f6a257-security-dac-sev.patch, a2d3dea9-qemu-caps-dac-override-sev.patch bsc#1102604- apparmor: add support for named profiles 70c2933d-apparmor-named-profiles.patch boo#1118952 - libxl: save current memory value after successful balloon 11c8aca9-libxl-set-mem-after-balloon.patch bsc#1120813- apparmor: Fix ptrace rules 8741b943-apparmor-ptrace-rules.patch bsc#1117058- libxl: add support for soft reset 14d03b27-libxl-rm-redundant-virObjectEventStateQueue.patch, 82452a5d-libxl-rm-goto-libxlDomainShutdownThread.patch, da4b0fd9-libxl-support-soft-reset.patch bsc#1081516- qemu: Add support for SEV guests d4005609-qemu-query-sev-caps.patch, 5dca09c1-expose-sev-domcaps.patch, 45422935-intro-virNodeGetSEVInfo-API.patch, e4db4daf-remote-virNodeGetSEVInfo.patch, 6596ac42-backend-virNodeGetSEVInfo.patch, e5791a03-intro-launch-security.patch, a9caa981-add-sev-shared-dev.patch, 11ab77fe-support-launch-sev-guest.patch, 077c9a25-intro-virDomainGetLaunchSecurityInfo-API.patch, a12278a1-remote-launch-security.patch, bfaa61c8-backend-virDomainGetLaunchSecurityInfo.patch, a95b99d0-rename-reducedPhysBits.patch, e56ff8bc-prefer-camelCase-launchSecurity.patch, dfc56964-remove-virQEMUCapsSetSEVCapabilities.patch, 2382a236-fix-qemuDomainGetSEVMeasurement-leak.patch, 2555749f-rename-qemuBuildSevCreateFile.patch, 6718132d-use-cleanup-qemuProcessSEVCreateFile.patch, 6b90f4bb-rename-virDomainSevDefPtr.patch, 6bbb35ee-rename-sev-funcs.patch, c92c6cd2-qemuBuildSevCommandLine.patch, 84e4046c-fix-leak-qemuBuildSevCommandLine.patch, 4817687a-rework-virDomainSEVDefParseXML.patch, a349c6c2-ignore-query-sev-capabilities-errors.patch, 6688393c-fix-sev-element-formatting.patch, 54c54b56-sev-use-EnterMonitor.patch, 6d490ed0-fix-sev-endjob.patch, e039a830-fix-qemuProcessSEVCreateFile-retval.patch FATE#325817 - Fix virNodeGetSEVInfo API crashing libvirtd on AMD SEV enabled host 764491c9-qemu-fix-probing-sev-support.patch, 77f51ab5-qemu-caps-format-sev-platform-data.patch, cc786a8f-qemu-free-sev-caps.patch bsc#1108395- libxl: fix VM migration on busy hosts 60b4fd90-libxl-rm-vm-finish-phase.patch, e39c66d3-libxl-fix-p2p-migration.patch, 47da84e0-libxl-fix-job-handling-migsrc.patch, 0149464a-libxl-fix-job-handling-migdst.patch, 5ea2abb3-libxl-join-mig-rcv-thread.patch bsc#1108086- util: don't check for parallel iteration in hash-related functions 4d7384eb-dont-check-parallel-iteration-hash-func.patch bsc#1106420- spec: don't restart libvirt-guests when updating libvirt-client bsc#1104662- libxl: Implement virDomainBlockResize 0001-libxl-add-support-for-BlockResize-API.patch FATE#325467, bsc#1094325, bsc#1094725- virt-aa-helper: add SUSE path to OVMF and AAVMF images Adjusted suse-ovmf-paths.patch boo#1095556- libxl: fix leaking logfile fds 67c56f6e-libxl-logfd-leak-fix.patch bsc#1094480- spec: only use apparmor-rpm-macros when suse_version >= 1500- libxl: don't set hasManagedSave when performing save ac4a12db-libxl-fix-hasManagedSave.patch bsc#959329- cpu: add support for 'ssbd' and 'virt-ssbd' CPUID feature bits CVE-2018-3639 1dbca2ec-CVE-2018-3639.patch, 92673422-CVE-2018-3639.patch bsc#1092885- util: improvements in error handling 09877303-virSocketAddrParseInternal.patch, 412afdb8-intro-virSocketAddrParseAny.patch bsc#1080957- libxl: don't hardcode scheduler weight 83edaf44-libxl-dont-hardcode-sched-weight.patch bsc#1086377- libxl: fixes and improvements in migration APIs 64370c4b-libxl-MigrateBegin.patch, 99486799-libxl-MigrateConfirm.patch, f5eacf2a-libxl-MigratePerform.patch, 4e6fcdb6-libxl-libxlDomObjFromDomain-cleanup.patch, fe51dbda-libxl-use-FindByRef.patch, 60b3fcd9-libxl-MigratePrepare.patch, 3c89868c-libxl-lock-after-ListRemove.patch, 13e81fc6-libxl-EndJob-on-error.patch, 594b8b99-libxl-DefineXMLFlags-API-pattern.patch, c66e344e-libxl-dont-deref-NULL.patch bsc#1080957- Install correct firewall service file depending on availability of firewalld vs SuSEfirewall2 libvirtd-relocation-server.xml bsc#1083455- qemu: avoid denial of service reading from QEMU guest agent CVE-2018-1064 fbf31e1a-CVE-2018-1064.patch bsc#1083625- virtlockd: fix loosing lock on re-exec 464889ff-rpc-aquire-ref-dispatch.patch, c6f1d519-rpc-simplify-dispatch.patch, 06e7ebb6-rpc-invoke-dispatch-unlocked.patch, 86cae503-rpc-fix-pre-exec.patch, eefabb38-rpc-virtlockd-virtlogd-single-thread.patch bsc#1076861- libvirtd: fix potential deadlock when reloading 33c6eb96-fix-libvirtd-reload-deadlock.patch bsc#1079150- libvirtd: Explicit dependency on systemd-machined 1b0c42ff-libvirtd-depend-machined.patch bsc#1074014- libxl: round memory values to next 1MiB increment ef71caea-libxl-memalign.patch bsc#1082041- libxl: add support for specifying clock offset and adjustment c391e07e-libxl-clock-settings.patch bsc#1082161- Remove all uses of python2 during the build (bsc#1080034) 6b3d716e-keycodemap-py3.patch apibuild-py3.patch - Determine hostname early to avoid code injection in lxc driver. (bsc#1080042) 759b4d1b-virlog-determine-the-hostname-on-startup-CVE-2018-67.patch c2dc6698-fix-deadlock-obtaining-hostname.patch - Add basic support of connectGetAllDomainStats for lxc driver (fate#323742) 0001-Extract-stats-functions-from-the-qemu-driver.patch 0002-lxc-implement-connectGetAllDomainStats.patch- qemu: Support setting OEM strings in SMBIOS 68eed56b-conf-smbios-oem-strings.patch, 76977061-qemu-smbios-oem-strings.patch FATE#323624 - libxl: resume lock process after failed migration 0c710a37-libxl-resume-lock-on-mig-failure.patch bsc#1076861- qemu hook: Change shebang to /usr/bin/python3 - spec: Require python lxml in daemon-hooks subpackage- Update to libvirt 4.0.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 2d07f1f0-fix-storage-crash.patch, 69ed99c7-dom0-persistent.patch, 8599aedd-libvirt-guests-dom0-filter.patch, 0f33025a-virt-aa-helper-handle-more-disk-images.patch, b475a91b-add-virStringFilterChars-string-utility.patch, faec1958-lxc-set-hostname-based-on-container-name.patch, 2089ab21-netserver-close-clients-before-stopping-all-drivers.patch, fix-virt-aa-helper-profile.patch, - Patches added to fix upstream bugs: 72adaf2f-revert-qemu-monitor-error-report.patch, 71d56a39-nodedev-fix-parse-PCI-address.patch - CVE-2018-5748, CVE-2017-5715, bsc#1071651, bsc#1076500- Add a qemu hook script providing functionality similar to Xen's block-dmmd script suse-qemu-domain-hook.py FATE#324177- Fix apparmor rules for virt-aa-helper (bsc#1074265) fix-virt-aa-helper-profile.patch - Lift VirtualBox dependency version to include 5.2.x - Update upstreamed patches Removed patches: * daemon-close-crasher.patch * lxc-hostname.patch Added patches: * 2089ab21-netserver-close-clients-before-stopping-all-drivers.patch * b475a91b-add-virStringFilterChars-string-utility.patch * faec1958-lxc-set-hostname-based-on-container-name.patch- Close clients before drivers are cleaned up to avoid crash at libvirtd stop (bsc#1073730) daemon-close-crasher.patch - Set a hostname on lxc containers based on guest's name. lxc-hostname.patch - Enhance apparmor rules for virt-aa-helper (bsc#1070916) 0f33025a-virt-aa-helper-handle-more-disk-images.patch- libvirt-guests: fix 'stop' operation when action is 'suspend' 69ed99c7-dom0-persistent.patch, 8599aedd-libvirt-guests-dom0-filter.patch bsc#1070130- storage: Don't dereference driver object if virStorageSource is not initialized 2d07f1f0-fix-storage-crash.patch bsc#1072974- Update to libvirt 3.10.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - bsc#1070285, bsc#1070478, boo#1070914, - FATE#323473, FATE#324365, FATE#324479- Update to libvirt 3.10.0 RC2 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 8056721c-qemu-null-storage-source.patch, 74a13be4-xdr-flags.patch, apparmor-rules-for-new-mediation-features.patch, apparmor-fine-grained-mount-rules.patch - bsc#1070285, bsc#1070478, FATE#323473, FATE#324479- spec: remove use of 'systemctl enable' bsc#1038401- spec: enable firewalld support for SLE15, Leap15, and Tumbleweed FATE#320794- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- spec: Add BuildRequires for libtirpc-devel in preparation of removal of sunrpc from glibc - build: Use XDR_CFLAGS in more places 74a13be4-xdr-flags.patch- Replace hardcoded libvirt with Name tag when refering to subpkgs - Remove dependencies to /bin/sh in libs and nss %post scripts- apparmor: allow libvirtd to send signals to unconfined processes suse-apparmor-signal.patch boo#1065123- qemu: Tolerate storage source private data being NULL 8056721c-qemu-null-storage-source.patch bsc#1068752- apparmor: add rules for new mediation features apparmor-rules-for-new-mediation-features.patch, apparmor-fine-grained-mount-rules.patch bsc#1066124, boo#1065123 - spec: unconditionally enable the wireshark dissector- Replace %{with_sle_build} by ! 0%{?is_opensuse} bsc#940315- Update to libvirt 3.9.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: c44b29aa-apparmor-dnsmasq-ptrace.patch, 441d3eb6-qemu-tls-client-verify-server-cert.patch- qemu: ensure TLS clients always verify the server certificate CVE-2017-1000256 441d3eb6-qemu-tls-client-verify-server-cert.patch bsc#1062563- Do not ignore errors from useradd/groupadd. - Invoke/expand %service_* just once per scriptlet. - Replace some old macros.- spec: libvirt-daemon-qemu requires libvirt-daemon-driver-storage bsc#1062620- spec: reload libvirtd Apparmor profile in %post bsc#1060860- apparmor: add dnsmasq ptrace rule to libvirtd profile c44b29aa-apparmor-dnsmasq-ptrace.patch bsc#1060860- spec: Add dependency to UEFI firmwares since paths are specified at build time- Update to libvirt 3.8.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 92bd87a2-ryzen-test-data.patch, 5c83b360-epyc-test-data.patch, a0b62843-epyc-cpu-model.patch, f305d8a1-apparmor-attach_disconnected.patch, b482925c-apparmor-ptrace-support.patch- Enable firewalld support for openSUSE >= 42.2- apparmor: Add rules for kernel 4.13 ptrace checks b482925c-apparmor-ptrace-support.patch Drop temporary workaround apparmor-ptrace-support.patch bsc#1058847 - apparmor: Add rules for denial encountered when starting confined domains f305d8a1-apparmor-attach_disconnected.patch, suse-apparmor-libnl-paths.patch Drop old, useless, undocumented apparmor-fixes.patch- apparmor: add temporary profile fixes to allow starting domains apparmor-ptrace-support.patch bsc#1058847- cpu: Add new EPYC CPU model 92bd87a2-ryzen-test-data.patch, 5c83b360-epyc-test-data.patch, a0b62843-epyc-cpu-model.patch bsc#1052825- Update to libvirt 3.7.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 8982f3ab-util-hash-header.patch, 0b1ecf7b-virHashCodeGen-mockable.patch, f536b0dd-tests-arch-independent-hash.patch, e4cb8500-avoid-malicious-ssh-hostname-as-args.patch- Support OVMF 4MB firmware images Adjustment to spec file and suse-ovmf-paths.patch- supportconfig plugin: list active networks, interfaces and storage pools- rpc: avoid ssh interpreting malicious hostname as arguments e4cb8500-avoid-malicious-ssh-hostname-as-args.patch bsc#1053600- Update to libvirt 3.6.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Fix unit tests on s390x and ppc64 8982f3ab-util-hash-header.patch, 0b1ecf7b-virHashCodeGen-mockable.patch. f536b0dd-tests-arch-independent-hash.patch - Patch cleanup - Renamed libvirtd-defaults.patch to suse-libvirtd-disable-tls.patch - Renamed libvirtd-init-script.patch to suse-libvirtd-sysconfig-settings.patch - Renamed virtlockd-init-script.patch to suse-virtlockd-sysconfig-settings.patch - Renamed virtlogd-init-script.patch to suse-virtlogd-sysconfig-settings.patch - Renamed libvirt-guests-init-script.patch to suse-libvirt-guests-service.patch - Combined suse-libvirtd-service.patch and systemd-service-xen.patch to suse-libvirtd-service-xen.patch since both patches add Xen support to libvirtd service file - Pull OVMF-related changes from suse-qemu-conf.patch into a new suse-ovmf-paths.patch- Add a supportconfig plugin libvirt-supportconfig FATE#323661- Remove Requires on bridge-utils FATE#323639- drop dependency on xen for armv6hl (not supported and does not build)- Update to libvirt 3.5.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 5004f121-virFdStreamThread-dont-exceed-length.patch, 1a4b21f1-set-EOF-on-end-of-stream.patch- Remove --with-pic which is only for static libs - Use %_smp_mflags instead of just %jobs- misc spec file cleanup - remove checks for old distros well beyond EOL - enable wireshark dissector for Leap >= 42.2 and Factory - remove support for old, non-systemd distros - replace $RPM_ shell vars with modern macros- Don't exceed specified length when reading from stream 5004f121-virFdStreamThread-dont-exceed-length.patch, 1a4b21f1-set-EOF-on-end-of-stream.patch- Update to libvirt 3.4.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: aeda1b8c-qemu-no-error-shutdown.patch, 8023b21a-conf-ioapic.patch, 6b5c6314-qemu-irqchip.patch, 2020e2c6-conf-intremap.patch, 04028a9d-qemu-intremap.patch, d12781b4-conf-iommu-cache-mode-attr.patch, a5691448-qemu-iommu-cache-mode.patch, 3a276c65-conf-iommu-def-stability-check.patch, 935d927a-conf-iommu-ABI-stability-check.patch, 4cd3f241-fix-NULL-disk-source.patch, 975ea20f-loopback-macro.patch, dbb85e0c-libxl-graphics-listen-addr.patch, libxl-def-usbctrl.patch, revert-2841e675-mtu.patch - FATE#321335, bsc#1031056, bsc#1037774, bsc#1040207, bsc#1040213- libxl: add default listen address for VNC and spice 975ea20f-loopback-macro.patch, dbb85e0c-libxl-graphics-listen-addr.patch bsc#1040207 - xenconfig: fix handling of NULL disk source 4cd3f241-fix-NULL-disk-source.patch bsc#1040213- qemu: add support for 288 VCPUS aeda1b8c-qemu-no-error-shutdown.patch, 8023b21a-conf-ioapic.patch, 6b5c6314-qemu-irqchip.patch, 2020e2c6-conf-intremap.patch, 04028a9d-qemu-intremap.patch, d12781b4-conf-iommu-cache-mode-attr.patch, a5691448-qemu-iommu-cache-mode.patch, 3a276c65-conf-iommu-def-stability-check.patch, 935d927a-conf-iommu-ABI-stability-check.patch FATE#321335 - revert commit 2841e675: qemu: propagate bridge MTU into qemu "host_mtu" revert-2841e675-mtu.patch bsc#1037774- Update to libvirt 3.3.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Bug fixes: bsc#978121, bsc#1017017, bsc#1032863, bsc#1033117, bsc#1034024, bsc#1034146, bsc#1035995 - libxl: updated libxl-def-usbctrl.patch bsc#1031056- Update to libvirt 3.3.0 RC1 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: ae102b5d7-qemu-fix-regression-when-hyperv-vendor_id-feature-is-used.patch - Bug fixes: bsc#978121, bsc#1017017, bsc#1032863, bsc#1033117, bsc#1034024, bsc#1034146 - libxl: add default controllers for USB devices libxl-def-usbctrl.patch bsc#1031056- qemu: Fix regression when hyperv/vendor_id feature is used Added patch: ae102b5d7-qemu-fix-regression-when-hyperv-vendor_id-feature-is-used.patch boo#1033893- Update to libvirt 3.2.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 67dcb797-virTimeBackOffWait-sleepcap.patch, 85af0b80-qemu-adaptive-montimeout.patch, d68cb4f55-extract-the-request-sending-code-from-virNetlin.patch, 754515b7d-add-virNetlinkDumpCommand.patch, 3ee35d7d6-more-uses-of-SYSCTL_PATH.patch, 5dd607059-add-virNetDevGetName.patch, 00d28a78b-check-accept_ra-before-enabling-ipv6-forward.patch - Add Conflicts=xendomains.service to libvirtd service suse-libvirtd-service.patch bsc#1015348- RPM group fix- Fail to start network instead of losing routes if IPv6 forwarding is required. bsc#1025252 Added patches: 00d28a78b-check-accept_ra-before-enabling-ipv6-forward.patch 3ee35d7d6-more-uses-of-SYSCTL_PATH.patch 5dd607059-add-virNetDevGetName.patch 754515b7d-add-virNetlinkDumpCommand.patch d68cb4f55-extract-the-request-sending-code-from-virNetlin.patch- qemu: Fix monitor timeout with large memory VMs 67dcb797-virTimeBackOffWait-sleepcap.patch 85af0b80-qemu-adaptive-montimeout.patch bsc#1013113- network: don't use dhcp-authoritative on static networks bsc#1015588 * added network-don-t-use-dhcp-authoritative-on-static-netwo.patch- Update to libvirt 3.1.0 - Modularize storage driver by splitting it into backend-specific subpackages - CVE-2017-2635, bsc#1027075 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: b018ada3-shunloadtest-build-fix.patch, f86a7a83-libxl-dom0-balloon-fix.patch, 6e4759d0-libxl-timer-fix.patch, 87df87e0-libxl-timer-tsc-emulate.patch, b4386fda-xenconfig-timer-fix.patch, d3970925-timer-tests.patch, 321a28c6-libxl-default-disk-format.patch, bd116810-libxl-fix-disk-detach.patch, ff225538-libxl-autoballoon-setting.patch, c89a6e78-libxl-physinfo-cleanup.patch, d2b77608-libxl-maxmem-fix.patch, 79692c38-libxl-dom0-maxmem.patch, 4ab0c959-libxl-mem-leak.patch, 2dc1cf19-libxl-double-free.patch, apparmor-errormsg-fix.patch, apparmor-alt-seclabel.patch, qemu-disable-namespaces.patch- Drop author list from description. Fix summary to be more accurate as to what the subpackage pertains to.- Don't call insserv if we use systemd and don't require it.- libxl: more fixes for dom0 maxmem setting 4ab0c959-libxl-mem-leak.patch, 2dc1cf19-libxl-double-free.patch bsc#1017762- apparmor: don't fail on non-apparmor apparmor-errormsg-fix.patch, apparmor-alt-seclabel.patch bsc#1023436- libxl: fix reporting of domain maximum memory ff225538-libxl-autoballoon-setting.patch, c89a6e78-libxl-physinfo-cleanup.patch, d2b77608-libxl-maxmem-fix.patch, 79692c38-libxl-dom0-maxmem.patch bsc#1017762- libxl: set disk format to raw if not specified and fix disk detach 321a28c6-libxl-default-disk-format.patch, bd116810-libxl-fix-disk-detach.patch bsc#1003379- libxl: fix timer configurations 6e4759d0-libxl-timer-fix.patch, 87df87e0-libxl-timer-tsc-emulate.patch, b4386fda-xenconfig-timer-fix.patch, d3970925-timer-tests.patch bsc#1019969- SLE12 SP2 bugs merged via version updates of the Factory libvirt package: bsc#986718 - SLE12 SP2 FATEs merged via version updates of the Factory libvirt package: FATE#316228, FATE#316628, FATE#319531, FATE#319810, FATE#320490 - Replaced libxl-dom0-balloon-fix.patch with upstream patch f86a7a83-libxl-dom0-balloon-fix.patch- Fix dom0 ballooning with Xen >= 4.8 libxl-dom0-balloon-fix.patch bsc#1020755- SLE12 SP2 bugs merged via version updates of the Factory libvirt package: bsc#996020, bsc#987002, bsc#997278, bsc#998005, bsc#998389, bsc#1001446, bsc#1001698, bsc#1005288, bsc#1013991, bsc#1016253, bsc#1017086, bsc#1017762, bsc#1018189- virt-create-rootfs is a temporary SLE-only hack that was never added to the Factory libvirt package, causing it to be dropped when rebasing SLE on Factory. Add it now but only apply associated patch when building for SLE. virt-create-rootfs.patch bsc#995981- Update to libvirt 3.0.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Add b018ada3-shunloadtest-build-fix.patch to fix 'make check' failures - Add qemu-disable-namespaces.patch to temporarily disable qemu namespace feature until all issues are resolved- In order to avoid issues like bsc#1017189, explicitly specify supported VirtualBox versions- Update to libvirt 2.5.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Import new public signing key- spec: explicitly set qemu-bridge-helper path to /usr/lib/ bsc#999070- Package org.libvirt.api.policy polkit file (bsc#959297) - Fix postun systemd services cleanup - Mark /etc/libvirt/nwfilter/*.xml files as config files- Update to libvirt 2.4.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html- Update to libvirt 2.3.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: pci-use-driver-override-sysfs.patch, virHostdevFindUSBDevice-privsyms.patch, libxl-usb-vendor.patch, apparmor-qemu-bridge-helper.patch- Update to libvirt 2.2.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 856965b3-qemu-secdriver.patch, 541e9ae6-cpu-vendor-crash-fix.patch, d53d4650-qemu-rbd-auth.patch- libxl: allow vendor/product addressing for USB hostdevs virHostdevFindUSBDevice-privsyms.patch, libxl-usb-vendor.patch bsc#989646 - qemu: fix auth for rbd network disks d53d4650-qemu-rbd-auth.patch bsc#988998 - Replace cpumodel-vendor-crash-fix.patch with upstream variant 541e9ae6-cpu-vendor-crash-fix.patch bsc#992425- Update to libvirt 2.1.0 - New subpackages libvirt-libs and libvirt-admin - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: c8f08e48-systemd-notify-fix.patch - qemu: fix qemu.conf security_driver regression in 2.1.0 release 856965b3-qemu-secdriver.patch- cpu_x86: fix libvirtd segfault when host cpu is 'qemu64' cpumodel-vendor-crash-fix.patch bsc#992425- bsc#988279. Move the qemu-bridge-helper apparmor profile from the qemu abstraction to the usr.sbin.libvirtd profile. apparmor-qemu-bridge-helper.patch- spec: minor improvements to logic enabling numactl and numad support and fix nested if indentation FATE#319979- Update patches providing support for driver_override sysfs interface with latest upstream variant. Dropped pci-simplify-stub.patch and updated pci-use-driver-override-sysfs.patch bsc#986718- spec: enable numactl and numad support for aarch64 FATE#319979, bsc#991377- BuildRequires: use librbd-devel instead of ceph-devel - Enable rbd support for aarch64 bsc#979473- Use driver_override sysfs interface for binding/unbinding PCI stub drivers pci-simplify-stub.patch, pci-use-driver-override-sysfs.patch bsc#986718- systemd: fix ready notification on abstract socket c8f08e48-systemd-notify-fix.patch boo#987668- Update to libvirt 2.0.0 - Change version scheme to match libvirt's time-driven release schedule. will be incremented on first release of new calendar year, on each monthly release, and on stable branch maintenance release - Include libvirt-admin utility and API - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: apparmor-dont-scrub-environment-of-virtlogd-process.patch, e33cd67a-xenconfig-backendtype-fix.patch- spec: Recent simplification allows using a common spec file for SLE and openSUSE - Add SLE patches missing in openSUSE libxl-dom-reset.patch, libxl-set-migration-constraints.patch, libxl-set-cach-mode.patch- xenconfig: fix conversion of to backendtype e33cd67a-xenconfig-backendtype-fix.patch bsc#984798- Advertise aarch64 UEFI firmware paths - adjust spec file to include aarch64 paths in '--with-loader-nvram=' configure option - adjust qemu.conf 'nvram' option to include the SUSE paths bsc#981836, bsc#983747- apparmor: Don't scrub environment of virtlogd process apparmor-dont-scrub-environment-of-virtlogd-process.patch boo#980441- Update to libvirt 1.3.5 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: e4d131b8-mv-virDomainDefPostParseInternal.patch, 3e428670-post-parse-implicit-video.patch, 538012c8-default-vram.patch, 96b21fb0-vram-tests.patch, 400e716d-libxl-noprope-emulator.patch, b90c4b5f-tests-use-qemu-xen.patch, fccf2725-libxl-API-4.4.patch, 5325123d-libxl-migv2-save-restore.patch, f9edcfa4-libxl-migv2-migration.patch, a1c9a81a-libxl-rbd-fix.patch, ba566428-libxl-dom-iface-addrs.patch - spec: simplify and cleanup by removing many conditionals that are never toogled. Also drop conditionals for suse_version < 1310- Avoid suppressing errors during useradd/groupadd- libxl: add domainInterfaceAddresses API ba566428-libxl-dom-iface-addrs.patch bsc#979425- libxl: default to qemu driver for network disks a1c9a81a-libxl-rbd-fix.patch boo#981094- spec: Remove %defattr usage Inspired by upstream commit 90f9193c- libxl: support Xen migration stream V2 fccf2725-libxl-API-4.4.patch, 5325123d-libxl-migv2-save-restore.patch, f9edcfa4-libxl-migv2-migration.patch bsc#978361- Fix default video RAM setting e4d131b8-mv-virDomainDefPostParseInternal.patch, 3e428670-post-parse-implicit-video.patch, 538012c8-default-vram.patch, 96b21fb0-vram-tests.patch, 400e716d-libxl-noprope-emulator.patch, b90c4b5f-tests-use-qemu-xen.patch bsc#979397- Remove unknown locales to fix build in old dists- Update to libvirt 1.3.4 - Add support for migration data compression in QEMU driver - Drop libvirtd.socket - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 216650f1-libxl-build-fix.patch, 6d8b6d28-mark-implicit-video-primary.patch, 03e8d5fb-qemu-perf-memory-corruption.patch, libvirtd-systemd-socket.patch- qemu: perf: Fix crash/memory corruption on failed VM start 03e8d5fb-qemu-perf-memory-corruption.patch bsc#977131- Fix setting implicit video devices as primary 6d8b6d28-mark-implicit-video-primary.patch bsc#977150- Update to libvirt 1.3.3 - perf events - post-copy migration support - NSS module - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Add rpmlintrc file to filter shlib-policy-name-error for new libnss_libvirt plugin - Fix build with Xen4.7 216650f1-libxl-build-fix.patch- spec: restart daemons in %posttrans after connection drivers have been processed bsc#854343, bsc#968483- libxl: advertise system qemu instead of qemu-xen in caps libxl-qemu-emulator-caps.patch FATE#320638- Update to libvirt 1.3.2 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html- libxl: Add support for block-{dmmd,drbd,npiv} scripts libxl-support-block-script.patch bsc#954872- qemu: set /usr/share/qemu/ovmf-x86_64-ms-{code,vars}.bin as default UEFI firmwares for x86_64 bsc#961853- Update to libvirt 1.3.1 - CVE-2015-5313 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 034e47c3-CVE-2015-5313.patch, ace1ee22-qemuxml2argv-test.patch, add-with-login-shell.patch, virt-aa-helper-rw-mounts.patch- spec: perform one-time enable and start of virtlogd.socket when upgrading from libvirt < 1.3.0. Inspired by upstream libvirt.git commit da054f35.- CVE-2015-5313: don't allow '/' in filesystem volume names 034e47c3-CVE-2015-5313.patch bsc#953110 - Fix failing qemuxml2argv test on 32-bit platforms ace1ee22-qemuxml2argv-test.patch- Update to libvirt 1.3.0 - New virtlogd log daemon - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patch: 703ec1b7-qemu-bridge-helper-fix.patch - Added patch: virtlogd-init-script.patch- Run udevadm settle after removing NICs in lxc driver. bsc#829033. lxc-wait-after-eth-del.patch- Don't add apparmor deny rw rule for 9P readonly mounts. bsc#952849. virt-aa-helper-rw-mounts.patch- Don't package virt-login-shell anymore as shipping it as non-setuid doesn't make sense. bsc#837609 add-with-login-shell.patch- Detect path of qemu-bridge-helper during %configure - add qemu-tools as BuildRequires for suse_version > 1130 - add upstream patch 703ec1b7-qemu-bridge-helper-fix.patch- Update to libvirt 1.2.21 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: disable-virCgroupGetPercpuStats-test.patch- spec: some minor wireshark fixups. Essentially a backport of commit 7c8250d7.- spec: remove all dependencies on apparmor to keep it optional. bsc#949793- xenconfig: set disk type to BLOCK when driver is not tap or file xen-sxpr-disk-type.patch bsc#938228- spec: the libvirt apparmor profiles #include files from the apparmor-profiles package, thus should have a dependency on it bsc#949793- Remove Wants=xencommons.service from libvirtd.service xencommons is already enabled by a global preset, and the absence of xen-tools.rpm causes a systemd warning- Update to libvirt 1.2.20 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped upstream patches: 3468542f-virFileUnlink.patch, 8b1d84e6-refreshVol-failure.patch, e0025d29-storage-mode-check.patch, ba25c214-libxl-log-level.patch, 56945e13-libxl-AttachDeviceConfig-hostdev.patch- bsc#945962: SLES12 SP1 Beta3 - Pass-through NIC device via virsh not available to VM. 56945e13-libxl-AttachDeviceConfig-hostdev.patch- libxl: set driver log level to the log_level specified in libvirtd.conf ba25c214-libxl-log-level.patch bsc#945796- CVE-2015-5247 - denial of service through root-squash NFS storage bsc#945645 3468542f-virFileUnlink.patch 8b1d84e6-refreshVol-failure.patch e0025d29-storage-mode-check.patch- Update to libvirt 1.2.19 - Improved ppc64 support - New virDomainRename API - Support for PCI Express controllers in QEMU - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped upstream patches: 269d39af-storage-allocation-fix.patch, 26c5fa3a-virt-aa-helper-missing-doc.patch, d25a5e08-virt-aa-helper-simplify-restriction-logic.patch, 2f01cfdf-virt-aa-helper-allow-ovmf.patch, 91fdcefa-virt-aa-helper-allow-nvram.patch, 52970dec-virt-aa-helper-improve-valid-path.patch, 44a54eb0-libxl-fix-refcnt-MigrationDstArgs.patch, 15120b8c-libxl-no-resume-on-suspend-fail.patch, e80b84a7-libxl-acquire-job-on-migrate.patch, 60acb38-revert-curmem-inactive-dom.patch- Replace local libxl patches with upstream variants Dropped: 0003-libxl-fix-ref-counting-of-libxlMigrationDstArgs.patch 0004-libxl-don-t-attempt-to-resume-domain-when-suspend-fa.patch 0005-libxl-acquire-a-job-when-receiving-a-migrating-domai.patch Added: 44a54eb0-libxl-fix-refcnt-MigrationDstArgs.patch 15120b8c-libxl-no-resume-on-suspend-fail.patch e80b84a7-libxl-acquire-job-on-migrate.patch bsc#936185 - Added another virt-aa-helper upstream patch 52970dec-virt-aa-helper-improve-valid-path.patch lp#1483071 - Added upstream patch to fix libvirt-tck memory balloon test failure on Xen 60acb38-revert-curmem-inactive-dom.patch- Fix generated apparmor profile to allow access to ovmf and nvram. 26c5fa3a-virt-aa-helper-missing-doc.patch 2f01cfdf-virt-aa-helper-allow-ovmf.patch 91fdcefa-virt-aa-helper-allow-nvram.patch d25a5e08-virt-aa-helper-simplify-restriction-logic.patch lp#1483071- storage: only run safezero if allocation is > 0 269d39af-storage-allocation-fix.patch bsc#942085- Update to libvirt 1.2.18 - libxl: support dom0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped upstream patches: e44bcae-virt-aa-helper-trailing-slash.patch, a55a5e7-virt-aa-helper-log.patch, 61dab0f-virt-aa-helper-renaming.patch, 24f3c2f-virt-aa-helper-fix-caps.patch, 45697fe5-libxl-support-dom0.patch, e9c27344-libxl-fix-virDomainObj-state.patch, 4ffb21c8-libxl-dom0-state-fix.patch, qemu-nbd-cleanup-fix.patch- Fix crash in libxl driver on receiving side 0003-libxl-fix-ref-counting-of-libxlMigrationDstArgs.patch 0004-libxl-don-t-attempt-to-resume-domain-when-suspend-fa.patch 0005-libxl-acquire-a-job-when-receiving-a-migrating-domai.patch bsc#936185- libxl: set dom0 state to running 4ffb21c8-libxl-dom0-state-fix.patch bsc#937316 - libxl: support management of dom0 45697fe5-libxl-support-dom0.patch bsc#937316 - libxl: libxl: fix setting state of virDomainObj e9c27344-libxl-fix-virDomainObj-state.patch bsc#934937- Fixed virt-aa-helper bugs preventing virt-sandbox to work. 24f3c2f-virt-aa-helper-fix-caps.patch 61dab0f-virt-aa-helper-renaming.patch a55a5e7-virt-aa-helper-log.patch e44bcae-virt-aa-helper-trailing-slash.patch bsc#936841 - Fixed crasher due to uninitialized values qemu-nbd-cleanup-fix.patch bsc#936841- Update to libvirt 1.2.17 - parallels driver renamed to vz (Virtuozzo) - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - spec: re-enable tests that have received upstream fixes and are now passing- Remove unsupported settings in libvirtd.socket unit file when systemd version < 214 libvirtd-systemd-socket.patch bsc#933043 - spec: always apply Apparmor and netcontrol patches- spec: Add libvirtd.socket unit file to service_add_pre and service_del_postun macros- Update to libvirt 1.2.16 - Introduce pci-serial - Introduce virDomainSetUserPassword API - Introduce protected key mgmt ops - Add domain vmport feature - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches c0d3f608-libxl-soundhw.patch and 8910e063-arch-caps.patch - Drop polkit-10-virt.rules in favor of upstream 50-libvirt.rules- qemu: fix regression defaulting to host arch 8910e063-arch-caps.patch rhb#1219191- spec: build libxl driver for aarch64 and remove useless 'suse_version <= 1220' conditional- libxl: support virtual sound devices in HVM domains c0d3f608-libxl-soundhw.patch bsc#875216- Update to libvirt 1.2.15 - Implement virDomainAddIOThread and virDomainDelIOThread - libxl: Introduce configuration file for libxl driver - Add VIR_DOMAIN_EVENT_ID_DEVICE_ADDED event - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches da33a1ac-lxc-init-statedir.patch and open-ns-files-readonly.patch - spec file fixups for building --without-driver-modules- boo#926765: add libvirt-daemon-driver-qemu dependency on libvirt-daemon-driver-storage.- boo#926153: make sure /var/run/libvirt/lxc folder exists when starting the driver. da33a1ac-lxc-init-statedir.patch - Fix lxc-enter-namespace for 3.19+ kernels. open-ns-files-readonly.patch- Disable building wireshark dissector. Commit 37397320 requires wireshark pkgconfig, which SUSE wireshark packages do not provide. - Disable building the legacy Xen driver since Xen no longer provides the xend toolstack. Remove xend-specific patches while at it: fix-pci-attach-xen-driver.patch, xen-name-for-devid.patch- Update to libvirt 1.2.14 - qemu: Implement memory device hotplug - Implement public API for virDomainPinIOThread - Implement public API for virDomainGetIOThreadsInfo - SRIOV NIC offload feature discovery - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop disable-hugepage-test.patch in favor of upstream fix- Fix build on older distros containing a polkit package that lacks support for /etc/polkit-1/rules.d drop directory- Disable interface driver if libnetcontrol cannot be initialized Modified libvirt-suse-netcontrol.patch boo#920551- Fix crash in libnetcontrol-backed interface driver Modified libvirt-suse-netcontrol.patch boo#920551- Instruct polkit to allow memebers of the 'libvirt' group to connect to libvirt without providing any password (bnc#920804) - Added polkit-10-virt.rules to fix bnc#920804- Change default setting of security_default_confined in /etc/libvirt/qemu.conf instead of in code. Making the change in code changes the default behavior for all users, even those that have a custom security setup in their /etc/libvirt/qemu.conf. Modified suse-qemu-conf.patch bsc#921586- Fixed a number of QEMU apparmor abstraction problems. bsc#921355 apparmor-fixes.patch- Update to libvirt 1.2.13 - qemu: improved support for host and guest NUMA - Many incremental improvements and bug fixes, see http://libvirt.org/news.html- Update to libvirt 1.2.12 - CVE-2015-0236: qemu: Check ACLs when dumping security info from snapshots - CVE-2015-0236: qemu: Check ACLs when dumping security info from save image - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Drop upstream patches: 30c6aecc-apparmor-lib64.patch, apparmor-xen-fixup.patch, apparmor-allow-helpers.patch, apparmor-tck-raw-packets.patch - Disable a hugepage test that is failing on ppc, ppc64, and ppc64le architectures - disable-hugepage-test.patch- Fixed patches to pass make syntax-check- Apparmor profile regression breaks Xen domains. bsc#913799 apparmor-xen-fixup.patch apparmor-allow-helpers.patch apparmor-tck-raw-packets.patch- Replaced hard to maintain install-apparmor-profiles.patch by upstreamed 30c6aecc-apparmor-lib64.patch. - Reformatted libvirt.spec and libvirtd.init to pass upstream make syntax-check- fix bashisms in libvirt-guests.sh script - update patches: + libvirt-guests-init-script.patch- Update to libvirt 1.2.11 - Implement public API for virDomainGetFSInfo - qemu: Add define for the new throttle options - CVE-2014-8131: Fix possible deadlock and segfault in qemuConnectGetAllDomainStats() - CVE-2014-7823: dumpxml: security hole with migratable flag - Drop upstream patches: 2222123-virt-aa-helper-crash.patch, 433b427-iplink-name.patch, 52691f99-qemu-mig-crash.patch, 72fecf1-lxc-resolve-symlinks.patch, b1674ad5-CVE-2014-7823.patch, ba9b7252-sys-net-rw.patch, c264eea-virt-aa-helper-sandbox.patch, e50457d-lxc-unmount-check.patch, cgroup-all-devices.patch, libvirt-ppc64le-support.patch- Get /proc/sys/net/ipv[46] read-write for wicked to work in containers. bsc#904432. ba9b7252-sys-net-rw.patch - Fixed allowing devices for containers. cgroup-all-devices.patch- qemu: Fix crash in tunnelled migration 52691f99-qemu-mig-crash.patch boo#908008- Fix potential crasher in virt-aa-helper 2222123-virt-aa-helper-crash.patch - ip link add now needs the 'name' parameter. 433b427-iplink-name.patch - Fixes for virt-sandbox-service to work: - Allow adding virt-sandbox service config to apparmor rules. c264eea-virt-aa-helper-sandbox.patch - fix symlink resolving for containers to start. 72fecf1-lxc-resolve-symlinks.patch - fix unmounting file system if it contains the source to mount. e50457d-lxc-unmount-check.patch- Remove security_driver = "none" in qemu config. This completely disabled all security drivers instead of probing them. - Changed default value of QEMU's security_default_confined to 0 to keep QEMU domains unconfined by default.- CVE-2014-7823: dumpxml: security hole with migratable flag b1674ad5-CVE-2014-7823.patch bsc#904176- Fix Qemu AppArmor abstraction. - qemu-block.so was denied on x86_64. install-apparmor-profiles.patch - Temporary fix access to screenshot temporary file. bsc#904426. qemu-apparmor-screenshot.patch- Update to libvirt 1.2.10 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html- Added package wireshark-plugin-libvirt to provide the wireshark dissector for the libvirt RPC protocol/bin/sh/bin/sh/bin/sh/bin/shlamb54 1561373463  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQ4.0.0-lp150.7.18.24.0.0-lp150.7.18.24.0.0-lp150.7.18.2  apparmor.dabstractionslibvirt-lxclibvirt-qemulibvirtTEMPLATE.lxcTEMPLATE.qemulocalusr.lib.libvirt.virt-aa-helperusr.lib.libvirt.virt-aa-helperusr.sbin.libvirtdlibvirthookslibvirtd.confvirtlockd.confvirtlogd.conflibvirtdfirewalldserviceslibvirtd-relocation-server.xmlsupportconfigpluginslibvirtlibvirtd.servicevirt-guest-shutdown.targetvirtlockd.servicevirtlockd.socketvirtlogd.servicevirtlogd.socketlibvirtlibvirt_iohelperlock-driverlockd.sovirt-aa-helperlibvirtdrclibvirtdrcvirtlockdrcvirtlogdvirtlockdvirtlogdaugeaslenseslibvirt_lockd.auglibvirtd.augteststest_libvirt_lockd.augtest_libvirtd.augtest_virtlockd.augtest_virtlogd.augvirtlockd.augvirtlogd.augsysconfig.libvirtdsysconfig.virtlockdsysconfig.virtlogdvirkeycode-atset1.7.gzvirkeycode-atset2.7.gzvirkeycode-atset3.7.gzvirkeycode-linux.7.gzvirkeycode-osx.7.gzvirkeycode-rfb.7.gzvirkeycode-usb.7.gzvirkeycode-win32.7.gzvirkeycode-xtkbd.7.gzvirkeyname-linux.7.gzvirkeyname-osx.7.gzvirkeyname-win32.7.gzlibvirtd.8.gzvirtlockd.8.gzvirtlogd.8.gzorg.libvirt.api.policyorg.libvirt.unix.policy50-libvirt.ruleslibvirt_functions.stplibvirt_probes-64.stplibvirt_qemu_probes-64.stplibvirtlibvirtbootfilesystemsimageslibvirt/etc//etc/apparmor.d//etc/apparmor.d/abstractions//etc/apparmor.d/libvirt//etc/apparmor.d/local//etc/libvirt//etc/logrotate.d//usr/lib//usr/lib/firewalld//usr/lib/firewalld/services//usr/lib/supportconfig//usr/lib/supportconfig/plugins//usr/lib/systemd/system//usr/lib64//usr/lib64/libvirt//usr/lib64/libvirt/lock-driver//usr/sbin//usr/share//usr/share/augeas//usr/share/augeas/lenses//usr/share/augeas/lenses/tests//usr/share/fillup-templates//usr/share/man/man7//usr/share/man/man8//usr/share/polkit-1/actions//usr/share/polkit-1/rules.d//usr/share/systemtap/tapset//var/cache//var/lib//var/lib/libvirt//var/log/-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:10494/openSUSE_Leap_15.0_Update/27fe40262b53d68d7b389e8209c051b1-libvirt.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linux  directoryASCII textC source, ASCII textXML 1.0 document, ASCII textBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=1ab68adde864334442b188a7027aa32cb70daa20, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=604aaf17f72b0eaaf0d8a2a4df055083991ac111, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=5594ed9ed7f882c16d2522311a8fe1a1544cf320, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=6fcd02f7c7c185f52115cf6431ea55772fedfaa1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=44fa8e68f02e89ec86206407317e6f0563609cc9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=d9720e837edd14d078fa71d40acfb8d1d9783f47, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)"0=! b))RR+RR R R#R&R%RRRRRRRRRRRRRRRRRRRR"R(R R R*R$RR%R!RRRRRRR R'R)R(R$RR%RRRRRR9RJRR6RR$RR0R4R5R2R3R%R-RRRRRRRURiRxR~RsRdRHR{RGR`RR^R7RR,R/R1R6RR)R(R$RR#R R+R RRRRRR!RR%R&RRRRRRRRRRRR RR'R)RRRRRR"R(R R R R*R$RR#R R+R RRRRRR!RR%R&RRRRRRRRRRRR RR'R)RRRRRR"R(R R R R*R$RbŃxE9s`# All connection drivers should be installed post transaction. # Time to restart daemons. if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then for service in libvirtd virtlockd virtlogd ; do /usr/bin/systemctl try-restart ${service}.service >/dev/null 2>&1 || : done fi/bin/shpolkit0.93 utf-82f6cea96077768bd7c6c659c35573efd766db91009eba91b322de8b41fa2f072?P7zXZ !t/ewc]"k%Dukx0-YIcm:FHxF3RPZ/Sc#G*g>qS{D%1nx}D߄?>|0NaU,4Bia5+O6JN8}5E\ l [|2_ۤ*栒["ʄvD;6aG>[ XMICk**}2{(~eNnZ[Y]1j=-lͦ+}^.y"ԥ;yL^SzԌA`kjgz3r' i :?B!isqbDa q׶F)rJ3F̆sN\ݼNny_=Ri@`ymz;R6Fy/XKT*8ě䙐u'r\\S}`׿0E25&!]”V?'&T$2.(&3CkB+PhYP>i$(E#( > Z!xEHu3}s,rS(|$D%]LwӖ{%g5'O{ ?՘LCrv0.Άb*AVi_2ty0os@O t[#֌1+ jz&nʏyz,fq20\#~ePqLXbsLm Ae!wRksh꡴q&\˖>3L UG^(iz^'=f7^^%߅U 0fGWT2#=5骲}8J  @^PDp A-Uȶ}X[" U``OĤ˃KJ>m`?ᨾ<H]RO`۝سfT:o)/9KG*l18p<02GQ-N faԇƅ|+,OyB$J #dEE<-GsiqsכNl0aO`kr@A;^vT(+S=xdb𞛉J%8Iaݮ _wV x^ʭ Ln,aA!sk-y2ks$`5\Ԩ87wp4s' >fYP0}>̖7iP*N0X# ?>E18S3gf@l!(k%mx^kP ێb))MLv'JjcɉKA;'=k#Mg;jGjRFM4*##٥'% \f6*r2c 1~Un[ IV1`Kz"_W42o tLsarϠA!XP|QP]a]Y#sZ,nO*@(hiJYh01+ 9 4-G ;^DZPgFވ,=rP+#9蓡&r H'_qBa +h=R s3;PiGWQl|ab+2ǧGEv( y oE$K BJo4@m:"RKK蔅qAZ Z5 *.v밑 :ChDRx9#Y"AݏS= %=Lo9rBB hsgi%e)MnUҾ,W#380; T''S %Oܚ0 (IIYy\׳NŌvFxˢH& n,ejgĨi;Z㑺.Y]:{v2\ KیD7^KnnQVS9I%,}8¤gãsIRNKW1=78(iYan+e`; Ž[{-l,.< Yu[E[T O)E$SNg<%P~߶jǃaE`ж@j-52P s̯!@g7I kئ[{?;mS wIxdN)Ѫxrp5&5/4gϔ "WP$ ez4GиGl!]4z=oPJ*c{ɻd@]B ʣS_k6 u9HYdbQξqJ[OkuRiF cxaBRшR-VD $a[%e9K*¼fS0`uO;TZ hĜ^-)0}tҟ3i-[v@%V,H"_.l#:<;5gShO'Y1c[ul26W5m9xul(;Bɓ2,h疱C.Y|Wg $mN +֍d~`GN3 !H혶AEzusxaԪr;[F S31uۥP r*|f$)E\\6;375TS.,%10)]LWXxUG΋n4т* 8ZD" P/B5$YDs"^F"86_S ʨ<*J&hQxTd}|Oѕ)tA!=m"^`ݔEX_ߴ@˫S 3?h/8Ȭ?~iT8nJR KcѰp J&XU+Fg`WWy[,=ǘ2ԩBdYؠa|EDt5ppKϛD+ C8x >W [ɳ&o]Pޢ`?hE +J%j R۔ꥫɶы?m6uÈ2Ά햫]Ddn>|e[\?_GMEHK6S5p9;D &6 ^{s>l}.=;g/)Q#nv͕= _ӬSiy鑬wj`u*A${, j_z+WqK\ţϡ,v$D\+ft +}Fɞiϒʋ\ylk +#wSnK%M) ב,"&ӺnD*M'mQGz&;\XD&d˓,1˩^zmvWAa狋ΝM3\ yRl5&:xvcIBb¶&#^5S[eӛbeQhr RJ׌a%\^OsYbwz_6p&ZY׀6ҳ|-U-9cƀO};Rl 7EFݹԈc߈rR+ҢMc+6< mqXP. o+QcNɲq@7VT}ϽKc#'DW2+ ƦJU \`$nd1r\!;P8D(6|Õ^ _e8YUEIY'u *cS.*4ì >OђY͆TW y͸5ܱI|h d#xmPq YW{ZvD6 8>MVzPMa[82#;*nӃDLԕ>Pa{9*FY;,ySz~t3'٥ή0JH+z0(Ouj5 Bm]1= Lպ7 =^1u1($a̚6`lRG7'Vhi_v^E Ɨ O8 Uew8]] I.dz?h 3 j4pkJ#1HShm& VL1kjhҙНdzu6$mD֨96Ig͚J^ twBQwj@"5eﴳ "$Žɥ pM34YBWHm(t]?3`ɐ `;qp^$b2=x d1thQl$e4TLd*&%P8^WN[c8e7\dL֘y½Ctp?̵^m@d(0gl8CyC]W:SrլH}dU»Aep1;?N&r24cGäĆ.Q^rqV1ĉD! ϐ9@cG4P"}ƿdSoiqu&H?JTJ!cd{.Y 2aG*sTQ;wpԧq ޮ%1`R,u.כ!cջ|'SƄǸdͤݶwcE ;a)4T3EÆF&K#2]:)2`6qFO⢕WqyԷ1SU$)lA|{+=|\%KK5VoKZ5N672dcoHZrC]l'̒ͫjB,6R7y/AY'=0֟OIT4Vȕ{3 N? Zǿ&S8DŽWlȘ.NlfN٬A/ع]e/y%BS i˦mAC4wZwoT"=ⴒ1=@Q糷HyGYT 4\L3fs!q{H8bDAqHQY$Ƒ_}Re3~܇2YhzLT͈oWqL#*`v|%eHoئ76M?C #y?8=Af5m35ѾSr0vQO͹c;]ۃO.;D "L'٤C?VMaXא)+&+w ¬Ŏ|Q ^2cFЖyt9s jz 9A&{{ J!Ni4`:%,VczbBF)5ӒC3K(`P<1RZ;Hi,ĕa JU9ЃmA I d?zի)A觨tЬMQyOf-8Ƃ"+x}z-*ͫs  >*2Oɸl̬+E'U#.QH4| 4'Xeγt[̓yuדjy^XA&.?녔9Wc7k< |E 2 SΉ<\ĶB¿SGkü䞆IݰvR#ՑðC٢k˲WsJˁ6I"K= }Z0a] tE;y5An=X'wTcpĊyaF`[PC`<,%&^#jȫjzB; i:=b-r0*K~₤#RPë_dVྦ 'Ψ(ł{ lZ>f?Ldynؐv X<؀ +}ikg7X鵥, u>pHc 5 o9INƒ;"H_5I#L/|g[v 7aA=b}w8I,LJ".C@?d:L^m6EcUl,/y Wm n}R68A+=$p6w~YI%T1OEֲfu̘&=1̪ǹ{%MWKfmˇ +s $"c4 _aSA=:}J=:˅f4QR0 {H:Ύr%͹`SHsU,1ir&s{.7k)zu+?4m]1$Xo t rmf4$tr2p_wOڵ6&Ii?DAJךe M:FA^4*Q. i +[S?jt؇lk ]m=atV5hm+$b*3C>%_zwC鶙.iD[g뷤oa[Rt\.x'I^YdKqt(VFd睤'"k8|뷸F &|v^DlIeC,e5(Cy7lBY̵5@oE;`-Q1Gz cnr4y{xCl_'̟*a?27՘,g$ˇDԏ 2Nns~ĨW 3:<50;%EzP`:g $$v7H1t,A&Z&:sI O.Ѽ o./XF{J:;$6Wj8^=`nPHr4XEJSh OȖhc5f23;۴ 6c.x/K%í-Oܑlkޮտm^Ϋ uǕ|U^rA ֱ|s><nϚ!epg)?,e۔ɏ>ƁBg)S4RU?/FNbQKfG~ke̍)XzW b e 1d4*v5oF~I6.Uܸ8# fmI ]%23+MTb< H7P)EHS|"8dNpCbнuX#HH ;gY"Uӧc 9.׺wγ2RC.WCu],3 Byk -t*_v$ mq^p|0: hK娌rj2DhWE>>--"Л-e$.\S CTV)G_ףLJKGHkN-[^]ˎp}܅(i ƆsPLz9=iQu T/lLӶ) >˦H~ as>nwJ5p6*- vµw-Ӧgfu-'xbqD-~DQٓǘH^!5>GX\H^X8鶌Otc:ݵsnJW3aiy$>9cD݈Dz_F lXʴ{-. jS-DR%AHOx=" C+8kF?=#GR.g? .ZB9]`*0A*_O$rgb:39T.Wfir}UFvkY6yYy'r*H{"0)YB}e&d ry;Y^^2%wjg W5d>`SAw4o*'hl<irM 2ж(Wx(v;jǏcݑBʳ-OsՎDAڍïÙ./+SI ;  a<_iY`7j)6裟{\6 #6:/FHJ:Ff2sF3y9`!'pyl0{l-R9GFC ,' Xf ryO ݮ+ÐMno9OeeAx(ocp*֑r>p+e)- REuJ|wB2 ߣllQ$SH7U9{ IW=‹I}wiرnHo} ƕCvU gyJ&g4ژUҝ}q@S_gm܃zV0T'-22V8P'|2jx,ȣt[ vI5Hv\p4cado/&[7(f 'ׅD9TH-]L( PyɾMmǓMnqۆzOgkoĦon,2ur&uWw- E_|m 1t5$3t$i,7[r %0iVRMfkԚ"|:sסsBE-9&?x'TWFMjYj$~Lr2cr0R`o3|_ЏK%=i_T9ۂn;U_ fb`-yqwd_ДTȲoh-CxvE\(Mxo fk[}YfhE鼝ˊ XIRRk M(vSAWhgDf[#䌱u0q)lls3@F0Rw鞀35z7qSJm(Twos`9HaOҲ~f!5vh G?(|M\G?]4c"/+? l51VG%ؓ`9 7& ~^C8SΉ[8`gѼEʢe?| "gt]"R^O= ~(M2OTYX;)JѬ}5A^eJ7 @ƖDxЯUأ97M1;ZmہKϷvjKm](v|֟ԏG17ՉR$UYu1fgQ'GF\K;,6[ThEIh=o #]"o7#u]'\]j* fXWQJYBUkoAt7yJ"uF@:iWHΐ8Tv.ɩ߯}tc$*L4SI Ri_R-<;,a(P2U.ӭ Yy OpH5ᝏuWOxhe,K5N(BSp\eK˅ڎC>:{O.B#eI>| ֡~TG`=CK7EQLL /XΆ:JHݰGD:Tё&wC IK3 B@BrjYԅStkQ E"Ű|m_J|mO]t,WX-@is1N b1&YDhP]zBvi%Z$&2l7&i[/=iLx@d ,8Fj~s1P-,Hjk ,)S UIh@zQ CX将ש&9Q!.;{qӂ'[c3TҡIVye\- Ik> }ZM#|O=Tww,|P v!XᚥA*\ƽS&ǂ몟 JdKKxPA;'n~OF>z$4Ud0@7 EnLDC,2MJYMy*ϛ;Nc'ծ;Cznuq"K5%CTxQ?@ k#؃ d(&7xĎ\vm׍1 d|ⶃ+iV0|}pR&Jx:;i~$,T̗9 a.ogJ0vRݧ'+tOuw@(a%*>LQ= \N DL3T<>*u-mpBX0P+3k5ADcCXLLJ﬋6tdA. DwlBcPl#ѪF nE> ? oh9Vxa^Sg[n!h$jP _D&f꼉k ,",!]Ն?Q`vƜ65\o֪ J kthrꚲBl-ޗ VZ$e@#'6F`S9f)ؔC4ٓ}@)pZ~szJ Dל| _l͑{hE\7cmG Bdl+v[fEur:9]@2*bzp©q\~:~fZ`ݛ<|O#I?={A) K5ĺ`gs3ppPO9>@ 1PpFf~Hbp? L}0 Qx#2aTV-RU!cLⷝ>ŗDͶXD=SkM) /n?V ڎ8.)RhTlAL8Qߊ?~d;#}ODaw+$'HГdd:JYw>,ü<ѶG[ {B hɟ0nW;`Yn i(Pv<]2VKRZ>312b,M,/rcHd |9.+i2'lP?w^Bj4|i`v8" Ў픕Q՝D6^5gEQ^O 7)gZmWopINJ0y`9M@9&"EX8Fo*DA r W\V&!:? yuWF;{:dsY3M+z3jB {4t((H˘˥zȏ AC[IiHlS1:3__`*~A|W*qv$R۵_hԏ |peІdpDR(FF)PkyJ_40Xd+LZ?9W~LϚ_Vw+ o*&V7Mٛ 'x"NU|3~a/SzW0ħ >GVS[ڹ#*17 ^t.u!CG(ז 醬C51N2s.#@J i~ fٷ15F*vQСi`@$^H/\?~J.8<(vZL%ˡ <$|i~"wݔ8:<@[=ʀƕ|SDYi•Ԁ>wd6 JH|9ǘ14]^!BluLUuGҢmin҃PLᔦ!,pg Mɘy6c?!$'~|ԧ6VEN  V`f*"BϜ Ew\UJxCS N #g7g8&YRK5=QTW*<G V3@}_q/˱GKÅ!?z(/ \ Yu/l+t4J⥂j^/q拉KrP:;n+r24p"FVak#O-^,&6Su`ց ?`#7#5w2?FYfNg|@2?6yښ0u5Pc ';Sך!ʳhWͲC^߅:RV;'I-d/5"u\}/kc^\^`K^B(M Hx+#4JЌK< g/1 ^CQEmDaD$Nߞ`7Zedg~g~CI*#.!:`졯$GIԢ%hۭ񛼿,d iŦx Q9R%."W Y+W@s{ 9_24VX >[r$Ī=]aӗ3 !kX)Bq?f Ȭ2,޵1\uFlu7Iڮ ׳ywQ8Ag7jU\ L8BH7g?T-)}*4a,33+( Ηܘaղ^!<~9AQ_%пo?2:a9N|MR CWxnAYPdϱ:XE,!^5yP Q/{I(Bp6HQOu͓F,5eАo \N[*z5qY8h-E '~m"VɎ{-ݷ0A9\9R;~>,bzl *ƅ74 ֬?:8ƀ =\۫e]AOoᕔP _dQh==7{"PZ#Ha5pU?ԏHK >=1S(tq,DӴ1 J2d`iPD_Z& .̰&6qҾPDƩ#(c+8# x#V=5lVkGb< e vAcDwh|y[ >ֿ_#w#y`f'$ |G5G#UsXϱ:Q824m.ж;cfˣ=Ļ'ԩq $A37+RxԊoMv2Chj#eh҆8c/ Y].m >qv9_ `+*H?[O6*Lj)WvN9aAUhѿx;+* tG<N:'zD ){^)+O짮:M8lhQq#PaBux] .yPB|X}mM?K3kTJ.S0^:hh`2iPĆ{(`ԍ-)"<|2Vmڭ1֋x^39z9 tzDL^xv98z̬OTٵ@bԈgcކ pRG|pa! 8}4{(zX/D:=>/h\`rnD6] V{ՁT(P"\sA -ћ)`P[ uNaPW-dWt&1b7BS8}~]s_&ٵ3wn2 b7P#ɺd}Q٬0ы.]ΖGuz,,p(s9BgQ=xF,풲FsJ%:.Rdؒ .#| kLG<a`$Dj#6kĶ|<]v4Y:bk6ofĚocm. A1ӊL9|x=eMa>g7Y`_Ecbߣ[mL슙E ⦴Ku'ۤz~[lNVLbr Q<QYm85Ɇf"%!6EF51tB <[<׋YCW}YrgfRI#=ĮufM>R1NNVOԱX%jȶ+zM!iFY`ƔęО7\n*f&`i:TNtWoWZh1LNdiĬL`dLF8G1jѓ9+w6ɋ-*K Z# J˦8厕DÃwu) )U!~/E'IۈޅBT:}i2 St]|Rq~qm$&řdEa7FHK#FLڧV~扖- k)\t/{0td0\ڽOFcPsrE="iQ(4wfI#Y0mhF/@XbB7]&(rNSHhk l;tPVVi ߭5S921$  Xj8HszJZRuR8]8f|*$,7V̔LOY V2i=PBVt%*ĵxvrȲgp7w+2aȬoOayeK8sˁYT$tbb3&T..JKr1v?tQ9;}'u}Y=f؈;87Xեr0X='cGq M43|U˛wd͖h@BwX2>xG^×relHJ;YT _˜B`ش5vaGĬW?8) , uy%m\Mc LpvPE>5J`lT!?sk..`?<=@VmL'R4DBo _֪h𠙼+X0;ArP">(ȱbݽs^zd?o$|!'uc°c\Ѓku N$K˷@]Ncqf3_Fcd*w$062WH-@2%ɀPZ-;i]0 \ggn.2axhpڎ7` G$!!C{ZkjOXɊ %)L.'L}&OOz(T0us ^\)z*+PR i/=)=0mbuRV)Xv h/J+d>Mr9E+=X][Uh׋ilp׷JO~g r[V4䨑{osJ:pB滧TL{"魾6qn+!&=x:uAaejegc]CRA:niw HYVNy`];iR ɨ]fQk܀5uCB|=U>ܚ*ld(((i9;#SG\c71'V\-'ݠ߼lZ+dI:>( K ̌JGdz-A7=uv L?|v&`M xaHԔf2 h9^#P*j H=4^\m02so/ubi܉9e}d[`krUR}u)j>&-t\wm4Z5g!v^CNjV.빒X:#a̺~ cݙ24J{ȁ|c\✤>"(!o_7)1O-'RgqsOkybD uq C4U|=W0w<@>H|]?2opQ*u:yB:Fu8',R=ܛa%U˗^.Bye41*PclzZȘu (y<^-}U@(mklwεzڒ|wuztv$''N|Y&7b eQ컞B_r q$,M>s;̱Zl\$L+nOqz59w:2R}{J~\;z<ˍY7=@ t!/%"G?d0~ -S\\uE2bbER? UHͧ=S N18: u_o3JyFcn9xQpA8yxL*-68 |8,(.0ڰmz!_!z9NK :AiU440tWӽ2hfLתUan|\/^}p.U~ʛ u}+]ͥath@'! 7H)M-oqq9Ww]Y{ITߚu[[J ' k_Ӫh-y$jk6gK-ewQϯ dےAV*|A (;*l}"hlY 帄(W߯iUY#e%DWx/-Hesէ`yո:"DjUW̭nl&Ԫ"KZ([ˇ]$6܅+z0 вMHm ʣ( r{>,B  +Ov';WOf(A=[C+b)e&9>N[Bd qb%;8tӲ[3K"+~eNPy6$"ToEqŖCpfD7.~fQ@" R S2c7 t<|9/Ԅmܵ6>b GAp? '7GٮI-ʰ [a ֧P^%-]+c/ҨDm~nbDW7Y.~pLNX F^7H)6]p΁]H8(9:"ҟ[|y%:\D 2KGX.S5컌1,.st>:եv8y -fXn~F39 @6Q / O =, _B)}A|Z=m{3P4X|IPcJWّȮSlo]umR·4#v;2eGwknש" {%+̢4dRWFn|x6הޫeY PHML%IY#Zq-(EVjb콐4o zJklφ-ֽ DbhښyQge;@97cQ"ͻi #?cfڡN CL{Zi7$]aPcGc0 Z- `v_u)98NWt⿭'κxn7T1/gk{}?־j8*qjx@bEڳ}[tjx W*>Ț>_Ex'<i{-(Az{i;WbyZ¶+~i#>-al 1Tx WNF剕RMn|WQ7j`v04UK-/3D#44ffļ4un#9UV#z/i V 2A(m-;_o źP :q}f.5ϖ'n%7 O욊` tLhXFRʴRУhxB,bӟ%~6$B iBQ-su-jL-4}KlqJ]=FREQB5b<;rUF_yKUC?yHՀaV5`Qj\a LLzLjS r WMw}* ArۢGXS%$BڳiX(n#%A"u̮&ŚY.iCxI'{"-dpAFz?W~`rp@06~<㊩+a4 _b \-@m_$ak&FGAUQ}]I'Jrs:V\9I7g_cNR{(hCm|p3Z#QIBթLdhH Ĝvr01NĮ X闢 LQ)(Y)od?౾z".{tKFHӄGK'FqWxVc/@S ڿ~ "Ѫ`47Z¤O}fgB[+Ɔ}4ťjw ӣ&+7mȢ,[9 kNAN x{{vCAП«EN&*VoDi| oWA^vVnXw6ohab2&4JZ-w 6;.FO1Ydjy3ܭn^)ӓGvs[+&֦*}W25&<Kr6m(C ͥ M2_MOTǩأ9>bȨ,%<7A"䞙

/Gr`ըk9PJ[2Tx/Tv Q-n A%*AE<<̑ŵ׷;XQB.߿2>]qi*f 21/np$hh8H<=j 0'ZoFDRe"tŌS (`Lzo)Lyk-Ee=D]wvOIE s !q£%(ӕyKb)A[t$( ' (a fۧ/3Rt>+BG! ~{ehULZp+!;zsF # g\Hl6zb0! rFvm$0G˶jز z/9>|.}T&}`NW}8A&wrR&>t}82H'^˞>}*,V{Y,exFVZX^Xin#}_J;R͠&jk /&Pv̞T%I! Xd×o rZ)Ji]7H800-A{ .Y>B%l{}VaHpIj؎,IJ糋iپM WJD "C(rvzУgb"HΙg 0<,uZ5[˨rB=Aʏgwא\ϺF>OR֙kAE.9 0| %^ti51'^uW7`Zx„X6 Hd?,2$mS k&>{7gyVPuW"=tsWp=1O*b&׆]GNX1tf-F8!4Ӱ=()o oD"*0XfmvQ;o!1u,zN3߳?T>p<_Q2{k-]6$M39`Dm=74ZkLWcɵJk>D0F戵?.yPyy⭦3 6ś瀯V6rߤ-W^g:"AB]ܿnWtuW~9@g烘N ǯ1 }u 鳙s1-[3С'@`I ަ(:`8TЅƑP@12qr!L~[i烯%[ʋVAC<32s|u3Bsp:sv&W=q\6'( B!%Դ&D;8-6w;e.O$ XnX9>Z÷G i#"[΍^3)n_^v+X:|݆M]i -@ i-p&;?ć:y ]gԘoUk'#g{`-U$ ٜקnɯo9!4{ܡn+4Yj3y_.54LC^$(%`&ګ4 88$Tᒒy+#|nu:U$]ie CP{󊃈>z A+g8%hƭ6.3XpskvjAk?#n|fMp,JRk/R5Ka.u.W|TJ_eI Ƒe;1_?=v GXNee2o "Hz 2n_f!Q 49C`F |TTn#mD&]l>$sdo===Y$%)>Vd4 CNAnX<6|{J? 䣿3·MG@s]~ *cH*y;&OaINƘOUtʽc{莼pa Mc&oXLyCHF {蛪ӂ0 ^` HP}*#L^ s?wqt9Shr[{ڞ o]c??#cw2̆o-;]r;V)fy]ןO7DUG5ޜ3scήs/#iidg/9Кko uz<ג Gg0 *tKs /U)[}XBu`Bء!nmkV(c)uSee/cOet&aP<\J6t&KD6,ӬZig?xtNn T'_Ͽp 9xFb.!|Ś|~n2,!D"Ugxz4Bmig=Virum͉|v^)X.^C@kM@ATn_{#bG࢑iWe`XefxeGCގ)# 11.nDL?ei>s, Ò=>TxB7, ڔ!cJͥ6G}%@ G"P~@%n4pm8 e v(q/sTίv%_ka)L9=x1?ck.f:zKH+E? paH'!G5A7\L{QAI!C>O.ctO2.02񒭼ZҬL: ,M|=DqZӘ0gA˯/йIY>R:ܣ4H2\Vzjpzs8+܄7:6hBZzmu'2d?}HIZ9ǧFV=k6ѷ R'2bN"t8F47y0{ˋ=}OE%TQ׹S.*ȟNxkeotIIM;A,62&2JfnBfe=)ѷ9dV2ha= wҡS 0N||ty7@m< 7y}ԕb'CU/@'#]gtqC ŝ;t~z:f<̮uTPDHtA5~5nZV?%{X` 0$nz {&Mh6p[S 5Q4)z߻Ck6})Y`AѰ [j7`{-OKQxv8'yJ\(b(@&lRX*fskTY8Յ'N>xЗŨDQ,[)/l&tVzTA /T V/u"i iڐ?9_'}/ FSaOO ͧ3)!2gRhxXk,_N7BϜOd>HvBN7; {щ`r(aS&F3F1qqm:G-g`VC / U~VK%Lm/yxA;-HT?A#Kt}EdwZ<{;WPsT?>*KtK͵o5:Kx?I/.ޭyogN!ǔ8W#TlN$Vvz0^\Yu*QP%]CI]cs,v`5Gm2WlӜ΀򓁞) SpF' UZ6˰Hz> p{^ O7K,| \GT@5O=I=\A]׍{ҴX4-q3f򓁽6!sp {G,֡ klT>BQG/d0TcYT-{={ 3>nL'pS9?dG7B)zG5%)Dv?W^=J1G\j4%K۰Zi]G5{.sPl㎡1JP2LjC~f53.ŌNOLuh`?εkğ튦poJtM62RgJ9ŔAZrSG ܐ m5U.s0787lHF,i/ AKfX } 89h˾r@?4|z,Ÿ]LdsD +ʧx$1,қ)sj+JAJTFb+G)HjQvD bi\vMUfQlӗj{j~pA_x^\E36XC 5OЩ_lZs`ԁMwy#맦Wƞb#M*z\w)́xvP \(3pg!v=S5X2/Cwu7 N;:ߐe4cK!B+`mgnMώqren<2{p: lt&+H7Tru5^ K54r#1MP3J`Y6`Q$X,28RMwbOYJGuDi(ۯ2`n$R ~+m ۡ_-@)χST\ivtb Ʈ9/awC,}e"ϫv/&Bl?E=9|:qO2qO,l3h'2"訕p(i I60v9{5xRSܞBn44QU' w'hu"I+tY {j+FBG;jDw 4Wn5r3F~{ āP]UR|h&c'!~I<5#Ggâ-pcZL\eaX71^A*+ۛEB2h6ϳŋm^:3,-쟥_M ; 2b/tEă Y-[}m=`̽qmRCNȄ~Noijۄ*Q: 3j5=>"/QJ ײBO7]3ΈBo½oQTQYY"+hz ttG͍jWˋ/<|0#,d  7dwm}@jt. (c0 wEiB¡h{%/[D*8'i\96:>6{Hz8 H I#` W{=g`% &"T7fUI,eȩ< Ork*TLFК8nj6=$ylYj}2EӾ 5~taG>,=#:s$Q6JWhl=gD4e̚A3}`1\'jw)`}ÓH@2\b pH$T2>OYcc&`p(<]+έ|OW Tv,5Si+C 4 O ܑ VlhDI;Df.|"ƕ^@Hf /,z9b]b*Qp>!jGoڃ"TɁ[Y7iq\-BQXr0}>_ ipxZyp|\|6-535Gc`R.Yl{Boʢ5o;z 廪* |o|vJ{Tko1>7Άq~10J\7?J kP±să\ w=+RL(̈`ɴH+ oK=2wj|}CߠሟڜTVAOT X3W@@(.{M`ů3 "Npftug5ƚ4ERZWL3>jILy6ً99--(X =ä³pJu 3ar(iYw~WqxqS4^ nb9> m.vd2rRJ{\ζ G)<Ӑ i:AXh4J `J˙~`)MD둖T4w}2AH.^c QaqҤ^u(=L<_w1 0fת}3UgXϻ b7J~q9N2Rj3yׇ֨G'Gqa?k{ϴ8&NmrK5LAO6pi(ezh8åwo/8J!:%orOy\0q|r@&ə>ڗűZ:q>CJRTcOG]I ~=T+Age$<6]^hwH)ں 6ħ=!<ø#lIkֹzrt!tWV d.MM.(cGd@הYF`G52=gN ^c;RSi* xg˃+|1+hK儰N7wgwXao޼d߲h΄ԖHNzҩ\Z'U*I*uC,k 1(6%79Hrqʢ'JVYDϏ9e9A e, h/C2 NeMurͭZ W9E*BM=dbyUp V¢u`]+kq v*V.Ԩg+=nӓ㞸{L`+3B5nX!f@Ңq$幅O$wl#\W8sʤ]&MSo;[$d0g:! kSy}Ɉ0쎈Sޒ.g^̛U¡zn)}]MB<^V7vޒ&e 1A\tcQ 2hO֞bwF& I|~lEL^-UyI:ylc`ޡ;:ӴJr%H꩐ΧB#4UIkVo/RXuSѐ5$*f*On~B1YgHl`ZpvښM7ԗ\]N'q_5Ͳ֦F[)s6EU4qF)f*b.E3ҷ< VVxw(rmmXhPOu~%左9~،ip=`ZSoIltwOVi!Щ(v]=m<6{By{H7Ha#gr=}<)%Vc'2s8M2}:{>ۥ>H(2}μMbRXp{< LCJ-w@ǘ* o,v 2#>(OhKo [G*P!MMY چ B~Ll<_uL~%oT=hP9WIE,CUjjbXz?d:td/i SG55y (RTʜF2nuB_mLGEK6D" xyS_S0%jlT`PJ >يy#Œ4Y4jӳTRoy<@N ސRǥG'"OO]~"]yjhr[(VWr# `P^_]kZ(!!&^ x-N8s 2\o1bѿ*4uB`r] y\?&Oy}d$p?\y krgjY#؉HO_pL2 ,V& Y _--;sP02;Ұ.|O4JǓHu> 1Vyj~{f$X$tОv-oUf#(VmT9w&1]~(PX#dB)ژ=ժ1$Мg ,%#iQ^_u ~px(v_"Q$WcJM1ޫʯ`.'dY&fZq*٨H =<]+vyoUb?3Y- jgcD4)^_UJ=r%4;l1gڨ[T^*+o==zhUt#_9"T&> g'p:8#vwAzJl< A&k3B$r:ãQuqx 5^ЭvKNPu2-o\IH6턎7W٥Q#[+ˋS~ ZUet|3~J,WI^d#XEWL$<7/URbwާzزxV('4#!9 .fݪHUN_ (!x@b T]<\845](a'#i5 B | r $,\za;Ĥ- uUvZIky2׶mCH?N8lk>eEg M<NÑ' ^wgKdzٙ__m{ VutD?6$$ VJʬIv;HnRX$IURLJ+x|NT߁hN;Yd)zTl24Ifj:2ƍ+g!}Q ; z^rBgNa C|ir9k{hoDV j(rZayxOoMNCFEAJ]{CE&'Oy=1Ou<%(2<5R/TC7NT~fk4Β%- ρɓ0 ^ A\ԇ`?z64NՖ#j'"Tog 4 Ö) f@7%նqMzNlrۅkK|5AhL/ sEjT"e*0PdN~Au Ϳ!n8U(uHײKW=gV!YhZF&_@SӭH6Ψ-|2('ԊkKc~ \+ogL^`.UW'j06 e>UwQxi1D_H6Sdʺ೉Wmj'"&vL!i [p*̔jۭ%vRa)sbةQgn4)jY?YQ4+ p7+~Mܝ7N)?,y7!vTt숭>Pgp2B6O%(f*.9IYTfqn$Ԫ j)(xMrXmmUsfc]Vm*鼛4BMΏXkA?_ۙJؼ$ dl0)h: lԢ8{fM 1lšt~W,g2e>*]˷Agk|6M[s27D4z 6*qI-5 zZ/ZS]mDZ^%E쒗%} X*XOW2q*:XYwȥ' ]7غx_g+0{菞Y(@Z}dחqZ'1V&Ć [,~grDn"Vf LhՔPTS)כ_0C [Viof;Es ùh=sJ!j:3C㘁?zGqZo c=`6z|]p&fjl&#vbx[aF$N@{< r˷6d'!>K:ˌm\;O'%nB0@;EdhtJ&^L=}Xڡ[>SWy[eKѣ)-.+&0h axࣽ+BV( s%ĥC1#w.X@҃d1$  I`W6* *>˴j-0A rE1ϗq~,Я\ԑ;Ov]m 6a'C6a8 S"Dh"y%n;)h%*sqGX\6:X]H]; uu& U2aVŕkp&{S]/F,5܆;mUYIR^9:j&cO+Kt=c#E߆,کztěm3[#R;9ºhyG l+XF QU,^UJy$qZfDI Gzr+#fW5 ;r!bSeaw!?"3A-Xr#&lh'ӛᙰrU`}f/E<&`A*_R|jDމX(z)r8rwY~V܂½y1Ķ=Ϩ%oz*ߍM[hpZ%k[t͟d$ 9sB$YfxԴZ֮lg_DѺ_HEbT7~JEyMݣk% ?cIgt1RM 4DVI1Vr%$ 5hJsa$xM&G0J4vMPH?ƅ`#"bY1STXX?E0lyi*{j(⌯ʋ B 6j-k[*|Ȣ`#Mkr"8"At gTn?o1Ӵ>Gu-I䓹}FPq/k4I tkX/ڿQ h?SH*N.m&] r (fXZc(z[uh*>y6=<_ _ewn9r\u=,8yg$'Gef.TEINPn;#ȩhF_xL\HX jQK)`Y֚Yn%ҽe"#Ǩ[AcUm2%/n>Rg8Լ Bl:XS:*YWg|s&"t3tY&V=HGKys52D!,gk`>"̵dd1 rx V0`[Ix7-)#xUzQ :l KF#QK(?iAEi~KgO=E˖o&g,aS@f4Frl*|k+8}R]=SlE"w)*:J8^Y-佲'ӫ)->)7tmLL!5X3C} H\*R(hMUY4\E Q1BZuPw@ckA7bYjKEISѝ77^+μNR!;c\U;:YcS2+f'@fRpF$bh \z{MJRJ8M H@ %a6B'|,cuAI[BN?dZ%0qA׎d/:x]f˕8P:SF}?Y;í-.an#?]mҾp/?ҾBSjl@obLK1WW#I)?*LoA#G$%3 e=$032]"OmGl7l: RLnp~n03q"Ħۥ(-kzҎz}[xe楿#ThO>z p 3d0ER667t|Bw) <Am>74sD;& $e$|Ao"q&> tY 9InoQwvtL8-y[@2 L~At>9 ~'B8BSQe9h.*]֗kC:ZD=.֖^-<sյvҴ84~VH iyp_s,l]]uȋvG.dJ ,a?4[|z| _sFaxrhIO#YGX!tfWT[,/ C:IGH"8C6uO\ y2OLj|!tzK/R gP:N׹PU,nXͅu8F!aCT GhuTqIGયpqnkԓveԮL< <W<fͮy '9+'+~, qf$wՊkZˠ0yK=j=|I"! wGNQq4[>\ޔ%`њZGES~N!g>.;rBF⋛jC(x5Bb_ճď}WJ.')R|2E-IPROGDP7: E \^~2a!vZ5@tɷΣ ˸6nSU?L8Kk3BMxs-0pOjLzbb]bkC%4ćn\.6\ -: rP(y-)C7Vp}wLuZ:P_0$>tbavj (]U+hcbm-PφjFw*()Ҏ4#ئt#!^6=Ew&bEcVL=yNj.IOs ragxխ_أ0f>p?V1=4MY ? dM\#=M~+I/N5fi418 3 xZy+ͽ[ Btt=ISbwxiʩ:!?yh?TNH\j({it\HRiGb6O *k`H0_%x(DJ@'F"eD7,8jT&{V T̀QbwD4D`fB ;vBKD ˰+ɚL׷a:L{Y`!ksN,RQ͹$ܢ09(}J7;v:̵x>L vUG6Gt()}IzGrzYdh|%XCH|\OamP紼1Ă[rOLAq!mw|Ľ4D>Ol1nȽަIWWk;f0IϽwK]:ghr9Cv|_wZ8>IxoD6O2Bog5)\«̒?E ɪNfz#3y6[  ڋc;nSK8υn~85ZR/!s6iCE0oSː6W>zmY h}$fSݪn6 D\ Cۏ[mmL{@ɤ/(c†.ʿDW?LFn*8]ya:(Zv7½C5SJTg^.)Ȑq-!&2JᅄݲpZF>Hr"Z+kn ;C1ЍOF K.N€?Ʊ |'OeDܬ1W +y \!)9*]Nk#܇1$e*w%w$nzD|@+KjwJ/~2Lw\dMn|zs%RY*I@Ҙ-91r] 2 X|&F-x$yCŃK0o|q7> ۑ9C2£3 /<94NP{+ki)~!՗|Ν!|ƌ ǰ́PW([Yz`Ș#= ިLa6c;'[#fÌ34 Bj`Ѫb_]mX⥅@YK?1BOռEEӳm2q0/ (z y5.)yODS<9Mָ}pcʐ\rm|]/2>O~ 2$zp28;%AXRD;~&Cc*V5zb z\ʹU] ' I㩄o A0PY[ "FwFt<Z\E)UNx On΍$7'>[m0㫰 `Z`IQvtce\(# 05']SNV !ǿיvC?,l;7 +,>V"u9K +M)m4,XB۰_1WӺSFyR6j5N..4Qc8UAў3 D8z:,ϟ Ϡe 7k1<>HCϖGf"6eP3xgm㎘`ߵ JV &Qx9Ж#Wm\ d 1S[I~mq8͵ѮTt<Ź(JotҺ-cLJu%oS1Ss2Wj)9bBXU8tm!"iq9 P1Sc*WElknGKDzW.hVNqsgؽg=r7U5$gP:wp" 2t6JdPCe-5 ێDďmklrUn9ت  BDiP}ELδ]:`$H7mӒ79"w)7ǿsZ7ů% V2>Ky_֘G&V=}|}ipcyp-2Z!#V -6n]*O.~vHc6`Sێr畀BCfT3iA;s3XfS-+$ rxUǥ ]*aFhhVwzr ;]R&}c@LRӜ.=hR1}+oNz軞/W jK#ؒc¶|xS"qb5V'p1^an28郌M~Ƶѣ,!cV[Mҍ5gkeJwaqeڠмbffBV>"-7MNٙb%ً?UTwQ$GG1}m*1Ϟt2{̴o`eꓱ- [&Do'e!혊v% 8 gi]i2Ĉo6 ߍwnx=}. >ip^i n@Kȣ~zo# G7># Bs1]ȏb4E<u16-G{BX /QEu^R3oD~NukF_LÞ'љ2@0ɂH䏭[*E҆Xew>F:.K*:_whV3$H]i %ဉ.m*Z7Ju6yU?ja@JG hCi H8 d(d̵><$2l+C^z XliH/qSI*F0хuL D֘wsA&٥TXU,W7br6\/#vv\E kZ'} VIxMUxO&9:0/9ׂDIs,C *fk 0k ]!ֵ^jVh ˅ut?8&F14cCUml v& Qu}ޏ/P$5FDeS:'?-O}u梩_{CDƻ+%Lf˄9(0Ӟ:>0Nr% #"Z:ZP~޴Q^"f+gTR_'gč^V!ilm4_ 7ZCS(isNX%K. >1^{:/tY2[1)q<.RզkNfgep|^p\DQ9;j:=̅7 UQ^2S!c@EiM9YiH6[A'?j&@mc!x3q(3c??YX6j!,G XrY@kO](5?8"ݜ*sl+qrp- z S +V͟oɖOy?3Ãm. )H,5QjY7v(@q ֢-oO=fQ]aHI vp,ޱ<œ9*X3cֿZ aEG}TJ3:χ 8U:yx~EF̗K5׏x4XOq࿇Xo&*t<ˁ=@zhlp%sYTy0$x j5KnG-_ڸ1q4υ8Vg2(?ەDc}WhHuE;}L ɔ$T0{%d;dˍT_[+ƃ!z4njϝc F@0cN wƈ+xt|F3>92=}~0PҞ 'h iyK9ΉL Qo4.=yX(w{po8[Ϻ;;h]RokT+6譗vC{ҝueȠYOg:)XYr}/\Xgn#C۲w"(_,dX)׸C^0:I㛋o]L O¼ @*0=<_u;n\QBHz+#fvRmu+cX{ǞfȆj!'I_MSsQG VP h +:($¼;?Κ狥; >JqRCS=¿nl]͜L*cP=>?^u,0 S#(̪.0̣|Xi>aG|(ĞHPϥGZbɭDZr4>8CYXpusW>gåKM$+Ctq6O $=`\ dPbC>8.MFoz`Q/uiUG[_3;ǯ/cIҀ2 +Q6di8l S7|ZKqd#.2bߓFuEJڹ5-F/@xN؛G9NL:AIS9:ws=:/? rŝ^- K69e{{IO "pYƏcq]y 󬻢m( ti{Q􈎍X .if(zo㎘Id͛Q%IݙY|}Z EV N6'Ӹ q!ݭ>YG_^iMeؕOGUj*QUj鶤Q2E͊ (/\>d1/K@î;eä?|PtSZ'ؕaKWZ>E9LX j5]gւs),l(`~עIkfbY#*_Jv4C{jD'pqj? tK/U t&@'xܴ:YʘkM*a&ʐ~XS?=@fmy!b^@l.wfn[o5܌ `<5Fdv6~_A36܁CC,U2Z!|H' <* eYDp'+t. 9uJ`/闃_b\C]4$-Wi}N!7a7 `byv;_:;T]{-J?W\ԬwK]S@r!c(}^sQxUQa{)JiKxiPX_;u^e֗DhPlN.v^q8,<' lMH މP,L۲`! :dy^}K87ȹ%lDi˪p<UMtsICQGtpDyD9_̉!X&ko(9ݑժGCJI!{AbEp6Yp* =HF@ao24S9b͗}踎mgGH{YpRG^~-7 g62HCxSqB)N@sًond#^Qgm b~P<պb1P"_%49#K=ĦxH4Jq܂1 z ,aB4\9!NAdE?%m4yl9WFebYl-c4] :)`hFHxS[mާ=NEOۧ%YSNmK1ׅ><4,;_8; Vh:vVbF!@6 T˅:Y,߲Pz=erh*Z|U՗/x qstG2R[\c ͝_ l_^Sy9^m (S `gEڲz1D1I3MtTO!3Z0M*s* VxOCK|4+hsr=^֐oWbpci`c>xt̎.n nU U[+@zQ6p+*^WǪI>x/^("U .YG}vɶZ;bIecgz5hqxyC"CWEJðth0^zUZ-[,DtҀ^O21N瑣pڜ;MnϾj'OXQ^!Q0o7"Z62UymUf(h] m|bUݢ_'*uJ*g4aY:kcc?%qjA~kE) y{$Dp}jguS6v@WdR?*o`s|{<Άz,}1L .xT@jO_A `YLB"go;ž03xst Ado>c1+pw_79y#Y(-H oE t2Jx:!OyPxZ㭚0j5ҠC }OoğfO4- 3Y5L3Su :oWLjw&e1yk3ϡ?Q b)BV *<еݻn"/[HjvtާeppU sY~9<1h^+%.CAd4 CiPV &h\N@;uhzBDoƊfw*E\ Ĥ6eI&ǕsO$.f*OVo9]$̢꟦0KDk&d5z=1} ,/G9kVQNRBa *vժڧy}HLskİyJμwuл1r?B ]\EwxM MyA{H}4~WW{k'{{Co \1"8Qz"C+ 3a4H{L>[Oy!!CP[BtZ%=ia: WbwbɦV}͝{;@gIZO]"F4f9`U## Sd>8}iSSy,d[A? ;nuku uVb#MΟcxxGGl9q瞯_ϨD ݀2ZZsw|0:VM=tB|TM}oBl;n$-pE"J@")d.>m~7 ȇrEAR̰TfƿY}+QztXN; NR4nyLKu?qwײt@*8VJNk+-@tU*FcS{]Q0OeF.|:' D]?!Xr~ ME||=+D_h$~MeN`">[JQ,E O\rϟ ( 6mNUSt ڿ0:PO|7:P"5[Qo|;ۈ' ;&׺ETtUz~ 6==PHlj[`Fq<[1#LZ@7@C40Gg޶!g;ߤQ2]4;j\'pӭe#ICC ڊ v 7:(!f6޹<$c drU(%8OhKR$ +b럻HJveKrVʔ i,˜`S"vʷoA kc@%&:`@mwCyz{ Ib]Uo>D"5k]"l8i@9VhązNʳFLFu^oXZĮr=YR䰿) ʐrjM(BB[}97y&k:Ze _=3W ֺ\ =.?@p ՛USV~<\û=E@j>Y {5,7/e%jez{Aav;`5;Ƥ S*M2 8 Et=1۞ F_ -IO^; ]:j䗔{߀Lj.']mv矧5˫lc]E8-8om}I⻬vL3y.~kp@v?xy5F%ش?`qbb`=eX7qf>Hu_K>}=&dvğҮI.eKʝQDbgv-{OѼ4 j4wO8$/ݩjċs|:dZ=#hAW?0R+d`(Co\B =q࢜9$woJY?Ԙ.B]YVf]߃N*,\h6Z7/ϿE\7:}^LWR TPjH=|FWgTS=_r 7ql O'M! a[1畁vZ^-;mAr24Nz/nmsevĖf]:M;W>LZVifykzCJŖnL2t씌I'ZWZψ"6])>ʊ$Heζrkj׹;MS;RfЇ߂{D !LEw2bM3fn^z У١*ݘVuʏ+2Fo3bC-4Wh#| !.-}C$1Jc2wQ|Syק$͉;lUP }->z9 ?H}+ lҭ>]l+pl3T_[arei٢HI9Mv B`$cgjS֎Ŕ .=IR6NG {8 ;u@CG>ҿwX@S%ԃW*kixM}x Cpd(eDSqHOu l3O8cxd:>R;(oYc0^LI?}"bS#$OY1- 3I tQ]=05o +fCqnU[Y?6 'PahP̸,]Gq+oH˼ZZu[/B/v(#X*O޼Cc|ia0ݧþuݥ煢as(Z{''gEP=); p YZ