- Add installation of package "net-tools-deprecated" as requested in boo#1027742.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=337
This commit is contained in:
parent
af26c92399
commit
532c4484c9
@ -16,7 +16,7 @@ Index: VirtualBox-5.1.22/src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
### END INIT INFO
|
||||
|
||||
## @todo This file duplicates a lot of script with vboxdrv.sh. When making
|
||||
@@ -108,7 +111,6 @@ fail()
|
||||
@@ -108,11 +111,10 @@ fail()
|
||||
|
||||
dev=/dev/vboxguest
|
||||
userdev=/dev/vboxuser
|
||||
@ -24,6 +24,11 @@ Index: VirtualBox-5.1.22/src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
owner=vboxadd
|
||||
group=1
|
||||
|
||||
-if test -r $config; then
|
||||
+if [[ -r $config ]] ; then
|
||||
. $config
|
||||
else
|
||||
fail "Configuration file $config not found"
|
||||
@@ -162,12 +164,6 @@ do_vboxguest_non_udev()
|
||||
fail "Cannot create device $dev with major $maj and minor $min"
|
||||
}
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 10 13:19:05 UTC 2017 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Add installation of package "net-tools-deprecated" as requested in boo#1027742.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 8 17:37:35 UTC 2017 - Larry.Finger@lwfinger.net
|
||||
|
||||
|
@ -173,6 +173,7 @@ BuildRequires: pkgconfig(xrandr)
|
||||
Requires: %{name}-host-kmp = %{version}
|
||||
Requires(post): sysvinit(syslog)
|
||||
Requires(pre): permissions
|
||||
Requires(pre): net-tools-deprecated
|
||||
Requires(pre): pwdutils
|
||||
Requires(pre): %insserv_prereq
|
||||
Requires(pre): %fillup_prereq
|
||||
@ -269,6 +270,7 @@ Supplements: modalias(pci:v000080EEd0000BEEFsv*sd*bc*sc*i*)
|
||||
Provides: %{name}-ose-guest-tools = %{version}
|
||||
Obsoletes: %{name}-ose-guest-tools < %{version}
|
||||
Requires(pre): %insserv_prereq
|
||||
Requires(pre): net-tools-deprecated
|
||||
|
||||
%description guest-tools
|
||||
VirtualBox guest addition tools.
|
||||
|
Loading…
x
Reference in New Issue
Block a user