Changeset 72797 in vbox
- Timestamp:
- Jul 2, 2018 4:03:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r72145 r72797 103 103 endif 104 104 ifeq ($(rpmrel),) 105 # look for openSUSE 106 rpmrel := $(shell cat /etc/SUSE-brand 2> /dev/null | sed -ne 's/^VERSION *= *\([0-9]*\)\.\([0-9]*\)/openSUSE\1\2/p') 107 endif 108 ifeq ($(rpmrel),) 105 109 $(error failed to detect the release type. Add /etc/distname or hack the detection.) 106 110 endif … … 114 118 rpmspec := rpm_redhat 115 119 endif 116 ifeq ($(filter-out openSUSE110 openSUSE111 openSUSE112 openSUSE113 openSUSE114 openSUSE123 openSUSE131 openSUSE132 ,$(rpmrel)),)120 ifeq ($(filter-out openSUSE110 openSUSE111 openSUSE112 openSUSE113 openSUSE114 openSUSE123 openSUSE131 openSUSE132 openSUSE150,$(rpmrel)),) 117 121 rpmspec := rpm_suse 118 122 endif
Note:
See TracChangeset
for help on using the changeset viewer.