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:
committed by
Git OBS Bridge
parent
30d0a54ed0
commit
2b7443fd02
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user