VirtualBox

Changeset 82845 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 23, 2020 3:35:53 PM (5 years ago)
Author:
vboxsync
Message:

Installer/Linux: ticketref:18900 openSUSE Tumbleweed: cannot build RPM packages

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/distributions_rpm

    r82537 r82845  
     1openSUSETW      = OPENSUSE_TW
    12openSUSE150     = OPENSUSE_15_0
    23openSUSE132     = OPENSUSE_13_2
  • trunk/src/VBox/Installer/linux/rpm/rules

    r82831 r82845  
    9292  rpmrel  := $(shell cat /etc/SUSE-brand 2> /dev/null | sed -ne 's/^VERSION *= *\([0-9]*\)\.\([0-9]*\)/openSUSE\1\2/p')
    9393 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
    9498 ifeq ($(rpmrel),)
    9599  $(error failed to detect the release type.  Hack the detection.)
     
    104108  rpmspec := rpm_redhat
    105109 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)),)
    107111  rpmspec := rpm_suse
    108112 endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette