Changeset 82845 in vbox for trunk/src/VBox
- Timestamp:
- Jan 23, 2020 3:35:53 PM (5 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/distributions_rpm
r82537 r82845 1 openSUSETW = OPENSUSE_TW 1 2 openSUSE150 = OPENSUSE_15_0 2 3 openSUSE132 = OPENSUSE_13_2 -
trunk/src/VBox/Installer/linux/rpm/rules
r82831 r82845 92 92 rpmrel := $(shell cat /etc/SUSE-brand 2> /dev/null | sed -ne 's/^VERSION *= *\([0-9]*\)\.\([0-9]*\)/openSUSE\1\2/p') 93 93 endif 94 # look for openSUSE Tumbleweed 95 ifeq ($(rpmrel),) 96 rpmrel := $(shell cat /etc/SUSE-brand 2> /dev/null | sed -ne 's/^VERSION *= *tumbleweed/openSUSETW/p') 97 endif 94 98 ifeq ($(rpmrel),) 95 99 $(error failed to detect the release type. Hack the detection.) … … 104 108 rpmspec := rpm_redhat 105 109 endif 106 ifeq ($(filter-out openSUSE110 openSUSE111 openSUSE112 openSUSE113 openSUSE114 openSUSE123 openSUSE131 openSUSE132 openSUSE150 ,$(rpmrel)),)110 ifeq ($(filter-out openSUSE110 openSUSE111 openSUSE112 openSUSE113 openSUSE114 openSUSE123 openSUSE131 openSUSE132 openSUSE150 openSUSETW,$(rpmrel)),) 107 111 rpmspec := rpm_suse 108 112 endif
Note:
See TracChangeset
for help on using the changeset viewer.