From 64569cb7707732649f83714ad3a466897d0a2f10 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Mon, 18 Dec 2023 21:05:05 -0600 Subject: [PATCH] version 2.4.1 Signed-off-by: Clark Williams --- realtime-setup.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/realtime-setup.spec b/realtime-setup.spec index 06aea57..0fb44ae 100644 --- a/realtime-setup.spec +++ b/realtime-setup.spec @@ -1,8 +1,7 @@ -# SPDX-License-Identifier: GPL-2.0-or-later Name: realtime-setup -Version: 2.3.2 -Release: 2%{?dist} -License: GPLv2 +Version: 2.4 +Release: 1%{?dist} +License: GPL-2.0-or-later Summary: Setup RT/low-latency environment details Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 URL: https://gitlab.com/rt-linux-tools/realtime-setup.git @@ -75,10 +74,16 @@ Neither the slub script or realtime-entsk are active by default. %{_bindir}/realtime-setup-kdump %changelog +* Tue Dec 05 2023 Clark Williams - 2.4-1 +- Makefile cleanups and added .gitignore +- remove Red Hat Makefile targets and specfile +- ensure all files have valid SPDX license identifiers +- version bump + * Thu Jul 27 2023 Clark Williams - 2.3.2-1 -* Remove rpm specific logic from Makefile -* Remove unused SysVinit script -* version bump +- Remove rpm specific logic from Makefile +- Remove unused SysVinit script +- version bump * Wed Jul 05 2023 Clark Williams - 2.3.1-1 - Fix build require of annobin package