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

because SLE12 lacks python3 support (bsc#1093910)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=136
This commit is contained in:
Olaf Hering 2018-10-08 06:49:12 +00:00 committed by Git OBS Bridge
parent c3038e05c0
commit 98b6aa98ea
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 8 06:48:04 UTC 2018 - ohering@suse.de
- Update lsvmbus interpreter from python3(1) to python(1)
because SLE12 lacks python3 support (bsc#1093910)
-------------------------------------------------------------------
Tue Sep 25 08:33:36 UTC 2018 - ohering@suse.de

View File

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