summaryrefslogtreecommitdiff
path: root/libre/linux-libre-rt/0005-Set-distribution-specific-version.patch
blob: 3bea6e3ccbfe2dcc6a51af92e627c61e3727429a (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 556a05b87c58b0e7dafa3107d7534dfcbdcf00ee Mon Sep 17 00:00:00 2001
From: David Runge <dvzrv@archlinux.org>
Date: Sun, 18 Jun 2023 10:28:50 +0200
Subject: [PATCH 5/5] 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 ee4e504a3e78..a8ac0fdc967d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 VERSION = 6
 PATCHLEVEL = 6
 SUBLEVEL = 5
-EXTRAVERSION =
+EXTRAVERSION = .16.realtime1
 NAME = Hurr durr I'ma ninja sloth
 
 # *DOCUMENTATION*
diff --git a/localversion-rt b/localversion-rt
deleted file mode 100644
index 1199ebade17b..000000000000
--- a/localversion-rt
+++ /dev/null
@@ -1 +0,0 @@
--rt16
-- 
2.43.0