0002-Set-distribution-specific-version.patch 930 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. From 4d3ff446eae8c93cf0d12f1436185726beafae68 Mon Sep 17 00:00:00 2001
  2. From: David Runge <dvzrv@archlinux.org>
  3. Date: Sun, 18 Jun 2023 12:01:22 +0200
  4. Subject: [PATCH 2/2] Set distribution specific version
  5. Remove upstream's localversion file and instead append our distribution
  6. specific identifier using `EXTRAVERSION`.
  7. Signed-off-by: David Runge <dvzrv@archlinux.org>
  8. ---
  9. Makefile | 2 +-
  10. localversion-rt | 1 -
  11. 2 files changed, 1 insertion(+), 2 deletions(-)
  12. delete mode 100644 localversion-rt
  13. diff --git a/Makefile b/Makefile
  14. index 9a3b34d2387f..684fe3d097a7 100644
  15. --- a/Makefile
  16. +++ b/Makefile
  17. @@ -2,7 +2,7 @@
  18. VERSION = 6
  19. PATCHLEVEL = 1
  20. SUBLEVEL = 69
  21. -EXTRAVERSION =
  22. +EXTRAVERSION = .21.realtime1
  23. NAME = Curry Ramen
  24. # *DOCUMENTATION*
  25. diff --git a/localversion-rt b/localversion-rt
  26. deleted file mode 100644
  27. index 6c6cde1c29e3..000000000000
  28. --- a/localversion-rt
  29. +++ /dev/null
  30. @@ -1 +0,0 @@
  31. --rt21
  32. --
  33. 2.43.0