From cab32bc5c197ddfe922b5d0c5c096818cbd1cf24 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:15:41 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- synce4l.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/synce4l.spec b/synce4l.spec index 57e48f0..e00b087 100644 --- a/synce4l.spec +++ b/synce4l.spec @@ -1,6 +1,6 @@ Name: synce4l Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: SyncE implementation for Linux License: GPL-2.0-or-later @@ -78,6 +78,10 @@ echo '.so man8/synce4l.8' > $RPM_BUILD_ROOT%{_mandir}/man5/synce4l.conf.5 %{_mandir}/man8/*.8* %changelog +* Tue Oct 29 2024 Troy Dawson - 1.1.0-5 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Aug 20 2024 Miroslav Lichvar 1.1.0-4 - remove existing smc socket on start (RHEL-40673) - fix crash observed with newer E810 firmware (RHEL-55261)