From 63ee3cedcf5c091f35f9bd002aea8cac5e564946 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Tue, 11 Nov 2025 16:42:00 -0500 Subject: [PATCH] Rebuild for the rebase Resolves: RHEL-83080 Signed-off-by: John Kacur --- tuna.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tuna.spec b/tuna.spec index 72aac16..14c5683 100644 --- a/tuna.spec +++ b/tuna.spec @@ -2,7 +2,7 @@ Name: tuna Version: 0.20 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-only AND LGPL-2.1-only Summary: Application tuning GUI & command line utility Source: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz @@ -82,6 +82,10 @@ done %{_datadir}/polkit-1/actions/org.tuna.policy %changelog +* Tue Nov 11 2025 John Kacur - 0.020-3 +- Rebuild for the rebase +Resolves: RHEL-83080 + * Tue Nov 04 2025 John Kacur - 0.20-2 - Add python3-pip, python3-setuptools, python3-wheel BuildRequires - Delete setup.py in %%prep so pyproject.toml build is used