From eaf9bd0b97ef1113820913cbe3d18bc9b48ae14c Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 5 Jan 2026 15:00:45 -0800 Subject: [PATCH] - Bump release version and rebuild for 10.2 Resolves: RHEL-75940 --- python-pycdio.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pycdio.spec b/python-pycdio.spec index cf958ec..c719148 100644 --- a/python-pycdio.spec +++ b/python-pycdio.spec @@ -1,6 +1,6 @@ Name: python-pycdio Version: 2.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python interface to the CD Input and Control library License: GPL-3.0-or-later @@ -65,6 +65,10 @@ chmod 755 %{buildroot}/%{python3_sitearch}/*.so %{python3_sitearch}/pycdio-%{version}-py3*.egg-info/ %changelog +* Mon Jan 05 2026 Brian C. Lane - 2.1.1-2 +- Bump release version and rebuild for 10.2 + Resolves: RHEL-75940 + * Wed Jan 22 2025 Brian C. Lane - 2.1.1-1 - Update to latest upstream version 2.1.1 Resolves: RHEL-75940