Changeset 2360 in ProjectBuilder for devel/pb-modules/etc/pb.yml


Ignore:
Timestamp:
Feb 25, 2019, 12:20:25 PM (5 years ago)
Author:
Bruno Cornec
Message:

More opensuse support

  • remove os-release management from conf file and do it in code as this

is a generic last resort file we want to look at if nothing else was
found. This is the case for newest opensuse distros

  • supports latest opensuse distros
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.yml

    r2352 r2360  
    114114  lsb: /etc/lsb-release
    115115
    116   # LSB
    117   #os-release: /etc/os-release
    118 
    119116#
    120117# Here is the association between the key and all the OS using the same file
     
    127124  redhat: redhat,rhel,centos,mandrake,mandriva,vmware,oel,scilinux,cloudlinux
    128125  lsb: ubuntu,lsb
    129   #os-release: opensuse,fedora
    130126
    131127#
     
    160156  asianux: Asianux (?:Server|release) ([0-9]).* \(
    161157  lsb: .*\nDISTRIB_ID=[\"]*LSB.*\nDISTRIB_RELEASE=[\"]*([^\"]+)[\"]*
    162   #os-release: .*\nID=[\"\']*([0-9a-z\._-]+)[\"\']*\nVERSION_ID=[\"\']*([0-9a-z\._-]+)[\"\']*\n
    163158  ubuntu: .*Ubuntu.*\nDISTRIB_RELEASE=(.+)
    164159  debian: (\d+)\.\d+
     
    643638  suse: Module-Build,Date-Manip,File-MimeInfo,File-BaseDir,YAML
    644639  # New OpenSuSE - Module-Build first for processing as needed by others
    645   opensuse: Module-Build,File-MimeInfo,File-BaseDir
     640  # As of 15.x all modules are available as packages
     641  #opensuse: Module-Build,File-MimeInfo,File-BaseDir
     642  #
    646643  mandrake-10.1: Date-Manip,YAML
    647644  md:
     
    685682  redhat:
    686683  suse: wget,make,ntp,patch,diffutils
    687   opensuse: openSUSE-release,wget,make,ntp,patch,perl-Date-Manip,perl-File-HomeDir,diffutils,rpm-build,perl-YAML
     684  opensuse: openSUSE-release,wget,make,ntp,patch,perl-Date-Manip,perl-File-HomeDir,diffutils,rpm-build,perl-YAML,perl-Module-Build,perl-File-MimeInfo,perl-File-BaseDir
    688685  opensuse-11.0: wget,make,ntp,patch,perl-DateManip,perl-File-HomeDir,diffutils,perl-YAML
    689686  opensuse-10.2: wget,make,ntp,patch,perl-File-HomeDir,diffutils,perl-YAML
Note: See TracChangeset for help on using the changeset viewer.