From 2e8411c3d3b96a72a5f0a0760e59b9ff905ffc35 Mon Sep 17 00:00:00 2001 From: Jiri Kastner Date: Thu, 14 Jul 2022 09:43:00 +0200 Subject: [PATCH] spec: fix source url and setup Signed-off-by: Jiri Kastner --- realtime-setup.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/realtime-setup.spec b/realtime-setup.spec index 8a00625..df9f48c 100644 --- a/realtime-setup.spec +++ b/realtime-setup.spec @@ -1,9 +1,9 @@ Name: realtime-setup -Version: 2.2 -Release: 5%{?dist} +Version: 2.2.3 +Release: 1%{?dist} License: GPLv2 Summary: Setup RT/low-latency environment details -Source0: https://jcwillia.fedorapeople.org/realtime-setup-%{version}.tar.bz2 +Source0: https://gitlab.com/rt-linux-tools/${name}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2 URL: https://gitlab.com/rt-linux-tools/realtime-setup.git BuildRequires: gcc @@ -46,7 +46,7 @@ Neither the slub script or realtime-entsk are active by default. %prep -%setup -q +%setup -q -n %{name}-v%{version} %build @@ -74,6 +74,9 @@ Neither the slub script or realtime-entsk are active by default. %license gpl-2.0.txt %changelog +* Thu Jul 14 2022 Jiri Kastner - 2.2.3-1 +- polish source url + * Fri Jan 21 2022 Fedora Release Engineering - 2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild