From 373baf2c7e66655e4f77aa378811cc79dfe8c5e1 Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Wed, 6 May 2026 16:18:48 -0400 Subject: [PATCH] Bump release and initiated build for RHEL 10.3 Resolves: RHEL-174123 Signed-off-by: Chung Chung --- python-dbus-python-client-gen.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-dbus-python-client-gen.spec b/python-dbus-python-client-gen.spec index 78a14b9..7259548 100644 --- a/python-dbus-python-client-gen.spec +++ b/python-dbus-python-client-gen.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.8.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Library for Generating dbus-python Client Code License: MPL-2.0 @@ -42,6 +42,10 @@ Python 3 version. %{python3_sitelib}/dbus_python_client_gen-*.egg-info/ %changelog +* Wed May 6 2026 cchung - 0.8.4-2 +- Bump release and initiated build for RHEL 10.3 + Resolves: RHEL-174123 + * Fri Feb 6 2026 cchung - 0.8.4-1 - Update to 0.8.4 Resolves: RHEL-145373