Hello community,

here is the log from the commit of package iputils for openSUSE:Factory checked 
in at 2019-07-31 14:14:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iputils (Old)
 and      /work/SRC/openSUSE:Factory/.iputils.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iputils"

Wed Jul 31 14:14:48 2019 rev:48 rq:718749 version:s20190709

Changes:
--------
--- /work/SRC/openSUSE:Factory/iputils/iputils.changes  2019-07-15 
22:42:48.911919402 +0200
+++ /work/SRC/openSUSE:Factory/.iputils.new.4126/iputils.changes        
2019-07-31 14:14:49.594844562 +0200
@@ -1,0 +2,11 @@
+Fri Jul 26 06:19:44 UTC 2019 - Petr Vorel <[email protected]>
+
+- Set caps for clockdiff (boo#1140994), based on change in permissions package
+  
https://github.com/openSUSE/permissions/commit/5da6a81e38bb74f2090d73208b1a0101a0c5b73b
+- With new permissions package both clockdiff and ping have capabilities
+  cap_net_raw+p instead of cap_net_raw+ep (boo#1140993), also ping6 does not
+  try to set permissions on links (boo#1140991)
+- Pass -DNO_SETCAP_OR_SUID=true (don't run setcap via distro script
+  build-aux/setcap-setuid.sh, we set capabilities with rpm)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iputils.spec ++++++
--- /var/tmp/diff_new_pack.LKBQJZ/_old  2019-07-31 14:14:50.266844063 +0200
+++ /var/tmp/diff_new_pack.LKBQJZ/_new  2019-07-31 14:14:50.270844059 +0200
@@ -79,7 +79,7 @@
 # Pulled-in by the LINK.o variable.
 export LDFLAGS="-pie -Wl,-z,relro,-z,now"
 
-%meson -DBUILD_NINFOD=false -DBUILD_TFTPD=false -DBUILD_RARPD=true
+%meson -DBUILD_NINFOD=false -DBUILD_TFTPD=false -DBUILD_RARPD=true 
-DNO_SETCAP_OR_SUID=true
 %meson_build
 
 %install
@@ -120,9 +120,11 @@
 
 %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
@@ -145,9 +147,9 @@
 
 %files -f %{name}.lang
 %license LICENSE
-%verify(not mode caps) %attr(0755,root,root) %{_bindir}/ping
 %{_bindir}/arping
-%{_bindir}/clockdiff
+%verify(not mode caps) %attr(0755,root,root) %{_bindir}/clockdiff
+%verify(not mode caps) %attr(0755,root,root) %{_bindir}/ping
 %{_bindir}/ping6
 %{_sbindir}/rcrdisc
 %{_sbindir}/rdisc


Reply via email to