summaryrefslogtreecommitdiff
path: root/src/VBox/Installer/linux/rpm/rules
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2020-04-28 13:53:33 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2020-04-28 13:53:33 +0000
commit48cdae4d3ee416daa17d9a6fa5885b22fbb7994f (patch)
tree875a502381939418db459e60d579173393cb0f84 /src/VBox/Installer/linux/rpm/rules
parentf8661915238af168e3a0862b055f3f02f37920c5 (diff)
downloadVirtualBox-svn-48cdae4d3ee416daa17d9a6fa5885b22fbb7994f.tar.gz
Linux/Packaging: ticketref:19537: We need dedicated RPM packages for upcoming Fedora 32 release - step 1
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@84049 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 6615c43377b..11a515b689f 100755
--- a/src/VBox/Installer/linux/rpm/rules
+++ b/src/VBox/Installer/linux/rpm/rules
@@ -104,7 +104,7 @@ ifneq ($(MAKECMDGOALS),clean)
$(error Cannot detect package distribution (rpmrel=$(rpmrel)))
endif
- ifeq ($(filter-out el5 el6 el7 el8 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25 fedora26 fedora29 fedora31,$(rpmrel)),)
+ ifeq ($(filter-out el5 el6 el7 el8 fedora18 fedora19 fedora20 fedora21 fedora22 fedora24 fedora25 fedora26 fedora29 fedora31 fedora32,$(rpmrel)),)
rpmspec := rpm_redhat
endif
ifeq ($(filter-out openSUSE110 openSUSE111 openSUSE112 openSUSE113 openSUSE114 openSUSE123 openSUSE131 openSUSE132 openSUSE150 openSUSETW,$(rpmrel)),)