commit 7292acd7b72ce7687ca03010650c4d98d9618f6b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 16 02:38:31 2018 +0100
Reenable build of pre-built kmod on el7
VirtualBox-kmod.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 070cac5..970aeb9 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -18,10 +18,10 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#if 0%{?fedora}
+%if 0%{?fedora}
%global buildforkernels akmod
%global debug_package %{nil}
-#endif
+%endif
#akmods still generate debuginfo but have the wrong name:
#/var/cache/akmods/VirtualBox/VirtualBox-kmod-debuginfo-5.0.4-1.fc21.x86_64.rpm
#/var/cache/akmods/VirtualBox/kmod-VirtualBox-4.1.8-100.fc21.x86_64-5.0.4-1.fc21.x86_64.rpm
@@ -41,7 +41,7 @@
Name: VirtualBox-kmod
Version: 5.2.12
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -140,6 +140,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed May 16 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-3
+- Reenable build of pre-built kmod on el7
+
* Sat May 12 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-2
- Fix a double bug
- Just build akmods for el7
Show replies by date