Accepting request 206824 from network:utilities

- also do the usr move with the permissions handlers bnc#841533 (forwarded request 206773 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/206824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iputils?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2013-11-15 12:22:28 +00:00 committed by Git OBS Bridge
commit e61868b44c
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)