forked from pool/iputils
Accepting request 840033 from home:mgerstner:branches:network:utilities
- No longer invoke permissions macros for ping. It now uses ICMP_PROTO sockets (bsc#1174504). OBS-URL: https://build.opensuse.org/request/show/840033 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=86
This commit is contained in:
parent
91df0ef2e9
commit
8d315d4ca9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 12:16:44 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- No longer invoke permissions macros for ping. It now uses ICMP_PROTO sockets
|
||||
(bsc#1174504).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 07:06:40 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
||||
|
||||
|
@ -114,11 +114,9 @@ ln -sf %{_bindir}/tracepath6 %{buildroot}/bin
|
||||
%post
|
||||
%service_add_post rdisc.service
|
||||
%set_permissions %{_bindir}/clockdiff
|
||||
%set_permissions %{_bindir}/ping
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e %{_bindir}/clockdiff
|
||||
%verify_permissions -e %{_bindir}/ping
|
||||
|
||||
%preun
|
||||
%service_del_preun rdisc.service
|
||||
|
Loading…
Reference in New Issue
Block a user