Index: /trunk/src/VBox/Installer/linux/distributions_rpm
===================================================================
--- /trunk/src/VBox/Installer/linux/distributions_rpm	(revision 60465)
+++ /trunk/src/VBox/Installer/linux/distributions_rpm	(revision 60466)
@@ -7,4 +7,5 @@
 sles10.1        = SLES_10_1
 mdv2011.0       = MANDRIVA_2011_0
+fedora24        = FEDORA_24
 fedora22        = FEDORA_22
 fedora21        = FEDORA_21
Index: /trunk/src/VBox/Installer/linux/rpm/rules
===================================================================
--- /trunk/src/VBox/Installer/linux/rpm/rules	(revision 60465)
+++ /trunk/src/VBox/Installer/linux/rpm/rules	(revision 60466)
@@ -107,5 +107,5 @@
  endif
 
- ifeq ($(filter-out el5 el6 ol5 ol6 el7 centos5 centos6 fedora17 fedora18 fedora19 fedora20 fedora21 fedora22,$(rpmrel)),)
+ ifeq ($(filter-out el5 el6 ol5 ol6 el7 centos5 centos6 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24,$(rpmrel)),)
   rpmspec := rpm_redhat
  endif
