Index: /trunk/src/VBox/Installer/linux/rpm/rules
===================================================================
--- /trunk/src/VBox/Installer/linux/rpm/rules	(revision 33673)
+++ /trunk/src/VBox/Installer/linux/rpm/rules	(revision 33674)
@@ -56,5 +56,5 @@
  endif
 
- ifeq ($(filter-out rhel4 rhel5 fedora9 fedora11 fedora12 fedora13 pclinuxos2007 turbolinux11,$(rpmrel)),)
+ ifeq ($(filter-out rhel4 rhel5 fedora9 fedora11 fedora12 fedora13 fedora14 pclinuxos2007 turbolinux11,$(rpmrel)),)
   rpmspec := rpm_redhat
  endif
@@ -79,6 +79,6 @@
 rpmname  := $(verpkg)-$(rpmver)_$(rpmrel)
 
-# Fedora13 is bleeding edge, the other jails have outdated kernel headers
-instmod  := $(if $(filter rhel4 rhel5 sles10.1 sles11.0 pclinuxos2007 fedora13,$(rpmrel)),,install_rpm)
+# Fedora13/14 is bleeding edge, the other jails have outdated kernel headers
+instmod  := $(if $(filter rhel4 rhel5 sles10.1 sles11.0 pclinuxos2007 fedora13 fedora14,$(rpmrel)),,install_rpm)
 
 ifneq ($(STAGEDISO),)
