summaryrefslogtreecommitdiff
path: root/src/VBox/Installer/linux/rpm/rules
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-11-08 17:22:09 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-11-08 17:22:09 +0000
commit52ed671f9c2dffec79754a271848467e78fda144 (patch)
tree8a8ce91d3c404e858093ddf48266620d7a0b9cdb /src/VBox/Installer/linux/rpm/rules
parent71890fd394a3994ef9746a9c0ba5b02664c6d042 (diff)
downloadVirtualBox-svn-52ed671f9c2dffec79754a271848467e78fda144.tar.gz
Installer/linux: update for Fedora 29.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@75329 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Installer/linux/rpm/rules')
-rwxr-xr-xsrc/VBox/Installer/linux/rpm/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Installer/linux/rpm/rules b/src/VBox/Installer/linux/rpm/rules
index 9ffdd6ecfd7..e1e5fc820e0 100755
--- a/src/VBox/Installer/linux/rpm/rules
+++ b/src/VBox/Installer/linux/rpm/rules
@@ -95,7 +95,7 @@ ifneq ($(MAKECMDGOALS),clean)
$(error Cannot detect package distribution (rpmrel=$(rpmrel)))
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
ifeq ($(filter-out openSUSE110 openSUSE111 openSUSE112 openSUSE113 openSUSE114 openSUSE123 openSUSE131 openSUSE132 openSUSE150,$(rpmrel)),)