hyper-v-8-150200.14.8.1<>,4c(;p9|A-M2zC.?j)Ĭ~L?{qY$G(qrn]k,ڂ3?{!ӣ&>$=`?MHX*4'QsG 2RI4/j;vx:iFGxNp4Ysb]˱G_pi!c^(2t=Y=xüF%YCطeg:֙Oڡ+n™SUVujT]2'b縍sRS +~$ #qs >L&?&d    2hltx Tw0 Z           ` x  o   ( 8 9 :j=8>@?H@PFXGlHIX,Y4\T]^ b c!Dd!e!f!l!u!v"8w%x%Xy%z&&&&&&&&Chyper-v8150200.14.8.1Microsoft Hyper-V toolsThis package contains the Microsoft Hyper-V tools.c(;sheep01SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/System/Kernelhttp://www.kernel.orglinuxx86_64# 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)|Z9Vgcc /AAA큤AA큤A큤c(:c(:c(:]BP]c(:SFc(:c(:c(:c(:c(:c(:c(:c(:c(:c(:c(:c(:c(:OsO20cd012d454b80df0260708f86a15c8504ee264183a06c2f48c13ef5724f1393a5484375efe5b933a1ad22a3d7b7e42f741f1f4e2d0c0bad900b11d6c61b9f95ba1a68443e137d1a58b6c78dc18e8ae4c9a62d9dac8335fbf58aa5d9d1338d423bf76f2318de03a257803e5138d699f7a00791705d711ccd2320197b01c67ea0302d42ca2cea8826790437d91bf3f7ac8ad1235de7788bbda7fb44e1f2e04631309b58d8095b1b5d29bf40d223225aa3e602b9ba353e4c9c9196d1679244e6110a53714fa37795bfb2e3cc9b51f2f80c8d195426f11da4ff3cd712d2b6439af3fa2bd546f1f007b641f7bdaa90d3e8b61dd25f2f7e88f43f1643f11c36aca46b73b031e7974f6eabead3c58e3f095d66e938ac116c03d57562b3123cb7450b7ce61c3d194de635eb4f775ad13902dab23d09a20102d30939cfdeecc1d304ceb54edd24d189890a87f6656d0244fccad38a4034c58cc5ca414ae77a1b7f9e2f38c60c4d43064cd07311a0cd3c24b88709b706f0cff143464d3e444be6d35caee190d301d0229f89592db21365739bad7893ede516ef7b9feef817a35ad220003402199337e1ee2b9a8c8e5d28343dbba530144d207d095df9e83a2b28a6099ed5c9115c624ef7d77ff122692d975ea66d3e4f2d425e25425eb8de39ee9f493f81rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothyper-v-8-150200.14.8.1.src.rpmhyper-vhyper-v(x86-64)@ @@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/python3libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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@opensuse.orgohering@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.deledest@gmail.com- 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/shsheep01 1674651707 8-150200.14.8.18-150200.14.8.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.suse.de/SUSE:Maintenance:27532/SUSE_SLE-15-SP2_Update/c652c0b2d1278d4feb9bff69eb881c35-hyper-v.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b1a5a5311b7084486eaf8f346c8e065ff0041d20, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=53c5a6a1c91dcb7ecbfd18988e5be56cedd7392e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=da6b2339e9f394d258232703c2aa1d4033ba31d5, for GNU/Linux 3.2.0, strippedASCII textPython script, ASCII text executableR RR RRRR RR RR R R RRR RR RRRt8[txGCmodalias(dmi:*svnMicrosoftCorporation*pnVirtualMachine*rnVirtualMachine*)modalias(pci:v00001414d00005353sv*sd*bc*sc*i*)utf-83eb879f532690179365e386f5472060db1aff0adaddc932dccab3206447517cd?@7zXZ !t/]"k%L1%f Ry!Nԇ{7\4,â+v 0<0,<Ċzkn:EWىP^u6:;@VCZos;/ N&BkXt%{;!"+[:kxqPgjv2qѰGX e|n}P eOzhkʈJS#)N'nflcsZn7~G!>G+tUvrm_פ4Dhc:|&, ,DZd$N Vݎ}.G(+rLpa7hIe1+:/;yHc`JQuVZu@%.%.ݱƫjw#ɐOKY:$S `Rh[e) NYoO};Y:Fxbd4!Z߿Q7^&c2h_qYIFǞPRΉ8['r D}:">3_EUĶ3|F9 GdwuK;ygQG1;({T-!q r= K4$4BEݱ g$2]4Hv4ڋ~îd}A`5)-Rr4 } sQp"!CSF"Zy_\\51|$ W|''ٱk& 5I/).Bm`´\n{ dkAW\{QF23@7@[]_:B n̋4uCv~V[I,C/~n9/ _r]bه39yW@ޖ -u) bV(ng ;n5+`q{p'${ ?́JLFe96孂7%xJ!)>hT#.|6ޜl, Ai]< ץr&;R8–QDW!6wףeK#r 6$P[zkWb™@`[<禇HE-99urGuUe&@)ZsAA1T=Em|:Yi/!H~R٧o;C Z4?y |n^8jc %țBr§~|?Wmg6]& \+5nb 4kIٔǮCܚzZt-PpzJC+q7pY 6bEބ=!" JH"lU|BzBV? ESZ>~/ovNo.3MĶ YZ