From a8172e14a048e1439a28beb63645915b9b3fa1ba Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 12 Mar 2023 10:46:45 +0100 Subject: [PATCH] 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 --- nfs-utils/nfs-utils.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2