From a408f57f9d871109cfe9c16d99cfa503935565a1 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 25 Jun 2024 11:34:46 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- virt-top.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/virt-top.spec b/virt-top.spec index 51172e6..d80e1c7 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: virt-top Version: 1.1.1 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Utility like top(1) for displaying virtualization stats License: GPL-2.0-or-later @@ -136,6 +136,9 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Tue Jun 25 2024 Troy Dawson - 1.1.1-21 +- Bump release for June 2024 mass rebuild + * Wed Jun 19 2024 Richard W.M. Jones - 1.1.1-20 - OCaml 5.2.0 ppc64le fix