New upstream version 1.0.7.
- Includes true physical CPU reporting (when libvirt supports this).
This commit is contained in:
parent
f63f378366
commit
c4cf25c38e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
virt-top-1.0.4.tar.gz
|
||||
/virt-top-1.0.5.tar.gz
|
||||
/virt-top-1.0.6.tar.gz
|
||||
/virt-top-1.0.7.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a2b564db508a6e6233fadc7f74d1a038 virt-top-1.0.6.tar.gz
|
||||
74b71bfa5963b759303953c8079343b7 virt-top-1.0.7.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: virt-top
|
||||
Version: 1.0.6
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility like top(1) for displaying virtualization stats
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -22,7 +22,8 @@ BuildRequires: ocaml-extlib-devel
|
||||
BuildRequires: ocaml-xml-light-devel
|
||||
BuildRequires: ocaml-csv-devel
|
||||
BuildRequires: ocaml-calendar-devel
|
||||
BuildRequires: ocaml-libvirt-devel
|
||||
# Need support for virDomainGetCPUStats.
|
||||
BuildRequires: ocaml-libvirt-devel >= 0.6.1.1
|
||||
|
||||
# Tortuous list of BRs for gettext.
|
||||
BuildRequires: ocaml-gettext-devel >= 0.3.3
|
||||
@ -97,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 6 2012 Richard W.M. Jones <rjones@redhat.com> - 1.0.7-1
|
||||
- New upstream version 1.0.7.
|
||||
- Includes true physical CPU reporting (when libvirt supports this).
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user