kvm_stat
Tool for gathering and displaying kvm statistics, useful for analyzing how kvm guests are running.
- Developed at Virtualization
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/kvm_stat && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
add-command-line-switch-L-to-log-file.patch | 0000007462 7.29 KB | |
add-command-line-switch-c-to-csv.patch | 0000004614 4.51 KB | |
add-command-line-switch-s-to-update.patch | 0000005208 5.09 KB | |
add-command-line-switch-z-skip-zero-records.patch | 0000003547 3.46 KB | |
add-sample-systemd-unit.patch | 0000001021 1021 Bytes | |
kvm_stat.changes | 0000012523 12.2 KB | |
kvm_stat.spec | 0000003012 2.94 KB | |
rework-command-line-sequence.patch | 0000003829 3.74 KB | |
switch-to-argparse.patch | 0000008227 8.03 KB |
Revision 15 (latest revision is 24)
Dominique Leuenberger (dimstar_suse)
accepted
request 861757
from
Dario Faggioli (dfaggioli)
(revision 15)
Comments 2
I've opened a bug for this (https://bugzilla.opensuse.org/show_bug.cgi?id=1178493), but maybe commenting here is more appropriate? So, currently (Tumbleweed snapshot 20201030 at the time of writing) kernel-default and kernel-source have version 5.9.1-1.2. But kvm_stat has version 5.8.2-11.5.
The bug is that they instead should match, as kvm_stat version is defined like this, in the spec file: %define version %(rpm -q --qf '%%{VERSION}' kernel-source)
And this despite there being (as noted by brogers@suse.com ) this in the spec file: BuildRequires: kernel-source >= 5.2.0
Is this a problem in the packaging, or an OBS issue?
pkgs are rebuilt on-demand, due to 'repository name="standard" rebuild="local"' prj setting. There is likely a knob somewhere to attach this pkg to kernel-source changes.