From a459a051acb65b779c362934be82729f600d7c27 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:20:24 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- xhost.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xhost.spec b/xhost.spec index c89895b..bc72d46 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,6 +1,6 @@ Name: xhost Version: 1.0.9 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Manage hosts or users allowed to connect to the X server License: MIT AND ICU @@ -40,6 +40,10 @@ autoreconf -v --install %{_mandir}/man1/%{name}.1* %changelog +* Tue Oct 29 2024 Troy Dawson - 1.0.9-9 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Jun 28 2024 Peter Hutterer - 1.0.9-8 - Replace inet_aton() with inet_pton() to silence rpminspect