emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67903: closed ([PATCH] gnu: libcgroup: Update to 3.1.0.)


From: GNU bug Tracking System
Subject: bug#67903: closed ([PATCH] gnu: libcgroup: Update to 3.1.0.)
Date: Thu, 25 Jan 2024 16:38:02 +0000

Your message dated Fri, 26 Jan 2024 00:37:01 +0800
with message-id <87y1cd1iaa.wl-hako@ultrarare.space>
and subject line Re: [bug#67903] [PATCH v2 2/2] gnu: libcgroup: Update to 3.1.0.
has caused the debbugs.gnu.org bug report #67903,
regarding [PATCH] gnu: libcgroup: Update to 3.1.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67903: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67903
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libcgroup: Update to 3.1.0. Date: Tue, 19 Dec 2023 22:21:36 +0800
* gnu/packages/linux.scm (libcgroup): Update to 3.1.0.
[arguments]<#:configure-flags>: Disable systemd.

Change-Id: I67fe380ebdf91ca254b3365b7f237a3d9ad4f0a5
---
 gnu/packages/linux.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3ca756dead..c4c366e21f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8798,7 +8798,7 @@ (define-public fbgrab
 (define-public libcgroup
   (package
     (name "libcgroup")
-    (version "2.0.2")
+    (version "3.1.0")
     (home-page "https://github.com/libcgroup/libcgroup";)
     (source
      (origin
@@ -8806,14 +8806,15 @@ (define-public libcgroup
        (uri (string-append home-page "/releases/download/v"
                            version "/" name "-" version ".tar.gz"))
        (sha256
-        (base32 "1y0c9ncsawamj77raiw6qkbm5cdsyvhjb2mvgma1kxmgw0r3pxlf"))))
+        (base32 "0n0jkvmagw14vgwx3j5b6vv5h25lasrg2a7xihq9h11ww2qw8vlp"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests are virtualized with lxc, it is not very feasible
      ;; to make them executable under guix build. Also, note that
      ;; origin is using source tarball release which is prepared
      ;; after testing.
-     `(#:tests? #f))
+     `(#:tests? #f
+       #:configure-flags '("--disable-systemd")))
     (native-inputs
      (list bison flex))
     (inputs

base-commit: fa92a7c2fe0c5b9e9923ad5f53bafd41aa6dbe66
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67903] [PATCH v2 2/2] gnu: libcgroup: Update to 3.1.0. Date: Fri, 26 Jan 2024 00:37:01 +0800
Applied as 0252d69f911a5726a32695e6e57f3922c3414980 and
ed7eb108e5ba38135db99aa3b162f88797c372f9.  Closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]