commit 2cf04055dbd9070c1f0b86bbfe8a418802f31269
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 10 04:23:51 2018 +0000
All fedora kernels have vboxvideo.ko
VirtualBox-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index ecd87c8..fb3010f 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 27
+%if 0%{?fedora}
%bcond_with vboxvideo
%else
%bcond_without vboxvideo
@@ -36,7 +36,7 @@
Name: VirtualBox-kmod
Version: 5.2.8
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -123,6 +123,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Sat Mar 10 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.8-3
+- All fedora kernels have vboxvideo.ko
+
* Wed Mar 07 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.8-2
- Fix minor spelling mistakes
Show replies by date