From: Stefan Schantl Date: Sun, 12 Mar 2023 09:46:45 +0000 (+0100) Subject: nfs-utils: Do not strip binary during installation X-Git-Url: http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff_plain;h=a8172e14a048e1439a28beb63645915b9b3fa1ba nfs-utils: Do not strip binary during installation We need the symbols for our hardening checks. The files anyway will be stripped afterwards and those symbols will be packed into the debuginfo packages. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/nfs-utils/nfs-utils.nm b/nfs-utils/nfs-utils.nm index f68819792..771c47636 100644 --- a/nfs-utils/nfs-utils.nm +++ b/nfs-utils/nfs-utils.nm @@ -5,7 +5,7 @@ name = nfs-utils version = 2.6.2 -release = 3 +release = 4 groups = Networking/Tools url = http://nfs.sourceforge.net/ @@ -70,7 +70,7 @@ build mkdir -pv %{BUILDROOT}/var/lib/nfs/v4recovery mkdir -pv %{BUILDROOT}/etc/exports.d - install -s -m 755 tools/rpcdebug/rpcdebug %{BUILDROOT}%{sbindir} + install -m 755 tools/rpcdebug/rpcdebug %{BUILDROOT}%{sbindir} install -m 644 utils/mount/nfsmount.conf %{BUILDROOT}%{sysconfdir} mkdir -pv %{BUILDROOT}/var/lib/nfs/rpc_pipefs