]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
nfs-utils: Do not strip binary during installation
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 12 Mar 2023 09:46:45 +0000 (10:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Mar 2023 14:37:18 +0000 (14:37 +0000)
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 <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
nfs-utils/nfs-utils.nm

index f68819792c2437c54cc796817d5f59760e5e1456..771c47636955617bfaadc1076179de9cefdf3d4f 100644 (file)
@@ -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