mirror of
https://abf.rosa.ru/djam/virtualbox.git
synced 2025-02-24 09:32:46 +00:00
try to fix bug #569
This commit is contained in:
parent
59847d4065
commit
3fb6c6cf9a
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
Summary: A general-purpose full virtualizer for x86 hardware
|
Summary: A general-purpose full virtualizer for x86 hardware
|
||||||
Name: virtualbox
|
Name: virtualbox
|
||||||
Version: 4.3.8
|
Version: 4.3.8
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Emulators
|
Group: Emulators
|
||||||
Url: http://www.virtualbox.org/
|
Url: http://www.virtualbox.org/
|
||||||
|
@ -122,6 +122,7 @@ VirtualBox is a general-purpose full virtualizer for x86 hardware.
|
||||||
%package -n dkms-%{name}
|
%package -n dkms-%{name}
|
||||||
Summary: VirtualBox kernel module
|
Summary: VirtualBox kernel module
|
||||||
Group: System/Kernel and hardware
|
Group: System/Kernel and hardware
|
||||||
|
Requires: dkms
|
||||||
Requires(post,preun): dkms
|
Requires(post,preun): dkms
|
||||||
Conflicts: dkms-vboxadditions < 4.1.8
|
Conflicts: dkms-vboxadditions < 4.1.8
|
||||||
|
|
||||||
|
@ -151,6 +152,9 @@ Obsoletes: dkms-vboxadd < %{version}-%{release}
|
||||||
%rename dkms-vboxsf
|
%rename dkms-vboxsf
|
||||||
%rename dkms-vboxvideo = %{version}-%{release}
|
%rename dkms-vboxvideo = %{version}-%{release}
|
||||||
Conflicts: dkms-%{name} < 4.1.8
|
Conflicts: dkms-%{name} < 4.1.8
|
||||||
|
Requires: dkms
|
||||||
|
Requires(post,preun): dkms
|
||||||
|
Requires(post): kernel-devel
|
||||||
|
|
||||||
%description -n dkms-vboxadditions
|
%description -n dkms-vboxadditions
|
||||||
Kernel module for VirtualBox additions (ideally only needs to be installed
|
Kernel module for VirtualBox additions (ideally only needs to be installed
|
||||||
|
|
Loading…
Add table
Reference in a new issue