SHA256
1
0
forked from pool/dhcp

Accepting request 396824 from home:markoschandras:branches:network:dhcp

- 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'.

OBS-URL: https://build.opensuse.org/request/show/396824
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=165
This commit is contained in:
Nirmoy Das
2016-06-07 09:58:59 +00:00
committed by Git OBS Bridge
parent 30d0a54ed0
commit 2b7443fd02
3 changed files with 11 additions and 2 deletions

View File

@@ -134,10 +134,10 @@ PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp /usr/
%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