Hello community,

here is the log from the commit of package fping for openSUSE:Factory checked 
in at 2017-12-14 11:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fping (Old)
 and      /work/SRC/openSUSE:Factory/.fping.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fping"

Thu Dec 14 11:02:32 2017 rev:31 rq:556652 version:4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fping/fping.changes      2017-06-23 
09:19:05.716242180 +0200
+++ /work/SRC/openSUSE:Factory/.fping.new/fping.changes 2017-12-14 
11:03:00.439614527 +0100
@@ -1,0 +2,5 @@
+Wed Dec 13 11:25:53 UTC 2017 - [email protected]
+
+- fping now has cap_net_raw, fix build in Factory (bsc#1047921)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fping.spec ++++++
--- /var/tmp/diff_new_pack.CMJ4qJ/_old  2017-12-14 11:03:01.163579578 +0100
+++ /var/tmp/diff_new_pack.CMJ4qJ/_new  2017-12-14 11:03:01.167579385 +0100
@@ -24,6 +24,7 @@
 Group:          Productivity/Networking/Diagnostic
 Url:            http://www.fping.org
 Source:         http://fping.org/dist/%{name}-%{version}.tar.gz
+Requires(pre):  permissions
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,10 +55,16 @@
 %install
 %make_install
 
+%post
+%set_permissions %{_sbindir}/fping
+
+%verifyscript
+%verify_permissions -e %{_sbindir}/fping
+
 %files
 %defattr(-,root,root)
 %doc CHANGELOG.md INSTALL
 %{_mandir}/man8/fping.8%{ext_man}
-%{_sbindir}/fping
+%verify(not mode caps) %attr(0755,root,root) %{_sbindir}/fping
 
 %changelog


Reply via email to