hyper-v-8-lp151.6.6.1<>,1l_t<./=„Udb޳=CT݂(sg&DEJ[3Q _6<AB6'-*;g&Ra -`Kν xX+Xo3mCi_'>6Jǿm)E 1S.I Y$STlV 4K>Vr=K'&M.Z smIiޭ'I&]Mv;6Ye֊ ȣv,T>L&?&d    0dhtx 7Z : d       a   < T  % T X _( c8 l9 :7=> ?@F%G<HIXY\ ]t^ b gc!%d!e!f!l!u!v"$w$x%y%dz%%%&U&X&`&f&Chyper-v8lp151.6.6.1Microsoft Hyper-V toolsThis package contains the Microsoft Hyper-V tools._t<.cloud135openSUSE Leap 15.1openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgSystem/Kernelhttp://www.kernel.orglinuxi586# hv_kvp_daemon in SLES11 SP2 stored temporary state files in /var/opt # move them to /var/lib and remove old directory, if possible. if test -d /var/opt/hyperv then if mkdir -p -v -m 0755 /var/lib/hyperv then cd /var/lib/hyperv for oldfile in /var/opt/hyperv/ifcfg-* /var/opt/hyperv/.kvp_pool_* do if test -e "${oldfile}" then mv -vfb "${oldfile}" . || : fi done cd - >/dev/null fi rmdir -v /var/opt/hyperv || : fi : nothing to do in case of systemdboard_vendor= product_name= if cd /sys/class/dmi/id 2>/dev/null then if test -r board_vendor then board_vendor="`cat board_vendor`" fi if test -r product_name then product_name="`cat product_name`" fi cd - >/dev/null fi if test "${board_vendor}" = "Microsoft Corporation" -a "${product_name}" = "Virtual Machine" then : nothing to do in case of systemd fi: nothing to do in case of systemd# no restart on update because the daemon can not be restarted : nothing to do in case of systemd&d|W6Vgcc /AAA큤AA큤A큤_t<,_t<,_t<,_F|P]_t<,SF_t<,_t<,_t<,_t<,_t<,_t<,_t<,_t<,_t<,_t<,_t<,_t<,_t<-Oqcyf95d139b2b5f3d97ea094969a42b97ea87e83314c72cbb3a9295a9797f8957faa5484375efe5b933a1ad22a3d7b7e42f741f1f4e2d0c0bad900b11d6c61b9f95ba1a68443e137d1a58b6c78dc18e8ae4c9a62d9dac8335fbf58aa5d9d1338d423e7323381f257062ccf728e67b2c1dece2b7c666a93ec1049fbf3434175350ad302d42ca2cea8826790437d91bf3f7ac8ad1235de7788bbda7fb44e1f2e0463142cad7b60b9fe2ef1ce84e9048ceb353799ef082f425fbe747aad57f6dba86ed0a53714fa37795bfb2e3cc9b51f2f80c8d195426f11da4ff3cd712d2b6439af3fa2bd546f1f007b641f7bdaa90d3e8b61dd25f2f7e88f43f1643f11c36aca46b73b031e7974f6eabead3c58e3f095d66e938ac116c03d57562b3123cb7450b7ce61c3d194de635eb4f775ad13902dab23d09a20102d30939cfdeecc1d304ceb54edd24d189890a87f6656d0244fccad38a4034c58cc5ca414ae77a1b7f9e2f38c60c4d43064cd07311a0cd3c24b88709b706f0cff143464d3e444be6d35caee190d301d0229f89592db21365739bad7893ede516ef7b9feef817a35ad220003402199337e1ee2b9a8c8e5d28343dbba530144d207d095df9e83a2b28a6099ed5c9115c624ef7d77ff122692d975ea66d3e4f2d425e25425eb8de39ee9f493f81rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothyper-v-8-lp151.6.6.1.src.rpmhyper-vhyper-v(x86-32)@ @@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/python3libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd3.0.4-14.6.0-14.0-15.2-1kernel4.24.14.1_>e_*@_*@^Nt]@]e@[@[F[#@[b@[@ZS]@YS@W)@UUB@U/@T@Tp@Tto@T_W@ohering@suse.deohering@suse.deGuillaume GARDET ohering@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deschwab@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deohering@suse.deLed - Allow daemon restart again (bsc#1116957) Since some time the kernel moved from netlink sockets to char devices, which is supposed to handle a connection reopen for the kernel<->daemon interface- Remove dependency to network-online.target now that gethostname is used in kvp_daemon (bsc#1174443, bsc#1174444) - Reopen the devices if read() or write() returns errors (9fc3c01a) - Use either python2 or python3 for lsvmbus (bsc#1093910) - Remove sysv init scripts- Enable build on aarch64- Revert previous non-upstream change for async name resolution Just use gethostname via hyper-v.kvp.gethostname.patch (bsc#1100758)- Update lsvmbus interpreter from python(1) to python3(1) again because only SLE12 lacked proper python3 support (bsc#1093910)- async name resolution in kvp_daemon (bsc#1100758) - kvp: eliminate 'may be used uninitialized' warning (89eb4d8d) - fix typos in toolchain (2d35c660) - fixed Python pep8/flake8 warnings for lsvmbus (5912e791) - Replace GPLv2 boilerplate/reference with SPDX (43aa3132) - Fix a warning of buffer overflow with gcc 8.0.1 (4fcba780)- fcopy: set 'error' in case an unknown operation was requested (c2d68afb)- Update lsvmbus interpreter from python3(1) to python(1) because SLE12 lacks python3 support (bsc#1093910)- vss: fix loop device detection (07136793) - Fix IP reporting by KVP daemon with SRIOV (4ba63412) - Fix a bug in the key delete code (86503bd3) - fix compiler warnings about major/target_fname (1330fc35) - PRIVATE hyper-v.compare-with-upstream.sh- hyper-v.tools.hv.hv_vss_daemon.c: Include for major- Update lsvmbus interpreter from env(1) to python3(1) (bsc#1093910)- update buffer handling in hv_fcopy_daemon - remove unnecessary header files and netlink related code - Avoid reading past allocated blocks from KVP file (bnc#1087658) - fix snprintf warning in kvp_daemon - properly handle long paths - kvp: configurable external scripts path - vss: Thaw the filesystem and continue if freeze call has timed out - vss: Skip freezing filesystems backed by loop- Check VSS daemon is listening before a hot backup (bnc#1029693) - fix a compile warning in snprintf - kvp: ensure kvp device fd is closed on exec - lsvmbus: add pci pass-through UUID- add Conflicts with kernel < 4.2 (fate#320485) - vss: fix the write()'s argument: error -> vss_msg - remove repeated HV_FCOPY string - report ENOSPC errors in hv_fcopy_daemon - fcopy: full handshake support - vss: full handshake support - vss: use misc char device to communicate with kernel - kvp: use misc char device to communicate with kernel- add a python script lsvmbus to list VMBus devices (fate#315887)- hv: hypervvssd: call endmntent before call setmntent again - remove unused bytes_written from kvp_update_file() - address compiler warnings for hv_kvp_daemon.c - kvp_daemon: make IPv6-only-injection work - address compiler warnings for hv_fcopy_daemon.c - do not add redundant '/' in hv_start_fcopy()- Add runlevel script for fcopy daemon in SLE11 (bnc#926534)- Check return value of setsockopt call - Improve error logging in VSS daemon. - Check return value of poll call - Properly pack the data for file copy functionality - make struct hv_do_fcopy match Hyper-V host messages- Start hv_kvp_daemon after network-online.target (bnc#910353) - ignore ENOBUFS and ENOMEM in the KVP daemon - vssdaemon: skip all filesystems mounted readonly (bnc#909864) - vssdaemon: report freeze errors- introduce -n/--no-daemon option (fate#317533)- fix bashisms in pre/post scripts/bin/sh/bin/sh/bin/sh/bin/shcloud135 1601453102 8-lp151.6.6.18-lp151.6.6.1 hyper-vbinhv_fcopy_daemonhv_get_dhcp_infohv_get_dns_infohv_kvp_daemonhv_set_ifconfighv_vss_daemoninst_sys.shsystemhv_fcopy_daemon.servicehv_kvp_daemon.servicehv_vss_daemon.serviceudevrules.dhv_fcopy_daemon.ruleshv_kvp_daemon.ruleshv_vss_daemon.ruleslsvmbushyper-vkvptest.ps1.txt/usr/lib//usr/lib/hyper-v//usr/lib/hyper-v/bin//usr/lib/systemd//usr/lib/systemd/system//usr/lib/udev//usr/lib/udev/rules.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/hyper-v/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:14299/openSUSE_Leap_15.1_Update/808b454f1e3f0f5ed271d439e0060714-hyper-v.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=6610e55f9b9fd1c1b52ad4b773f56ca1ff36c48d, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=8bcfb82e9a3bdec2d6950e11fafdbd9e98ed4387, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=a1ae5f589b09d23c7b0f84802d7431fc280054e6, for GNU/Linux 3.2.0, strippedASCII textPython script, ASCII text executable R RR RR RRRRR R RRR R R RRR R RR RRRs-`vf>modalias(dmi:*svnMicrosoftCorporation*pnVirtualMachine*rnVirtualMachine*)modalias(pci:v00001414d00005353sv*sd*bc*sc*i*)utf-86fb27ebca7d6886f7ed9595e8f81ccb1ee80263473f52bda9f9cf153b29926dd?@7zXZ !t/]"k%a1%.a]z'm`]=},& %@R+#,z*{<7PKU?RZ>^UcEsAR~ ;~++r_ѯQ*, sIA۶#eN: 69]l~,ƗMz4+"̧@Au 㾊ҨVU'Z>1 9WH\DWvOJnEM bׂ`Zb smR4E>! c53] $27xlI&?*& 7JVfKH2 |UJ±73/R!Q;QL̰zC6tM/SgqTO&/yvꊺpT/ыdcTOij@[a޹,J{Ai[ "uvv7"r|a8ugGpO+Do eO]+\|Q]vKD9