Index: /trunk/src/VBox/Installer/linux/distributions_rpm
===================================================================
--- /trunk/src/VBox/Installer/linux/distributions_rpm	(revision 75328)
+++ /trunk/src/VBox/Installer/linux/distributions_rpm	(revision 75329)
@@ -8,4 +8,5 @@
 sles10.1        = SLES_10_1
 mdv2011.0       = MANDRIVA_2011_0
+fedora29        = FEDORA_29
 fedora26        = FEDORA_26
 fedora25        = FEDORA_25
Index: /trunk/src/VBox/Installer/linux/rpm/rules
===================================================================
--- /trunk/src/VBox/Installer/linux/rpm/rules	(revision 75328)
+++ /trunk/src/VBox/Installer/linux/rpm/rules	(revision 75329)
@@ -96,5 +96,5 @@
  endif
 
- ifeq ($(filter-out el5 el6 el7 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25 fedora26,$(rpmrel)),)
+ ifeq ($(filter-out el5 el6 el7 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25 fedora26 fedora29,$(rpmrel)),)
   rpmspec := rpm_redhat
  endif
