Force python3 for kvm_stat because we can't dep (rhbz 1456722)

This commit is contained in:
Justin M. Forbes 2017-07-25 17:00:00 -05:00
parent 359584d0b2
commit 3731d1998b
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,22 @@
From fc6a72140ef515447743c840674b1aa86b1a4812 Mon Sep 17 00:00:00 2001
From: Fedora Kernel Team <kernel-team@fedoraproject.org>
Date: Tue, 25 Jul 2017 12:38:46 -0500
Subject: [PATCH] Force python3 in kvm_stat
---
tools/kvm/kvm_stat/kvm_stat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/kvm/kvm_stat/kvm_stat b/tools/kvm/kvm_stat/kvm_stat
index 8f74ed8..12a8cbb 100755
--- a/tools/kvm/kvm_stat/kvm_stat
+++ b/tools/kvm/kvm_stat/kvm_stat
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
#
# top-like utility for displaying kvm statistics
#
--
2.9.4

View File

@ -548,6 +548,9 @@ Patch122: Input-synaptics-pin-3-touches-when-the-firmware-repo.patch
Patch123: firmware-Drop-WARN-from-usermodehelper_read_trylock-.patch
# Because the python 3 transition is fail
Patch124: force-python3-in-kvm_stat.patch
# 200 - x86 / secureboot
Patch201: efi-lockdown.patch
@ -2245,6 +2248,9 @@ fi
#
#
%changelog
* Tue Jul 25 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- Force python3 for kvm_stat because we can't dep (rhbz 1456722)
* Tue Jul 25 2017 Peter Robinson <pbrobinson@fedoraproject.org> 4.12.3-301
- Bring in ARM patches from stabilization branch