Accepting request 843277 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/843277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2020-10-22 12:25:51 +00:00 committed by Git OBS Bridge
commit 4751c8312f
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