Hello community,

here is the log from the commit of package kvm_stat for openSUSE:Factory 
checked in at 2019-03-14 22:43:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kvm_stat (Old)
 and      /work/SRC/openSUSE:Factory/.kvm_stat.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kvm_stat"

Thu Mar 14 22:43:08 2019 rev:7 rq:685114 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/kvm_stat/kvm_stat.changes        2018-12-03 
10:10:20.515711698 +0100
+++ /work/SRC/openSUSE:Factory/.kvm_stat.new.28833/kvm_stat.changes     
2019-03-14 22:43:09.818623979 +0100
@@ -1,0 +2,7 @@
+Thu Mar 14 19:11:49 UTC 2019 - Bruce Rogers <brog...@suse.com>
+
+- Add python3 tweak to be compatible with v5.0 kernel source
+  (bsc#1116822)
+  + 0050-tools-kvm_stat-switch-python-reference-again.patch
+
+-------------------------------------------------------------------

New:
----
  0050-tools-kvm_stat-switch-python-reference-again.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kvm_stat.spec ++++++
--- /var/tmp/diff_new_pack.VZWdHE/_old  2019-03-14 22:43:12.606623011 +0100
+++ /var/tmp/diff_new_pack.VZWdHE/_new  2019-03-14 22:43:12.614623009 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kvm_stat
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -85,6 +85,7 @@
 Patch46:        0047-tools-kvm_stat-apply-python-2to3-fixes-to-kvm_stat2.patch
 Patch47:        0048-tools-kvm_stat-apply-python-2to3-fixes-to-kvm_stat3.patch
 Patch48:        0049-tools-kvm_stat-switch-python-reference-to-be-explici.patch
+Patch49:        0050-tools-kvm_stat-switch-python-reference-again.patch
 
 %description
 This package provides a userspace tool "kvm_stat", which displays KVM vm exit
@@ -158,9 +159,10 @@
 # If the build is Factory or Tumbleweed only
 %if 0%{?FACTORY}
 %patch47 -p1
-%endif
-
+%patch49 -p1
+%else
 %patch48 -p1
+%endif
 
 %build
 make -C tools/kvm/kvm_stat %{?_smp_mflags}

++++++ 0050-tools-kvm_stat-switch-python-reference-again.patch ++++++
From: Bruce Rogers <brog...@suse.com>
Date: Wed, 14 Mar 2019 16:28:25 -0700
Subject: [PATCH] tools/kvm_stat: switch python reference again

This time, from /usr/bin/env python3 to be /usr/bin/python3

[BR: BSC#1116822]
Signed-off-by: Bruce Rogers <brog...@suse.com>
---
 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 ed6518bf2ab5..2a95389d2864 100755
--- a/tools/kvm/kvm_stat/kvm_stat
+++ b/tools/kvm/kvm_stat/kvm_stat
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #
 # top-like utility for displaying kvm statistics
 #
-- 
2.19.1


Reply via email to