From 77a313d2d7c8c3ce0c042e524d07dd9372efb8c2 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 12 Dec 2024 09:59:18 +0100 Subject: [PATCH] Fix typo in version number Resolves: https://issues.redhat.com/browse/RHEL-60056 --- xwayland-run.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xwayland-run.spec b/xwayland-run.spec index 311226c..2234f72 100644 --- a/xwayland-run.spec +++ b/xwayland-run.spec @@ -1,6 +1,6 @@ Name: xwayland-run Version: 0.0.4 -Release: 4t%{?dist} +Release: 5%{?dist} Summary: Set of utilities to run headless X/Wayland clients License: GPL-2.0-or-later @@ -61,6 +61,9 @@ Xwayland and various Wayland compositor headless. %changelog +* Thu Dec 12 2024 Olivier Fourdan - 0.0.4-5 +- Fix typo in version number (RHEL-60056) + * Thu Dec 12 2024 Olivier Fourdan - 0.0.4-4 - Backport fix for XDG dirs and compositor timeout (RHEL-60056)