]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
liboping: Fix format errors
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 16:27:17 +0000 (16:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 16:27:17 +0000 (16:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
liboping/liboping.nm

index 127522717ed9a995574ff524773baa58c111740a..e775143a71c49391433ed53485ac633c9412ccfe 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = liboping
 version    = 1.10.0
-release    = 2
+release    = 3
 
 groups     = Development/Tools
 url        = https://noping.cc/
@@ -32,8 +32,8 @@ build
                --without-perl-bindings
 
        install_cmds
-               setcap cap_net_raw=ep %{BUILDROOT}%{bindir}/oping
-               setcap cap_net_raw=ep %{BUILDROOT}%{bindir}/noping
+               #setcap cap_net_raw=ep %{BUILDROOT}%{bindir}/oping
+               #setcap cap_net_raw=ep %{BUILDROOT}%{bindir}/noping
        end
 end