hyper-v-8-lp152.9.6.1<>,1d_t6/=„rudg9I *^od64袾7ZTR 2ÞIs{*gA{>Wl^V?fj}L&?&d    0dhtx :] > h       e   @ \   L P W( [8 d9 :/=>? @FG4HIXY\]l^ b _c!d!e!f!l!u!v"w$x%y%\z%%%&5&8&@&F&Chyper-v8lp152.9.6.1Microsoft Hyper-V toolsThis package contains the Microsoft Hyper-V tools._t6obs-arm-9QopenSUSE Leap 15.2openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgSystem/Kernelhttp://www.kernel.orglinuxaarch64# 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 `|  Vgcc /AAA큤AA큤A큤_t3_t4_t4]BP]_t4SF_t4_t3_t3_t3_t3_t3_t3_t3_t3_t3_t3_t3_t5Oqcy55ba243e65014efcee05450e3cb4fcbd9bf468c5e999c6ec7f5dbd5887a016d0a5484375efe5b933a1ad22a3d7b7e42f741f1f4e2d0c0bad900b11d6c61b9f95ba1a68443e137d1a58b6c78dc18e8ae4c9a62d9dac8335fbf58aa5d9d1338d420464e19f6d8adecd79acd6e3bc0bed983a22d7a91d2e131988f0c9012435f026302d42ca2cea8826790437d91bf3f7ac8ad1235de7788bbda7fb44e1f2e04631adcf87f49319459505ed48d1f1e82da92000821a92fc7bbdf10d4947643858eb0a53714fa37795bfb2e3cc9b51f2f80c8d195426f11da4ff3cd712d2b6439af3fa2bd546f1f007b641f7bdaa90d3e8b61dd25f2f7e88f43f1643f11c36aca46b73b031e7974f6eabead3c58e3f095d66e938ac116c03d57562b3123cb7450b7ce61c3d194de635eb4f775ad13902dab23d09a20102d30939cfdeecc1d304ceb54edd24d189890a87f6656d0244fccad38a4034c58cc5ca414ae77a1b7f9e2f38c60c4d43064cd07311a0cd3c24b88709b706f0cff143464d3e444be6d35caee190d301d0229f89592db21365739bad7893ede516ef7b9feef817a35ad220003402199337e1ee2b9a8c8e5d28343dbba530144d207d095df9e83a2b28a6099ed5c9115c624ef7d77ff122692d975ea66d3e4f2d425e25425eb8de39ee9f493f81rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothyper-v-8-lp152.9.6.1.src.rpmhyper-vhyper-v(aarch-64)@ @@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/python3ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)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/shobs-arm-9 1601500214 8-lp152.9.6.18-lp152.9.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/-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:14318/openSUSE_Leap_15.2_Update_ports/e95816794d0b51e6841ba078ca8bab09-hyper-v.openSUSE_Leap_15.2_Updatedrpmxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=eb43b15330ee3beed25b5277ec259f82a45466a4, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=81e808bac52910426b165e24a481f676f2aa7bd2, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=ad8cc3107cf674a0b2bed649735f6ddb9b85a256, for GNU/Linux 3.7.0, strippedASCII textPython script, ASCII text executable RR RRRRRR R R RRRRR RRRR؆q) /Fىemodalias(dmi:*svnMicrosoftCorporation*pnVirtualMachine*rnVirtualMachine*)modalias(pci:v00001414d00005353sv*sd*bc*sc*i*)utf-8d628a3792e53116a002e3562d676625b2c7cb7291c5b447dd0196f197a9b5dc4?@7zXZ !t/1]"k%a1%.a]?SSX'IL{eOŻho߬Ff> FvH֧5"O'rrBxa/g7k-2ؕyRYZD M*i9n#~;?79.רǧKG ,00q '-NtEBeutoGK$|mvi;Y BOJVLу#H[]J@"VkbAY!.9U=qZz؅qZH$wEskwۜZMx `bxurbZ D-# \a׈c }(2;|&8Fmhe4_i',:?_ Սx?C'I1KCM ZK>Wn_Zv8CKP+)RsX"kw<&xk$s9rAR%w: \&  7~B#4c3,#-Me!販NO-/dB󑨪ZNa<(έQAigm̆ˉ>t.V9fI4ߊfUd#.9qdZoCk5/bc?hcTmZOq eJ#¼PP]x$3M$.Gf;!1GZ.ܮd~b{nehZ[^>4[EW]b 5\Fߛ,C 9$R?8OQsnG6ߨ>TJE9[c`5+Tսt4?!d[ހnY90%t"J1ň W@6. 2{ YZ