Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2016-06-13 21:53:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dhcp (Old)
 and      /work/SRC/openSUSE:Factory/.dhcp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhcp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes        2016-01-30 
11:34:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2016-06-13 
21:53:19.000000000 +0200
@@ -1,0 +2,9 @@
+Thu May 19 10:37:25 UTC 2016 - [email protected]
+
+- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts.
+  /sbin/arping is a symlink to /usr/sbin/arping in order to ease the
+  transition for the /usr merge. Newest releases of iputils may only
+  install utilities in /usr/* so this dependency will no longer be valid.
+  Moreover, we replace the '/sbin/arping' dependency with 'iputils'.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.tDiSQ4/_old  2016-06-13 21:53:21.000000000 +0200
+++ /var/tmp/diff_new_pack.tDiSQ4/_new  2016-06-13 21:53:21.000000000 +0200
@@ -134,10 +134,10 @@
 %package client
 Summary:        ISC DHCP Client
 Group:          Productivity/Networking/Boot/Clients
-Requires:       /sbin/arping
 Requires:       /usr/bin/host
 Requires:       dhcp = %{version}
 Requires:       iproute2
+Requires:       iputils
 Requires:       net-tools
 PreReq:         %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
/bin/grep
 

++++++ dhclient-script ++++++
--- /var/tmp/diff_new_pack.tDiSQ4/_old  2016-06-13 21:53:21.000000000 +0200
+++ /var/tmp/diff_new_pack.tDiSQ4/_new  2016-06-13 21:53:21.000000000 +0200
@@ -614,7 +614,7 @@
                       dev $interface
 
     set -- $(get_ipv4_default_gw)
-    if [ -n "$1" ] && /sbin/arping -q -c 1 -w 5 -I $interface $1 ;
+    if [ -n "$1" ] && /usr/sbin/arping -q -c 1 -w 5 -I $interface $1 ;
     then
       if [ x$new_ip_address != x$alias_ip_address ] && \
          [ x$alias_ip_address != x ]; then





Reply via email to