Changelog for
hyper-v-8-4.1.x86_64.rpm :
* Tue Apr 23 2024 pgajdosAATTsuse.com- remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476]
* Thu Feb 22 2024 Dominique Leuenberger
- Use %patch -P N instead of deprecated %patchN.
* Thu Aug 20 2020 oheringAATTsuse.de- 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
* Wed Jul 22 2020 oheringAATTsuse.de- 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
* Wed Jul 22 2020 Guillaume GARDET - Enable build on aarch64
* Thu Feb 20 2020 oheringAATTsuse.de- Revert previous non-upstream change for async name resolution Just use gethostname via hyper-v.kvp.gethostname.patch (bsc#1100758)
* Fri Nov 29 2019 oheringAATTsuse.de- Update lsvmbus interpreter from python(1) to python3(1) again because only SLE12 lacked proper python3 support (bsc#1093910)
* Wed Nov 27 2019 oheringAATTsuse.de- 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)
* Tue Oct 09 2018 oheringAATTsuse.de- fcopy: set \'error\' in case an unknown operation was requested (c2d68afb)
* Mon Oct 08 2018 oheringAATTsuse.de- Update lsvmbus interpreter from python3(1) to python(1) because SLE12 lacks python3 support (bsc#1093910)