2 Commits

5 changed files with 15 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="filename">virt-top</param>
<param name="revision">6a45c04e27b942555e79f96f52e452e56d1aca97</param>
<param name="revision">db9d05a86c0f96537704bf04e67f113618f8694d</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">git://git.annexia.org/virt-top.git</param>
@@ -9,9 +9,9 @@
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="set_version" mode="manual"/>
</services>

Binary file not shown.

3
virt-top-1.1.2.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b19ae55ccdd7b4e76aacff069be64e47577acf6fffa7cec920a926855d621568
size 109200

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 3 03:03:03 UTC 2025 - ohering@suse.de
- Update to version 1.1.2
-------------------------------------------------------------------
Tue Jan 16 16:16:16 UTC 2024 - ohering@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package virt-top
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: virt-top
Version: 1.1.1
Version: 1.1.2
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Utility like top(1) for displaying virtualization stats
@@ -28,7 +28,7 @@ Source0: %name-%version.tar.xz
Patch0: %name.patch
BuildRequires: ocaml(ocaml_base_version) >= 4.08
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20231101
BuildRequires: ocaml-rpm-macros >= 20240909
BuildRequires: ocamlfind(calendar)
BuildRequires: ocamlfind(curses)
BuildRequires: ocamlfind(dune-configurator)