From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 72103@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#72103] [PATCH 3/3] gnu: nfs-utils: Update to 2.6.4.
Date: Sun, 14 Jul 2024 09:11:20 +0200 [thread overview]
Message-ID: <1b606b6349678f0d327883391c3c056764a11add.1720941080.git.ashish.is@lostca.se> (raw)
In-Reply-To: <82f3209747b8cc1643f589ae91f976182b24168d.1720941080.git.ashish.is@lostca.se>
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/nfs.scm (nfs-utils): Update to 2.6.4.
[arguments] Add configure flag "--disable-sbin-override" to keep the
old behaviour where /sbin is not symlink.
Implement substitution for udev rules paths.
Change-Id: I13fb9783b6bc52057ead64e98c289cb17765f61a
---
gnu/packages/nfs.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm
index 88d4069587..02252790bf 100644
--- a/gnu/packages/nfs.scm
+++ b/gnu/packages/nfs.scm
@@ -47,7 +47,7 @@ (define-module (gnu packages nfs)
(define-public nfs-utils
(package
(name "nfs-utils")
- (version "2.4.3")
+ (version "2.6.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -55,12 +55,13 @@ (define-public nfs-utils
"/nfs-utils-" version ".tar.xz"))
(sha256
(base32
- "16b5y82cjy1cvijg5zmdvivc6sfdlv2slyynxbwwyw43vpjzqrdg"))))
+ "178il6qfj0a2fhs9gzf2irw8qx1h41a3diqla6zvl2vxkkxv1cq1"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
`("--disable-static"
"--without-tcp-wrappers"
+ "--disable-sbin-override"
,(string-append "--with-start-statd="
(assoc-ref %outputs "out") "/sbin/start-statd")
,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5"))
@@ -109,6 +110,11 @@ (define-public nfs-utils
(("^sbindir = /sbin")
(string-append "sbindir = "
(assoc-ref %outputs "out") "/sbin")))
+ (substitute* `("tools/nfsrahead/Makefile.in"
+ "systemd/Makefile.in")
+ (("^udev_rulesdir = /usr/lib")
+ (string-append "udev_rulesdir = "
+ (assoc-ref %outputs "out") "/lib")))
#t)))))
(inputs
`(("keyutils" ,keyutils)
--
2.45.2
prev parent reply other threads:[~2024-07-14 7:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-14 7:08 [bug#72103] [PATCH 0/3] core-updates: nfs-utils, libtirpc, mit-krb5 ashish.is--- via Guix-patches via
2024-07-14 7:11 ` [bug#72103] [PATCH 1/3] gnu: mit-krb5: Update to 1.21.3 ashish.is--- via Guix-patches via
2024-07-14 7:11 ` [bug#72103] [PATCH 2/3] gnu: libtirpc: Update to 1.3.4 ashish.is--- via Guix-patches via
2024-07-14 7:11 ` ashish.is--- via Guix-patches via [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1b606b6349678f0d327883391c3c056764a11add.1720941080.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=72103@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.