Accepting request 206773 from home:msmeissn:branches:network:utilities

- also do the usr move with the permissions handlers bnc#841533

OBS-URL: https://build.opensuse.org/request/show/206773
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=33
This commit is contained in:
Andreas Stieger 2013-11-13 20:41:10 +00:00 committed by Git OBS Bridge
parent e0818bf095
commit 747dd7f9a3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 13 14:43:36 UTC 2013 - meissner@suse.com
- also do the usr move with the permissions handlers bnc#841533
-------------------------------------------------------------------
Tue Jul 23 11:04:46 CEST 2013 - ms@suse.de

View File

@ -112,10 +112,10 @@ install -m 644 doc/rdisc.8 $RPM_BUILD_ROOT%_mandir/man8/
rm -rf $RPM_BUILD_ROOT
%post
%set_permissions /bin/ping /bin/ping6
%set_permissions %{_bindir}/ping %{_bindir}/ping6
%verifyscript
%verify_permissions /bin/ping /bin/ping6
%verify_permissions %{_bindir}/ping %{_bindir}/ping6
%files
%defattr(-,root,root)