summaryrefslogtreecommitdiff
path: root/libre/linux-libre-rt-lts/0002-Set-distribution-specific-version.patch
blob: 4dc23685d9811208d46645f031da40b1e76be56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From 4d3ff446eae8c93cf0d12f1436185726beafae68 Mon Sep 17 00:00:00 2001
From: David Runge <dvzrv@archlinux.org>
Date: Sun, 18 Jun 2023 12:01:22 +0200
Subject: [PATCH 2/2] Set distribution specific version

Remove upstream's localversion file and instead append our distribution
specific identifier using `EXTRAVERSION`.

Signed-off-by: David Runge <dvzrv@archlinux.org>
---
 Makefile        | 2 +-
 localversion-rt | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100644 localversion-rt

diff --git a/Makefile b/Makefile
index 9a3b34d2387f..684fe3d097a7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 VERSION = 6
 PATCHLEVEL = 1
 SUBLEVEL = 69
-EXTRAVERSION =
+EXTRAVERSION = .21.realtime1
 NAME = Curry Ramen
 
 # *DOCUMENTATION*
diff --git a/localversion-rt b/localversion-rt
deleted file mode 100644
index 6c6cde1c29e3..000000000000
--- a/localversion-rt
+++ /dev/null
@@ -1 +0,0 @@
--rt21
-- 
2.43.0