Accepting request 840039 from home:mgerstner:branches:network:utilities

- no longer invoke permissions macros for fping. It now uses ICMP_RAW sockets
  instead (bsc#1174504).

OBS-URL: https://build.opensuse.org/request/show/840039
OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=53
This commit is contained in:
2020-10-21 22:21:04 +00:00
committed by Git OBS Bridge
parent c8d5c6e6b9
commit d3c066bf8d
2 changed files with 6 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 7 12:20:48 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
- no longer invoke permissions macros for fping. It now uses ICMP_RAW sockets
instead (bsc#1174504).
-------------------------------------------------------------------
Mon Aug 17 12:40:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -59,14 +59,6 @@ designed to be easy to parse.
%install
%make_install
%if 0%{?suse_version} >= 1500
%post
%set_permissions %{_sbindir}/fping
%verifyscript
%verify_permissions -e %{_sbindir}/fping
%endif
%files
%doc CHANGELOG.md
%if 0%{?suse_version} >= 1500