0005-Set-distribution-specific-version.patch 944 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. From 556a05b87c58b0e7dafa3107d7534dfcbdcf00ee Mon Sep 17 00:00:00 2001
  2. From: David Runge <dvzrv@archlinux.org>
  3. Date: Sun, 18 Jun 2023 10:28:50 +0200
  4. Subject: [PATCH 5/5] 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 ee4e504a3e78..a8ac0fdc967d 100644
  15. --- a/Makefile
  16. +++ b/Makefile
  17. @@ -2,7 +2,7 @@
  18. VERSION = 6
  19. PATCHLEVEL = 6
  20. SUBLEVEL = 5
  21. -EXTRAVERSION =
  22. +EXTRAVERSION = .16.realtime1
  23. NAME = Hurr durr I'ma ninja sloth
  24. # *DOCUMENTATION*
  25. diff --git a/localversion-rt b/localversion-rt
  26. deleted file mode 100644
  27. index 1199ebade17b..000000000000
  28. --- a/localversion-rt
  29. +++ /dev/null
  30. @@ -1 +0,0 @@
  31. --rt16
  32. --
  33. 2.43.0