VirtualBox

Changeset 72797 in vbox


Ignore:
Timestamp:
Jul 2, 2018 4:03:14 PM (6 years ago)
Author:
vboxsync
Message:

rpm/rules: add openSUSE 15.0.
bugref:9200: Infrastructure/Linux: need an openSUSE 15 chroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/rpm/rules

    r72145 r72797  
    103103 endif
    104104 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),)
    105109  $(error failed to detect the release type. Add /etc/distname or hack the detection.)
    106110 endif
     
    114118  rpmspec := rpm_redhat
    115119 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)),)
    117121  rpmspec := rpm_suse
    118122 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