[PATCH] gnu: linux-libre-lts: Update to 6.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Leo Famulari
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 2 years ago
(address . guix-patches@gnu.org)(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)
20230405201141.28352-1-jonathan.brielmaier@web.de
6.1 is the newest long-term support version of the kernel.

* gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision,
linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use
linux-libre-6.1.
---
gnu/packages/linux.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (21 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 95c6640fe2..f121ee11ea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1144,11 +1144,11 @@ (define-public linux-libre-4.14
;; Linux-Libre.
;; Reference: https://jxself.org/linux-libre/

-(define-public linux-libre-lts-version linux-libre-5.15-version)
-(define-public linux-libre-lts-gnu-revision linux-libre-5.15-gnu-revision)
-(define-public linux-libre-lts-pristine-source linux-libre-5.15-pristine-source)
-(define-public linux-libre-lts-source linux-libre-5.15-source)
-(define-public linux-libre-lts linux-libre-5.15)
+(define-public linux-libre-lts-version linux-libre-6.1-version)
+(define-public linux-libre-lts-gnu-revision linux-libre-6.1-gnu-revision)
+(define-public linux-libre-lts-pristine-source linux-libre-6.1-pristine-source)
+(define-public linux-libre-lts-source linux-libre-6.1-source)
+(define-public linux-libre-lts linux-libre-6.1)

;;;
--
2.39.2
Leo Famulari wrote 2 years ago
(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)(address . 62685@debbugs.gnu.org)
ZC3XOlyN3MA09Gho@jasmine.lan
On Wed, Apr 05, 2023 at 10:11:41PM +0200, Jonathan Brielmaier wrote:
Toggle quote (6 lines)
> 6.1 is the newest long-term support version of the kernel.
>
> * gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision,
> linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use
> linux-libre-6.1.

Thanks, LGTM
Jonathan Brielmaier wrote 2 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 62685@debbugs.gnu.org)
214d6cb6-2f74-a0ae-e92b-dbcdd1afe20d@web.de
Am 05.04.23 um 22:16 schrieb Leo Famulari:
Toggle quote (2 lines)
> Thanks, LGTM

Hint to myself: don't forget to create a news entry for it.
Jonathan Brielmaier wrote 2 years ago
[PATCH] gnu: linux-libre-lts: Update to 6.1.
(address . 62685-done@debbugs.gnu.org)
bfd557b6-7994-94a8-4630-fe00cce584a8@web.de
Pushed as 21564fada141bfba25d471518b293b6004244c3a and
73ade0bbe58f6d9189050d7929353c90340aee07.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62685@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62685
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help