Hello community, here is the log from the commit of package kvm_stat for openSUSE:Factory checked in at 2018-07-28 12:45:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kvm_stat (Old) and /work/SRC/openSUSE:Factory/.kvm_stat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kvm_stat" Sat Jul 28 12:45:13 2018 rev:4 rq:625781 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/kvm_stat/kvm_stat.changes 2017-12-08 13:01:13.845358221 +0100 +++ /work/SRC/openSUSE:Factory/.kvm_stat.new/kvm_stat.changes 2018-07-28 12:45:16.116975356 +0200 @@ -1,0 +2,13 @@ +Thu Jul 26 16:00:40 UTC 2018 - [email protected] + +- Add a qemu package conflicts directive since SLE releases provided + the kvm_stat script via the qemu package, while older openSUSE + releases had provided it through qemu-kvm, which is already + handled. (bsc#1102746 related) +- Change package to be noarch. kvm_stat is written in python, and + is useful to multiple architectures which have kvm support. +- Drop the kernel README and CREDITS files, since they don't really + represent this package in any meaningful way. +- Minor spec file tweaks performed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kvm_stat.spec ++++++ --- /var/tmp/diff_new_pack.671s5B/_old 2018-07-28 12:45:16.736976483 +0200 +++ /var/tmp/diff_new_pack.671s5B/_new 2018-07-28 12:45:16.736976483 +0200 @@ -1,7 +1,7 @@ # # spec file for package kvm_stat # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -21,14 +21,16 @@ Version: %{version} Release: 0 Summary: Monitoring Tool for KVM guests -License: GPL-2.0 +License: GPL-2.0-only Group: System/Monitoring Url: http://www.kernel.org/ +BuildArch: noarch BuildRequires: asciidoc BuildRequires: kernel-source >= 4.7.0 BuildRequires: libxslt-tools Recommends: kernel >= 4.7.0 +Conflicts: qemu < 2.6.90 Conflicts: qemu-kvm < 2.6.90 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,7 +42,7 @@ %prep # copy necessary files from kernel-source -(tar -C /usr/src/linux -c COPYING CREDITS README tools scripts) | tar -x +(tar -C /usr/src/linux -c COPYING tools scripts) | tar -x %build make -C tools/kvm/kvm_stat %{?_smp_mflags} @@ -50,7 +52,7 @@ %files %defattr(-, root, root) -%doc COPYING CREDITS README +%license COPYING %{_bindir}/kvm_stat %{_mandir}/man1/kvm_stat*
