- Update lsvmbus interpreter from python(1) to python3(1) again

because only SLE12 lacked proper python3 support (bsc#1093910)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=140
This commit is contained in:
Olaf Hering 2019-11-29 16:43:25 +00:00 committed by Git OBS Bridge
parent 21b02eaa39
commit 55285e69ba
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 29 16:41:25 UTC 2019 - ohering@suse.de
- Update lsvmbus interpreter from python(1) to python3(1) again
because only SLE12 lacked proper python3 support (bsc#1093910)
-------------------------------------------------------------------
Wed Nov 27 09:08:07 UTC 2019 - ohering@suse.de

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# SPDX-License-Identifier: GPL-2.0
import os