File groups.yml of Package 000package-groups

# There is an entry for every group file that needs to be written out.
# the name of it needs to exist as package group as well and the solver
# will take the instructions in this group and the included ones
# (that's why sle_minimal is included to get minimal instructions)
# and solve the packages in it (one by one next to 'silents' and 'locks')
# and then at the end remove packages in the 'excludes'.
# excludes are not package groups but solved module groups
#
# Note that the sequence of modules listed is important.
#
# Be aware that groupnames must not contain a '-'.
#
#
# modifiers:  ( - foo: [$MODIFIER] )
#   x86_64,s390x,ppc64le,aarch64:
#		  multiple platforms possible, separated by comma
#		  will get ignored if used in combination with 'recommended'
#   recommended :
#		  evaluate also 'recommends:' in package to determine dependencies.
#		  otherwise only  'required' are considered. Used mainly for patterns
#		  CANNOT be combined with platforms, overrides those! For architecture
#                 specific recommends, use patterns.
#
#   locked	:
# 		  do not put the package into this group/module
#		  used to "force" certain packages into other modules
#
#   silent	:
#		  use this package for dependency solving of groups/modules "on
#		  top", but do not add the package to this group. Mainly to mark
#                 the product to use by adding release packages.
#		  Use with care, this breaks dependency chains!
#
# note: group "update_test" is not used in final version of this file, needs to
#       be added to basesystem for a new betaversion, and to be removed before GMC

OUTPUT:
  - leanos:
      default-support: l3
      includes:
      - sle_minimal

  - sle_module_basesystem:
      default-support: l3
      includes:
      - sle_minimal
      - sle_base
      - sle_base_32bit
      - admin_tools
      - desktop_icewm
      - dictionaries
      - fonts
      - fonts_initrd
      - x11_base
      - x11_base_32bit
      - qt_standard
      - java_base
      - java
      - sle_base_devel_packages
      - documentation_minimal
      - perl_core
      - python3
      - python3_devel
        #      - update_test
      conflicts:
      - leanos

  - overlap:
      default-support: l3
      includes:
      - sle_minimal
      excludes:
      - sle_module_basesystem

  - sle_module_python2:
      default-support: l3
      includes:
      - sle_minimal
      - python2
      - python2_devel
      excludes:
      - sle_module_basesystem

  - sle_module_desktop_applications:
      default-support: l3
      includes:
      - sle_minimal
      - gnome_minimal
      - gnome_minimal_32bit
      - gnome_standard
      - desktop_base_apps
      - desktop_generic_32bit
      - x11_extended
      - qt_extended
      - sle_desktop_devel_packages
      - texlive
      excludes:
      - sle_module_basesystem

  - sle_module_server_applications:
      default-support: l3
      includes:
      - sle_minimal
      - nvdimm
      - ofed
      - sle_databases
      - sle_misc_applications
      - sle_webserver
      - sle_cim_infrastructure
      - ima_applications
      - virtualization
      - virtualization_gui
      - virtualization_devel
      - sle_server_devel_packages
      excludes:
      - sle_module_basesystem

  - sle_module_transactional_server:
      default-support: l3
      includes:
      - sle_minimal
      - sle_transactional_updates
      excludes:
      - sle_module_basesystem

  - sle_module_containers:
      default-support: l3
      includes:
      - sle_minimal
      - sle_containers
      excludes:
      - sle_module_basesystem

  - sle_module_desktop_productivity:
      default-support: l3
      includes:
      - sle_minimal
      - x11_wayland
      - gnome_extended
      - desktop_extended_apps
      excludes:
      - sle_module_desktop_applications
      - sle_module_python2

  - sle_module_web_scripting:
      default-support: l3
      includes:
      - sle_minimal
      - php7
      - web_scripting
      - tomcat8
      excludes:
      - sle_module_server_applications

  - sle_module_legacy:
      default-support: l3
      includes:
      - sle_minimal
      - legacy
      - java_ibm
      excludes:
      - sle_module_server_applications
      - sle_module_python2

  - sle_module_public_cloud:
      default-support: l3
      includes:
      - sle_minimal
      - public_cloud
      excludes:
      - sle_module_server_applications

  - sle_module_development_tools:
      default-support: l3
      includes:
      - sle_minimal
      - sle_devtools
      - sle_devtools_32bit
      - sle_devtools_java
      - perl_extended
      excludes:
      - sle_module_desktop_applications

  - sle_module_hpc:
      default-support: l3
      includes:
      - sle_minimal
      - hpc_base
      - hpc_tools
      - hpc_mpi
      - hpc_lib_other
      excludes:
      # sle_module_server_applications
      # changed to reflect SCC
      - sle_module_web_scripting
      # HPC has some references to packages used in DevModules, but the current
      # solving would include those overlaping with 'Server Apps' into the
      # Basesystem, which we do not want.
      # This requires careful adaptions of both modules.....
      - sle_module_development_tools
      # HPC needs python2, so let's consider it.
      - sle_module_python2

  - sle_module_ha:
      default-support: l3
      includes:
      - sle_minimal
      excludes:
      - sle_module_server_applications

  - sle_module_sap_applications:
      default-support: l3
      includes:
      - sle_minimal
      excludes:
      - sle_module_ha
      # SAP includes kiwi-template-sap which results ina  heavy overlap with
      # the Development Tools Module, pulling quite some stuff into Basessytem
      # Module which we don't want there.
      # This should fix that, FATE#323792 will add a ReleaseNotes entry
      - sle_module_development_tools

  - sle_module_live_patching:
      default-support: l3
      includes:
      - sle_minimal
      excludes:
      - sle_module_server_applications

  - sle_manager_tools:
      default-support: l3
      includes:
      - sle_minimal
      excludes:
      - sle_module_basesystem

  - sle_module_cap_tools:
      default-support: l3
      includes:
      - sle_minimal
      excludes:
      - sle_module_basesystem

  - sle_module_rt:
      default-support: l3
      includes:
      - sle_minimal
      excludes:
      - sle_module_server_applications
      - sle_module_development_tools

  - unsorted:
      default-support: unsupported

# End of Module definition

# packages in here are blocked from required on medium by means of
# telling the solver to forbid using them. A lighter form is to
# add packages to unneeded.yml - this just protocols the decision
# not to put them in any module *at this point*.
UNWANTED:
  - sendmail # fate#313023
  - ntfsprogs-extra # not safe

  - reiserfs # FATE#323394

  # glusterfs packages, not wanted by PM
  - libglusterfs0

  # upstream
  - gdm-branding-upstream
  - gfxboot-branding-upstream
  - gio-branding-upstream
  - gnome-menus-branding-upstream
  - grub2-branding-upstream
  - gtk2-branding-upstream
  - gtk3-branding-upstream
  - NetworkManager-branding-upstream
  - PackageKit-branding-upstream
  - MozillaFirefox-branding-upstream
  - icewm-config-upstream # bsc#1063272

  # unwanted JREs
  - java-1_7_0-bootstrap-headless
  - java-9-openjdk-headless

  - selinux-policy #  bsc#1080505#c1

# the overlap is empty by default, will be filled for main product
overlap:

unsorted:

#  Defines the packages that will be made available for a 32 bit runtime environment.

#  	Naming schemata:    "${groupname}_32bit" where ${groupname} is the
#  	  name of the group where the corresponding 64bit package is
#  	  available.
#    	Owner:            all Release Managers

#  	* sle_base_32bit
#  	* sle_devtools_32bit
#  	* x11_base_32bit
#  	* gnome_minimal_32bit

#  This contains also the 32bit packages for stuff in sle_minimal,
#  to avoid getting this onto the installation media.
sle_base_32bit:
  - patterns-base-32bit: [recommended]
  - patterns-base-apparmor-32bit: [recommended]
  - patterns-base-base-32bit: [recommended]
  - patterns-base-enhanced_base-32bit: [recommended]
  - patterns-base-minimal_base-32bit: [recommended]
  - patterns-base-sw_management-32bit: [recommended]
  - glibc-32bit: [x86_64,s390x]
  - alsa-plugins-32bit: [x86_64] # sle_base_32bit:patterns-base-enhanced_base-32bit
  - cyrus-sasl-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - cyrus-sasl-crammd5-32bit: [x86_64] # sle_base_32bit:patterns-base-enhanced_base-32bit
  - cyrus-sasl-digestmd5-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - libopenssl1_1-32bit: [x86_64] # pulled in by cyrus-sasl-digestmd5-32bit
  - libopenssl1_1-hmac-32bit: [x86_64]
  - cyrus-sasl-gssapi-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - cyrus-sasl-plain-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - dbus-1-glib-32bit: [x86_64] # x11_base_32bit:patterns-base-x11_enhanced-32bit
  - gettext-runtime-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - glibc-locale-32bit: [x86_64,s390x] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - Mesa-libGL1-32bit: [x86_64]  # bsc#1081695
  - Mesa-libEGL1-32bit: [x86_64]  #  bsc#1081695
  - Mesa-libglapi0-32bit: [x86_64]  #  bsc#1081695
  - libcap-ng0-32bit: [x86_64] # partnerrequirement:oracle
  - libcap2-32bit: [x86_64] # partnerrequirement:oracle
  - libcryptsetup12-hmac-32bit: [x86_64] # FIPS
  - libcurl4-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
#   - libdfp-32bit-devel: [s390x] # bsc#1070719
#   - libdfp1-32bit: [s390x] # bsc#1070719
  - libgcrypt20-hmac-32bit: [x86_64] # FIPS
  - libgfortran4-32bit: [x86_64] # bnc#944324
  - libgmp10-32bit: [x86_64] # overlap
  - libidn11-32bit: [x86_64,s390x] # bsc#1133243
  - libitm1-32bit: [x86_64,s390x] # overlap
  - libgfortran5-32bit: [x86_64] # FATE#326486
  - libasan5-32bit: [x86_64,s390x] # FATE#326486
  - libgcc_s1-32bit: [x86_64,s390x] # FATE#326486
  - libstdc++6-32bit: [x86_64,s390x] # FATE#326486
  - libusan1-32bit: [x86_64] # FATE#326486
  - libharfbuzz0-32bit: [x86_64] # needed by gtk2-theming-engine-adwaita-32bit, moved in basesystem with its 64bit counterpart
  - libldap-2_4-2-32bit: [x86_64] # sle_base_32bit:patterns-base-enhanced_base-32bit
  - libncurses5-32bit: [locked] # overlap wants this, but it must be in Legacy....[bsc#1082744]
  - libncurses6-32bit: [x86_64]
  - libnl3-200-32bit: [x86_64] # bsc#1077771
  - libnscd1-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - libnss_nis2-32bit: [x86_64] # sle_base_32bit:patterns-base-minimal_base-32bit
  - libnuma1-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - libparted0-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - libpci3-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - libpcrecpp0-32bit: [x86_64] # sle_base_32bit:patterns-base-enhanced_base-32bit
  - libwrap0-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - mozilla-nspr-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - mozilla-nss-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - openslp-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - opie-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - pam_apparmor-32bit: [x86_64] # base in sle_base
  - pam_krb5-32bit: [x86_64] # base in sle_base
  - pam_mount-32bit: [x86_64] # base in sle_base
  - pam_pkcs11-32bit: [x86_64] # base in sle_base
  - pam_ssh-32bit: [x86_64] # base in sle_base
  - pam-32bit: [x86_64] # sle_base_32bit:patterns-base-minimal_base-32bit
  - perl-base-32bit: [x86_64] # sle_base_32bit:patterns-base-enhanced_base-32bit
  - rpm-32bit: [x86_64] # sle_base_32bit:patterns-base-base-32bit
  - samba-libs-32bit: [x86_64] # bsc#1114407
  - samba-winbind-32bit: [x86_64] # bsc#1114407
  - sysfsutils-32bit: [x86_64] # sle_base_32bit:patterns-base-compat-base_compat-32bit
  - systemd-32bit: [x86_64] # sle_base_32bit:patterns-base-minimal_base-32bit
  - sssd-32bit: [x86_64] # bsc#1087386
  - tcl-32bit: [x86_64] # x11_base:patterns-base-x11-32bit
  - tk-32bit: [x86_64] # x11_base:patterns-base-x11-32bit

sle_devtools_32bit:
  - patterns-devel-base-devel_basis-32bit: [recommended]
  - patterns-devel-base-devel_kernel-32bit: [recommended]
  - gcc-32bit: [x86_64] # partnerrequirement:oracle
  - gcc-fortran-32bit: [x86_64] # bsc#1084311
  - gcc7-fortran-32bit: [x86_64] # bsc#1084311
  - libaio-devel-32bit: [x86_64] # bsc#1062298
  - binutils-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - bison-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - gcc-c++-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - gdbm-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - gmp-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - libaio-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - libstdc++-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - libtool-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - ltrace-32bit: [x86_64]
  - ncurses-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - openldap2-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - oprofile-32bit: [x86_64]
  - pam-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit
  - zlib-devel-32bit: [x86_64] # sle_devtools_32bit:patterns-devel-base-devel_basis-32bit

x11_base_32bit:
  - patterns-base-x11_enhanced-32bit: [recommended]
  - libX11-6-32bit: [x86_64] #  partnerrequirement:oracle
  - libXau6-32bit: [x86_64] #  partnerrequirement:oracle
  - libXtst6-32bit: [x86_64] #  partnerrequirement:oracle

gnome_minimal_32bit:
  - gtk2-theming-engine-adwaita-32bit: [x86_64] #  gtk2 hard dependency
  - gnome-keyring-pam-32bit: [x86_64] # bsc#1081546
  - gnome-keyring-32bit: [x86_64] # bsc#1081546

desktop_generic_32bit:
  - libMrm4-32bit: [x86_64] #  motif
  - libUil4-32bit: [x86_64] #  motif
  - libXm4-32bit: [x86_64] #  motif

# Defines various desktop application groups that do not belong to core gnome or icewm
#
# 	Some of the packages here should maybe go into base
# 	Owner:               Desktop Project Manager
#
# Currently existing groups:
# * desktop_base_apps
#   This group will belong to the desktop application group
# * desktop_extended_apps
#   This group will belong to the 'sle-we' and SLED product

desktop_base_apps:
  - libopenssl1_0_0: [locked]
  - celt # inherited from SLE 12, dependency due to libcelt*
  - ddskk # Inherited from CODE15
  - dvd+rw-tools #  Initial package for SLE 15
  - fetchmailconf #  Initial package for SLE 15
  - firewall-applet #  Initial package for SLE 15,FATE#320794
  - fonttosfnt #  Initial package for SLE 15
  - gd # Inherited from CODE12, bsc#1081709
  - hplip # Initial package for SLE 15
  - libMrm4 #  Initial package for SLE 15
  - libUil4 #  Initial package for SLE 15
  - libXm4 #  Initial package for SLE 15
  - motif #  Initial package for SLE 15
  - open-vm-tools-desktop: [x86_64] # Initial package for SLE 15, bsc#1066368
  - pulseaudio #  Initial package for SLE 15, taken from SLE12
  - pulseaudio-lang # desktop_extended_apps:pulseaudio-module-bluetooth
  - usb_modeswitch #  Inherited from CODE12
  - vncmanager #  FATE#319319
  - vncmanager-controller #  FATE#319319
  - vncmanager-controller-gnome #  FATE#319319
  - vncmanager-greeter #  FATE#319319
  - wireshark-ui-qt #  FATE#323341
  - yubikey-manager-qt #  FATE#323337

desktop_extended_apps:
  - patterns-desktop-books: [recommended]
  - patterns-desktop-imaging: [recommended]
  - patterns-desktop-imaging_opt: [recommended]
  - patterns-desktop-laptop: [recommended]
  - patterns-desktop-multimedia: [recommended]
  - patterns-desktop-multimedia_opt: [recommended]
  - patterns-desktop-technical_writing: [recommended]
  - patterns-office-office: [recommended]
  - gfbgraph-devel # libgfbgraph-0_2-0 pulled in by typelib-1_0-GFBGraph-0_2
  - gtkmm2-devel # libgtkmm-2_4-1 pulled by inkscape
  - kernel-default-extra # bsc#1066145, FIXME supportstatus
  - xf86-video-nouveau: [x86_64,aarch64] #  bsc#1067351
  - Mesa-dri-nouveau: [x86_64,aarch64]
  - Mesa-dri-vc4: [aarch64]
  - libXvMC_nouveau: [x86_64,aarch64]
  - libvdpau_nouveau: [x86_64,aarch64]
  - libXpm-tools
  - libGLEW2_1
  - glew-devel # libGLEW2_1
  - libgadu-devel # libgadu3 pulled by pidgin
  - libGLw1
  - libGLw-devel
  - libGLwM1
  - libotr-devel # libotr5 pulled by pidgin-plugin-otr
  - libraw-devel # libraw16 pulled by typelib-1_0-Gegl-0_3
  - libredland-devel # needed to build libreoffice bsc#1084887
  - metis-devel # libmetis5 pulled by typelib-1_0-Gegl-0_3
  - opencv-devel # libopencv3_3 pulled in by libxcam-devel
  # FIXME: to be reviewed
  - OpenPrintingPPDs #  FATE#314630
  - OpenPrintingPPDs-ghostscript #  FATE#314630
  - OpenPrintingPPDs-hpijs #  FATE#314630
  - OpenPrintingPPDs-postscript #  FATE#314630
  - alsa-firmware #  Initial package for SLE 15
  - alsa-oss #  Initial package for SLE 15
  - csync #  Initial package for SLE 15
  - libcsync-plugin-sftp
  - libcsync-plugin-smb
  - dia-lang
  - gutenprint #  Initial package for SLE 15
  - gutenprint-devel
  - imobiledevice-tools #  Initial package for SLE 15
  - inkscape # FATE#316805
  - inkscape-extensions-dia # FATE#316805
  - inkscape-extensions-extra # FATE#316805
  - inkscape-extensions-fig # FATE#316805
  - inkscape-extensions-gimp # FATE#316805
  - inkscape-lang
  - ipw-firmware # Initial package for SLE 15
  - java-1_8_0-openjdk: [locked]
  - java-1_8_0-ibm: [locked]
  - libiso9660-10 # Initial package for SLE 15
  - ntfs-3g # Initial package for SLE 15
  - ntfsprogs # bsc#1087242
  - os-prober #  FATE#314630
  - pulseaudio-module-bluetooth #  Initial package for SLE 15
  - pulseaudio-module-lirc #  Initial package for SLE 15
  - suse-prime # bsc#1121246
  - lirc-devel # needed to build pulseaudio
#     suitesparse-devel #  libsuitesparseconfig-4_5_5 pulled in by typelib-1_0-Gegl-0_3, but adding this brings openmpi v1 into basesystem...
  - yast2-scanner
  - libxcam-devel: [x86_64] # FATE#322989
  - libyami-devel: [x86_64] # FATE#322990
  - beignet-devel: [x86_64] # FATE#322991
  - icedtea-web # provides javaws

# generated list from solver by used source rpms
sle_desktop_devel_packages:
  - accountsservice-devel
  - appstream-glib-devel
  - at-spi2-atk-devel
  - atk-devel
  - atkmm1_6-devel
  - bluez-devel
  - brasero-devel
  - cairomm1_0-devel
  - cairo-devel
  - caribou-devel
  - cdparanoia-devel
  - ibus-devel
  - celt051-devel
  - cheese-devel
  - clutter-devel
  - clutter-gst-devel
  - clutter-gtk-devel
  - cogl-devel
  - dconf-devel
  - dotconf-devel
  - enca-devel
  - enchant-devel
  - eog-devel
  - espeak-devel
  - evince-devel
  - flatpak-devel
  - fltk-devel
  - freeglut-devel # libglut3 pulled in by texlive-collection-binextrle_desktop_devel_packages
  - gcab-devel
  - gconf2-devel
  - gd-devel
  - gdk-pixbuf-devel
  - gdm-devel
  - geoclue2-devel
  - geocode-glib-devel
  - glibmm2_4-devel
  - glog-devel # libglog0 is pulled by ibus-rime
  - glu-devel
  - gmime-devel
  - gnome-autoar-devel
  - gnome-bluetooth-devel
  - gnome-control-center-devel
  - gnome-menus-devel
  - gnome-online-accounts-devel
  - gnome-settings-daemon-devel
  - gnome-shell-devel
  - gnome-software-devel
  - gnome-vfs2-devel
  - grilo-devel
  - gsl-devel # libgsl23 pulled by texlive-collection-binextra
  - gspell-devel
  - gstreamer-devel
  - gstreamer-plugins-bad-devel
  - gstreamer-plugins-base-devel
  - gtk2-devel
  - gtk2-engines-devel
  - gtk3-devel
  - gtkmm3-devel
  - gtksourceview-devel
  - gtkspell3-devel
  - gvfs-devel
  - hyphen-devel
  - ilmbase-devel
  - ImageMagick-devel
  - libart_lgpl-devel
  - libass-devel
  - libavahi-gobject-devel
  - libavutil-devel
  - libbluray-devel
  - libbonobo-devel
  - libbonobo-lang
  - libbonoboui-devel
  - libbonoboui-lang
  - libburn-devel
  - libcanberra-devel
  - libcanberra-gtk-devel
  - libcanberra-gtk3-devel
  - libcdio-devel
  - libcdio-paranoia-devel
  - libcelt-devel
  - libcolord-devel
  - libcolord-gtk-devel
  - libdatrie-devel
  - libdc1394-devel
  - libdjvulibre-devel
  - libdv-devel
  - libdvbv5-devel
  - libexempi-devel
  - libexif-devel
  - libgck-devel
  - libgcr-devel
  - libgdata-devel
  - libgee-devel
  - libGeoIP-devel
  - libgjs-devel
  - libglade2-devel
  - libgme-devel
  - libgnome-desktop-3-devel
  - libgnome-devel
  - libgnome-lang
  - libgnome-keyring-devel
  - libgnomecanvas-devel
  - libgnomekbd-devel
  - libgnomekbd-lang
  - libgnomesu-devel
  - libgnomeui-devel
  - libgnomeui-lang
  - libgphoto2-devel
  - libgphoto2-6-lang
  - libgsm-devel
  - libgtop-devel
  - libgweather-devel
  - libgxps-devel
  - libgypsy-devel
  - libical-devel
  - libidl-devel
  - libimobiledevice-devel
  - libiptcdata-devel
  - libisoburn-devel
  - libisofs-devel
  - libjasper-devel
  - libjte-devel
  - liblilv-0-devel
  - liblouis-devel
  - liblqr-devel
  - liblrdf-devel
  - libmad-devel
  - libMagick++-devel
  - libmbim-devel
  - libmjpegutils-devel
  - libmms-devel
  - libmodplug-devel
  - libmp3lame-devel
  - libmpcdec-devel
  - libmtp-devel
  - libndp-devel
  - libnetpbm-devel
  - libnm-gtk-devel
  - libnma-devel
  - libnotify-devel
  - liboauth-devel
  - libofa-devel
  - libopenmpt-devel
  - libopus-devel
  - libostree-devel
  - libotf-devel
  - libpackagekit-glib2-devel
  - libpeas-devel
  - libplist-devel
  - libplist++-devel
  - libpostproc-devel
  - libqmi-devel
  - libQt53DAnimation-devel
  - libQt53DCore-devel
  - libQt53DExtras-devel
  - libQt53DInput-devel
  - libQt53DLogic-devel
  - libQt53DQuick-devel
  - libQt53DQuickExtras-devel
  - libQt53DQuickInput-devel
  - libQt53DQuickRender-devel
  - libQt53DQuickScene2D-devel
  - libQt53DRender-devel
  - libQt5QuickControls2-devel
  - libQt5QuickTemplates2-devel
  - libQt5XdgIconLoader-devel
  - libqt5-linguist-devel
  - libqt5-qt3d-devel
  - libqt5-qt3d-private-headers-devel
  - libqt5-qtconnectivity-devel
  - libqt5-qtconnectivity-private-headers-devel
  - libqt5-qtconnectivity-tools
  - libqt5-qtimageformats-devel
  - libqt5-qtlocation-devel
  - libqt5-qtlocation-private-headers-devel
  - libqt5-qtmultimedia-devel
  - libqt5-qtmultimedia-private-headers-devel
  - libqt5-qtscript-devel
  - libqt5-qtscript-private-headers-devel
  - libqt5-qtsensors-devel
  - libqt5-qtsensors-private-headers-devel
  - libqt5-qtserialport-private-headers-devel
  - libqt5-qtsvg-private-headers-devel
  - libqt5-qttools-devel
  - libqt5-qttools-private-headers-devel
  - libqt5-qtwayland-devel
  - libqt5-qtwayland-private-headers-devel
  - libqt5-qtwebchannel-private-headers-devel
  - libqt5-qtwebsockets-private-headers-devel
  - libqt5-qtxmlpatterns-private-headers-devel
  - libqt5xdg-devel
  - python3-qt5-devel
  - libquicktime-devel
  - libquvi-devel
  - libquvi-scripts-devel
  - libraptor-devel
  - libraw1394-devel
  - librest-devel
  - librsvg-devel
  - libSDL-devel
  - libSDL2-devel
  - libsecret-devel
  - libsigc++2-devel
  - libsmi-devel
  - libsoup-devel
  - libspectre-devel
  - libspeechd-devel
  - libsrtp-devel
  - libswresample-devel
  - libswscale-devel
  - libtag-devel
  - libthai-devel
  - libtheora-devel
  - libtwolame-devel
  - libupower-glib-devel
  - libusbmuxd-devel
  - libv4l-devel
  - libva-devel
  - libvdehist-devel
  - libvdemgmt-devel
  - libvdeplug-devel
  - libvdesnmp-devel
  - libvdpau-devel
  - libvisual-devel
  - libvpx-devel
  - libwebp-devel
  - libwebrtc_audio_processing-devel
  - libwnck-devel
  - libXaw3d-devel
  - libxklavier-devel
  - libXvnc-devel
  - libyui-qt-devel
  - libyui-qt-pkg-devel
  - linux-atm-devel
  - lua51-devel
  - m17n-lib-devel
  - ModemManager-devel
  - motif-devel
  - MozillaFirefox-devel: [x86_64,ppc64le,aarch64]
  - mozjs52-devel
  - mpg123-devel
  - mutter-devel
  - nautilus-devel
  - newt-devel
  - nss-shared-helper-devel
  - openal-soft-devel
  - openexr-devel
  - openjpeg-devel
  - orbit2-devel
  - PackageKit-devel
  - pango-devel
  - pangomm1_4-devel
  - pcre2-devel
  - portaudio-devel
  - ppp-devel
  - python-cairo-common-devel
  - python3-cairo-devel
  - sane-backends-devel
  - sbc-devel
  - schroedinger-devel
  - slang-devel
  - soundtouch-devel
  - soxr-devel
  - spandsp-devel
  - startup-notification-devel
  - telepathy-glib-devel
  - telepathy-logger-devel
  - tk-devel
  - totem-pl-parser-devel
  - tracker-devel
  - vte-devel
  - wavpack-devel
  - webkit2gtk3-devel
  - wireshark-devel
  - xf86-input-wacom-devel: [x86_64,aarch64,ppc64le]
  - yelp-devel

# Defines the various groups containing the stuff that should be provided
# 	Owner:               Project Managers
#
# Currently existing groups:
# * java_base
#   java tools, as well as headless java; no dependency on Desktop stuff
#
# * java
#   Java Runtime packages, requiring Desktop libraries (audio, etc)
#
# * java_ibm
#   Java Runtime packages from IBM

java_base:
  - java-11-openjdk-headless # FATE#326347

java:
  - bcel #  Initial package for SLE 15
  - java-11-openjdk-demo #  FATE#326347
  - java-11-openjdk #  FATE#326347
  - jline # Inherited from SDK12, dependency of jython, Overlap: icedtea-web if in sle_devtools_java
  - setools-java #  Initial package for SLE 15, inherited from CODE12
  - mx4j # Initial package for SLE 15, inherited from CODE12
  - log4j # Initial package for SLE 15, inherited from CODE1
  - oro # SUMA 4.0 bsc#1120742
  - saxon9 # jakarta-commons-modeler and others require saxon
  - servletapi5 # Required by jakarta-commons-fileupload, jython
  - timezone-java # Inherited from CODE 12

java_ibm:
  - java-1_8_0-ibm: [x86_64,s390x,ppc64le] #  Initial package for SLE 15, TBD version
  - java-1_8_0-ibm-alsa: [x86_64] #  Initial package for SLE 15,FATE#317988
  - java-1_8_0-ibm-plugin: [x86_64] #  Initial package for SLE 15,FATE#317988
  - java-1_8_0-ibm-devel: [x86_64,s390x,ppc64le] # Reason: FATE#317988

# Contains packages that fall under a "development tool" characteristics
#   	Owner: TBD
# 	Potential candidates for adding: trace-cmd, blktrace
#
# 	Currently existing groups:
# 	* sle_devtools:
# 	  Development tools
#
# 	* sle_devtools_java:
# 	  Java Development tools
#
# 	PLANNED:
# 	* sle_tracing:
# 	  Tools for tracing and performance

sle_devtools:
  # gcc8 FATE#326486:
  - cpp8 # FATE#326486
  - gcc8 # FATE#326486
  - gcc8-c++ # FATE#326486
  - gcc8-ada #  FATE#326486
  - gcc8-ada-32bit: [x86_64] #  FATE#326486
  - gcc8-fortran # FATE#326486
  - gcc8-info # FATE#326486
  - gcc8-locale # FATE#326486
  - libstdc++6-devel-gcc8 # FATE#326486
  - gcc8-c++-32bit # FATE#326486
  - libada8: [x86_64] # FATE#326486
  - libada8-32bit: [x86_64] # FATE#326486
  - libstdc++6-devel-gcc8-32bit: [x86_64,s390x] # FATE#326486
  - cross-nvptx-gcc8 # FATE#326486
  - cross-nvptx-newlib8-devel # FATE#326486
  # endgcc8 FATE#326486
  - typelib-1_0-Ggit-1_0
  - typelib-1_0-Gladeui-2_0
  - typelib-1_0-Jsonrpc-1.0
  - patterns-devel-base-devel_basis: [recommended]
  - patterns-devel-base-devel_kernel: [recommended]
  - patterns-yast-devel_yast: [recommended]
  - apache-pdfbox # Inherited from SDK12, FATE#322405
  - autoconf-archive # Inherited from SDK12
  - autoconf #  Initial package for SLE 15
  - autogen #  Initial package for SLE 15
  - automake #  Initial package for SLE 15
  - bcc-devel # FATE#322227, bsc#1068139
  - bcc-docs # FATE#322227, bsc#1068139
  - bcc-examples # FATE#322227, bsc#1068139
  - bcc-tools # FATE#322227, bsc#1068139
  - bdfresize # Inherited from SDK12
  - bin86: [x86_64] # Inherited from SDK12
  - bison #  Initial package for SLE 15
  - blktrace #  Initial package for SLE 15
  - bonnie # bsc#1060907
  - brp-check-suse # bsc#1066022
  - brp-extract-appdata # from SDK12, bsc#1067645
  - bsdtar # bsc#1080582
  - build # bsc#1066022
  - build-compare # from SDK 12, bsc#1067645
  - cabextract #  Inherited from SDK 12
  - cal10n #  Inherited from SDK 12
  - cargo # bsc#1075414
  - ccache #  Inherited from SDK 12
  - check-devel # Inherited from CODE12
  - chrpath #  bsc# 1070297, Inherited from SDK 12, was then a PM wish due to backport projects
  - clang7-checker
  - clang-checker # recommended from clang-devel
  - clippy # maint-update introduced
  - cmake #  Initial package for SLE 15
  - compface-devel
  - compface # Inherited from SDK12
  - cppunit-devel # bsc#1084887
  - cppunit-devel-doc # bsc#1084887
  - crash-devel
  - crash #  Initial package for SLE 15
  - crash-kmp-default #  required for live system debugging (FATE#315172)
  - cross-nvptx-gcc7: [x86_64] # bsc#1084311#c6
  - cross-nvptx-newlib7-devel: [x86_64] # bsc#1084311#c6
  - cscope # Inherited from SDK12, bsc#1080855
  - ctags #  Initial package for SLE 15
  - cunit-devel # Needed for ceph, bsc#1078769
  - cunit-doc # Needed for ceph, bsc#1078769
  - cups-ddk # Inherited from SDK12, bsc#982212
  - cvs #  Initial package for SLE 15
  - dejagnu # Inherited from SDK12, bsc#1056771
  - dev86: [x86_64] # Inherited from SDK12, bsc#1082046
  - devhelp-devel #  Initial package for SLE 15
  - devhelp #  Initial package for SLE 15
  - devhelp-lang # Inherited from SDK 12
  - docbook2x # inherited from SDK 12, bsc#1084950
  - docbook-utils # needed to rebuild GNOME
  - doxygen # recommended for yast dev
  - dpkg-devel # Devel package for update-alternatives
  - dracut-kiwi-lib #  bsc#1082571
  - dracut-kiwi-live #  bsc#1082571
  - dracut-kiwi-oem-dump #  bsc#1082571
  - dracut-kiwi-oem-repart #  bsc#1082571
  - dracut-kiwi-overlay #  bsc#1082571
  - evtest # Initial package for SLE 15, required for certification, bsc#1080224
  - fabtests # Initial package for SLE 15, requested by maintainer
  - FastCGI-devel # Inherited from SDK12, dependency: perl-FastCGI, FATE#321403
  - FastCGI # Inherited from SDK12, dependency of  perl_extended:perl-FastCGI
  - firewall-macros # Initial package for SLE 15
  - flatpak-builder # FATE#322986
  - flex #  Initial package for SLE 15
  - gcc7-ada #  Initial package for SLE 15, bsc#1070542
  - gcc7-c++ #  Initial package for SLE 15
  - gcc7-info #  Initial package for SLE 15
  - gcc7 #  Initial package for SLE 15
  - gcc7-locale #  Initial package for SLE 15
  - gcc-ada #  Initial package for SLE 15, bsc#1070542
  - gcc-c++ #  Initial package for SLE 15
  - gcc-info #  Initial package for SLE 15
  - gcc #  Initial package for SLE 15
  - gcc-locale #  Initial package for SLE 15
  - gccmakedep # Inherited from SDK12
  - gcc-objc # Inherited from SDK 12
  - gcc-PIE #  Initial package for SLE 15
  - gdb #  Initial package for SLE 15
  - gdbserver # Inherited from SDK12 [bsc#1077470]
  - gedit-plugin-devhelp # Initial package for SLE 15
  - gettext-tools #  Initial package for SLE 15
  - git-arch #  Inherited from SDK 12
  - git-core #  Initial package for SLE 15
  - git-cvs #  Inherited from SDK 12
  - git-daemon #  Inherited from SDK 12
  - git-doc  # Reason: fate#322294, bsc#977477
  - git-email #  Inherited from SDK 12
  - git-gui #  Inherited from SDK 12
  - git #  Initial package for SLE 15, bsc#1056771
  - gitk #  Inherited from SDK 12
  - git-svn #  Inherited from SDK 12
  - git-web #  Inherited from SDK 12
  - glade
  - glade-catalog-evolution: [locked] # devel package for evolution when used with glade, prevent overlap
  - glade-catalog-gtksourceview
  - glade-catalog-libpeas
  - glade-catalog-vte
  - glade-lang
  - glibc-devel-static # Inherited from SDK 12, bsc#1068189
  - glibc-utils # Initial package for SLE 15
  - glm-devel # bsc#1084887
  - gnome-builder # Inherited from SDK 12, bsc#1057363
  - gnome-builder-lang  # Reason: FATE#319349
  - gnome-builder-plugin-ctags  # Reason: FATE#319349
  - gnome-builder-plugin-devhelp  # Reason: FATE#319349
  - gnome-builder-plugin-gettext  # Reason: FATE#319349
  - gnome-builder-plugin-html-completion  # Reason: FATE#319349
  - gnome-builder-plugin-symbol-tree  # Reason: FATE#319349
  - gnome-builder-plugin-sysmon  # Reason: FATE#319349
  - gnome-builder-plugin-todo  # Reason: FATE#319349
  - gnome-builder-plugin-vala-pack  # Reason: FATE#319349
  - gnome-builder-plugin-xml-pack  # Reason: FATE#319349
  - gnu-efi: [x86_64,aarch64] # Inherited from SDK12
  - gperf #  Inherited from SDK 12
  - gperftools-devel # Reason: FATE#318348, bsc#1078769
  - gperftools #  Initial package for SLE 15
  - gts-devel
  - guile-devel #  Initial package for SLE 15
  - guile #  Initial package for SLE 15
  - help2man # moved from sdk12
  - icu4j  # Inherited from SDK12,  bsc#1032102
  - indent #  Initial package for SLE 15, bsc#1056771
  - intel-gpu-tools: [x86_64] #  Initial package for SLE 15
  - intltool # Inherited from SDK12
  - itstool # Inherited from SDK12
  - jemalloc # fate#323344
  - jeos-firstboot # bsc#1101375 
  - jeos-licenses # bsc#1101375 
  - jing
  - kernel-docs # Inherited from SDK12
  - kernel-macros #  Initial package for SLE 15; TBD: more basic group?
  - kernel-obs-build # from SDK 12, bsc#1067645
  - kernelshark #  Inherited from CODE12
  - kernel-source #  Initial package for SLE 15; TBD: more basic group?
  - kernel-syms #  Initial package for SLE 15; TBD: more basic group?
  - kiwi-boot-descriptions # Inherited from CODE12, FATE#319678, bsc#1082571
  - kiwi-man-pages # Inherited from CODE12, FATE#319678, bsc#1082571
  - kiwi-pxeboot # Inherited from CODE12, bsc#872778, bsc#1082571
  - kiwi-pxeboot: [x86_64] #  bsc#1082571
  - kiwi-templates-SLES15-JeOS # bsc#1092410
  - kiwi-tools # Inherited from CODE12, bsc#1082571
  - latex2html # latex2html-pngicons is added by nfs-doc in basesystem, but we don't want latex in basesystem
  - libatomic_ops-devel # needed to build pulseaudio, gc, libunwind, nginx
  - libcbor-devel # FATE#323337 build require
  - libbcc0 # FATE#322227, bsc#1068139
  - libbpf0 # FATE#322227, bsc#1068139
  - libcunit1 # Needed for ceph, bsc#1078769
  - libfdt1 # FATE#321939, bsc#1072399
  - libgit2-devel # libgit2-26 pulled by typelib-1_0-Ggit-1_0
  - libgladeui-2-devel # libgladeui-2-6 pulled by typelib-1_0-Gladeui-2_0
  - libiterm-devel
  - liblapacke3 # Inherited from SDK 12
  - libopamgt0: [x86_64] # bsc#1076593
  - libopamgt-devel: [x86_64] # bsc#1083499
  - libopenssl-1_1-devel
  - libpapi: [aarch64,ppc64le,x86_64]  # pulled in in SP0 by papi, now separate
  - libpcp-devel
  - libpcp_import1: [aarch64,ppc64le,x86_64]  # pulled in in SP0 by pcp, now separate
  - libpcp_mmv1: [aarch64,ppc64le,x86_64]  # pulled in in SP0 by pcp, now separate
  - libpfm-devel-static # bsc#1070297
  - libpsm2-compat: [x86_64] # bsc#1076593
  - libqt5-linguist
  - libqt5-qtdoc
  - libqt5-qtdoc-html
  - libqt5-qtdoc-qch
  - libqt5-qttools
  - libstorage-ng-utils # bsc#1123885
  - libtidy-devel # libtidy5 is pulled in by docbook2x
  - libtidyp-devel # libtidyp-1_04-0 is pulled in by perl-HTML-Tidy
  - libvala-0_38-devel # libvala-0_38-0 pulled by gnome-builder-plugin-vala-pack
  - log4j-manual # Inherited from SDK 12
  - ltrace #  Initial package for SLE 15
  - lttng-modules-kmp-default: [x86_64] # FATE#315704, bsc#1055683
  - lttng-tools: [x86_64] # FATE#315704, bsc#1055683
  - lttng-ust-doc: [x86_64,aarch64] # FATE#315704, bsc#1055683; lttng-ust-devel, pulling liblttng-ust0 and liblttng-ust-ctl4 in, is already among -devel files
  - make #  Initial package for SLE 15
  - meld # FATE#318492
  - meld-lang # FATE#318492
  - meson # needed by GNOME
  - mksusecd # Inherited from SDK12, bsc#1072720
  - Modules # Inherited from SDK12, bsc#1079446
  - nasm # Inherited from SDK12, bsc#1083425
  - ocaml-compiler-libs-devel
  - ocaml-findlib-camlp4
  - ocaml-hivex-devel
  - ocaml-libguestfs-devel
  - ocaml-ocamldoc # bsc#1102971
  - ocaml-rpm-macros  # Reason: bsc#955187
  - oprofile-devel
  - oprofile #  Inherited from SDK12,FATE#322257
  - osc #  Inherited from SDK 12
  - papi: [aarch64,ppc64le,x86_64]  #  Inherited from CODE12
  - patchutils #  Initial package for SLE 15
  - pcp-devel
  - pcp-doc
  - pcp # FATE#324450
  - pcp-import-iostat2pcp # FATE#324450
  - pcp-import-mrtg2pcp # FATE#324450
  - pcp-import-sar2pcp # FATE#324450
  - pcp-pmda-perfevent: [ppc64le] # bnc#1124645
  - pcp-system-tools # bsc#1127977
  - perf # bsc#1064367
  - perftest # bsc#867997, bsc#1068194
  - perl-PCP-LogImport # FATE#324450
  - perl-PCP-PMDA # FATE#324450
  - perl-YAML # needed for GNOME rebuild
  - pesign-obs-integration #  Initial package for SLE 15
  - pesign: [x86_64, aarch64] #  Initial package for SLE 15
  - post-build-checks # from SDK 12, bsc#1067645
  - protobuf-devel # Reason: FATE#320088
  - python3-bcc # FATE#322227, bsc#1068139
  - python3-blist # FATE#323337 building
  - python3-breathe # FATE#323337 building
  - python3-coverage # bsc#1085744, ceph build requirement
  - python3-Cython # bsc#1087058
  - python3-kiwi # bsc#1082571#c6
  - python3-nose # buildrequires for some packages in OBS
  - python3-pluggy # bsc#1085744, ceph build requirement
  - python3-progressbar # jsc#SLE-4806
  - python3-pyfakefs # FATE#323337 building
  - python3-Sphinx # bsc#1078769, ceph build requirement
  - python3-tools # bsc#1080799
  - python3-tox # bsc#1085744, ceph build requirement
  - python3-ujson # FATE#323337 building
  - python3-virtualenv # bsc#1085744, ceph build requirement
  - qclib-devel: [s390x] # Reason: FATE#319342
  - qclib-devel-static: [s390x] # Reason: FATE#319342
  - qclib: [s390x] #  Inherited from SDK 12, FATE#319342
  - quilt #  Inherited from SDK 12
  - rcs #  Initial package for SLE 15, bsc#940665
  - relaxngDatatype # bsc#1075103
  - rls # introduced by maint.update
  - rpcsvc-proto-devel # Initial package for SLE 15
  - rpm-build # bsc#1066022
  - rpmlint-Factory # from SDK 12, bsc#1067645
  - rpmlint #  Inherited from SDK 12
  - rpmlint-mini #  Inherited from SDK 12
  - ruby2.5-rubygem-asciidoctor # Initial packagage for SLE 15
  - ruby2.5-rubygem-parallel # new for SP1, buildrequires for libstorage-ng
  - ruby2.5-rubygem-parallel_tests # new for SP1, buildrequires for libstorage-ng
  - ruby2.5-rubygem-rspec # bsc#1082535
  - ruby2.5-rubygem-rspec-core # bsc#1082535
  - ruby2.5-rubygem-rspec-expectations # bsc#1082535
  - ruby2.5-rubygem-rspec-mocks # bsc#108253
  - ruby2.5-rubygem-rspec-support # bsc#1082535
  - ruby2.5-rubygem-yast-rake # formerly rubygem-yast-rake, bsc#1066885, bsc#1082535
  - rust-analysis # introduced by maint.update
  - rust-std-static # bsc#1096945
  - rustfmt # introduced by maint.update
  - saxon9-scripts # Required by jing
  - strace #  Initial package for SLE 15
  - subversion-bash-completion #  complete subversion
  - subversion-python #  complete subversion
  - subversion-tools #  complete subversion
  - swig #  Initial package for SLE 15, bsc#1059042
  - sysprof-devel # sysprof is pulled in by gnome-builder
  - systemtap-docs #  Initial package for SLE 15
  - systemtap-headers # bsc#1084698
  - systemtap #  Initial package for SLE 15
  - systemtap-sdt-devel # bsc#1084686
  - systemtap-server # Inherited from CODE12
  - texinfo # Inherited from SDK 12, bsc#1068879
  - trace-cmd #  Inherited from SLE 12
  - ucpp # Inherited from SDK12, Reason: bsc#982212
  - update-desktop-files # needed to build libreoffice bsc#1084887 bsc#1092764
  - valgrind-devel #  Inherited from SDK 12
  - valgrind #  Inherited from SDK 12
  - vim-plugin-devhelp #  Initial package for SLE 15
  - xmlto # Inherited from SDK12, bsc#1072364
  - xorg-x11-server-sdk # Inherited from SDK12
  - yasm-devel
  - yasm # Inherited from SDK12, bsc#1078769

  # libsolv bindings
  - perl-solv
  - python3-solv
  - ruby-solv

sle_devtools_java:
  - ant-antlr # Inherited from SDK12
  - ant-commons-logging # Inherited from SDK12
  - ant-contrib # Inherited from SDK12
  - ant #  Initial package for SLE 15
  - ant-javamail # Inherited from SDK12
  - ant-jdepend # Inherited from SDK12
  - ant-jmf # Inherited from SDK12
  - ant-junit # Inherited from SDK12
  - antlr # Inherited from SDK12
  - antlr-devel
  - antlr-manual
  - antlr-java # Inherited from SDK12
  - ant-manual # Inherited from SDK12
  - ant-scripts # Inherited from SDK12
  - ant-swing # Inherited from SDK12
  - ant-apache-bcel # Inherited from SDK12
  - ant-apache-bsf # Inherited from SDK12
  - ant-apache-log4j # Inherited from SDK12
  - ant-apache-oro # Inherited from SDK12
  - ant-apache-regexp # Inherited from SDK12
  - ant-apache-resolver # Inherited from SDK12
  - asm # Inherited from SDK12
  - asm-javadoc # Inherited from SDK12
  - bsf # Inherited from SDK12
  - bsf-javadoc # Inherited from SDK12
  - bsh2 # Inherited from SDK12
  - bsh2-classgen # Inherited from SDK12
  - bsh2-javadoc # Inherited from SDK12
  - fastjar #  Initial package for SLE 15
  - javazic # Inherited from SDK12
  - jaxen # Inherited from SDK12
  - jdepend # Inherited from SDK12
  - jdom # Inherited from SDK12
  - jlex # Inherited from SDK12
  - jtidy # Inherited from SDK12
  - junit # Inherited from SDK12
  - junitperf # Inherited from SDK12
  - jython #    Initial package for SLE 15, inherited from CODE12
  - xml-commons-apis-bootstrap  # Inherited from SDK12
  - xml-commons-resolver-bootstrap # Inherited from SDK12
  - xml-commons-which-bootstrap  # Inherited from SDK12

# Packages that fall under "dictionaries"
# Will be combined with other groups to a repo, separated for
# readability.
# 	Owner: ???

dictionaries:
  - hunspell #  Initial package for SLE 15
  - hunspell-tools #  Initial package for SLE 15

# Defines the various documentation groups
# 	Owner: Documentation
#
# Currently existing groups:
#
# * documentation_minimal:
#   Very minimal set
#

documentation_minimal:
  - apparmor-docs # Initial package for SLE 15, Inherited from SLE 12
  - man-pages-posix #  Initial package for SLE 15
  - man-pages #  Initial package for SLE 15, bsc#1079085
  - nfs-doc #  Initial package for SLE 15
  - pam-doc #  Initial package for SLE 15
  - sles-manuals_en #  Initial package for SLE 15
  - zziplib-devel # libzzip-0-13 pulled in by latex2html


# Contains everything part of the icewm group
# 	Owner: SLED Release Manager, Desktop Project Manager
#
# * desktop_icewm
#   contains the icewm desktop, part of a desktop applications module
desktop_icewm:
  - icewm-default # Initial package for SLE 15
  - icewm-lang # recommended by icewm
  - icewm-lite # Initial package for SLE 15
  - icewm-theme-branding # Initial package for SLE 15
  - polkit-gnome #  needed when not running under GNOME
  - polkit-gnome-lang # recommended by polkit-gnome
  - xscreensaver-data # FATE#323630
  - xscreensaver # FATE#323630
  - xscreensaver-lang # FATE#323630

# Contains all fonts.
# 	Owner: Project Managers
# Needs to be splitted into "used by LeanOs for EULA" and rest:
#    "Overall download size: 307.2 MiB. ... After the operation, additional
#   867.7 MiB will be used."
# Currently existing groups:
# * fonts_initrd
#   Contains the fonts that need to go on LeanOS as the
#   installation system will load them if needed (EULAs etc)
# * fonts
#   all other fonts

fonts_initrd:
  - arphic-uming-fonts # inherited from CODE 12, FATE#315354
  - ipa-gothic-fonts #   inherited from CODE 12
  - un-fonts #   inherited from CODE 12

fonts:
  - patterns-fonts-fonts: [recommended]
  # fonts that were part of CODE12
  - alee-fonts #  inherited from CODE 12
  - arabic-ae-fonts #   inherited from CODE 12
  - arabic-amiri-fonts # inherited from CODE 12, FATE#315354
  - arabic-bitmap-fonts #   inherited from CODE 12
  - arabic-fonts #   inherited from CODE 12
  - arabic-kacst-fonts #   inherited from CODE 12
  - arabic-kacstone-fonts #   inherited from CODE 12
  - arabic-naqsh-fonts #   inherited from CODE 12
  - arphic-bkai00mp-fonts #   inherited from CODE 12
  - arphic-bsmi00lp-fonts #   inherited from CODE 12
  - arphic-fonts #   inherited from CODE 12
  - arphic-gbsn00lp-fonts #   inherited from CODE 12
  - arphic-gkai00mp-fonts #   inherited from CODE 12
  - arphic-ukai-fonts #   inherited from CODE 12
  - baekmuk-bitmap-fonts #   inherited from CODE 12
  - baekmuk-ttf-fonts #   inherited from CODE 12
  - cantarell-fonts #   inherited from CODE 12
  - cm-unicode-fonts #   inherited from CODE 12
  - dejavu-fonts #   inherited from CODE 12
  - ghostscript-fonts-other #   inherited from CODE 12
  - ghostscript-fonts-std #   inherited from CODE 12
  - ghostscript-fonts
  - gnu-free-fonts
  - gnu-unifont-legacy-bitmap-fonts
  # TBD:  What about ghostscript-fonts-grops ?
  - google-caladea-fonts #  inherited from CODE 12,FATE#305249
  - google-carlito-fonts #  inherited from CODE 12,FATE#305249
  - google-droid-fonts #  inherited from CODE 12,bnc#865384
  - google-noto-fonts-doc # inherited from CODE 12,FATE#320329
  - google-opensans-fonts #  inherited from CODE 12,FATE#315354
  - google-roboto-fonts #  inherited from CODE 12,FATE#320329
  - indic-fonts #   inherited from CODE 12
  - pothana2000-fonts # recommended by indic-fonts
  - intlfonts #  inherited from CODE 12
  - intlfonts-arabic-bitmap-fonts #   inherited from CODE 12
  - intlfonts-asian-bitmap-fonts #  inherited from CODE 12
  - intlfonts-bdf-fonts #  inherited from CODE 12
  - intlfonts-chinese-big-bitmap-fonts #   inherited from CODE 12
  - intlfonts-chinese-bitmap-fonts #   inherited from CODE 12
  - intlfonts-ethiopic-bitmap-fonts
  - intlfonts-japanese-big-bitmap-fonts #   inherited from CODE 12
  - intlfonts-japanese-bitmap-fonts #   inherited from CODE 12
  - intlfonts-phonetic-bitmap-fonts
  - intlfonts-ttf-fonts #  inherited from CODE 12
  - intlfonts-type1-fonts
  - ipa-ex-gothic-fonts #  inherited from CODE 12,bnc#865384
  - ipa-ex-mincho-fonts #  inherited from CODE 12,bnc#865384
  - ipa-mincho-fonts #   inherited from CODE 12
  - ipa-pgothic-fonts # inherited from CODE 12,FATE#315354
  - ipa-pmincho-fonts  #  inherited from CODE 12,FATE#315354
  - khmeros-fonts #   inherited from CODE 12
  - liberation-fonts #   inherited from CODE 12
  - lklug-fonts #  inherited from CODE 12,bnc#878292
  - mgopen-fonts #  inherited from CODE 12
  - nanum-fonts  #  inherited from CODE 12,FATE#315354
  - nanum-gothic-coding-fonts # recommended by nanum-fonts
  - noto-coloremoji-fonts  #  inherited from CODE 12,FATE#320329
  - noto-emoji-fonts  #  inherited from CODE 12,FATE#320329
  - noto-kufiarabic-fonts  #  inherited from CODE 12,FATE#320329
  - noto-mono-fonts
  - noto-naskharabic-fonts  #  inherited from CODE 12,FATE#320329
  - noto-naskharabic-ui-fonts
  - noto-nastaliqurdu-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-arabic-fonts
  - noto-sans-arabic-ui-fonts
  - noto-sans-armenian-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-bamum-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-bengali-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-bengali-ui-fonts
  - noto-sans-display-fonts
  - noto-sans-cjk-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-devanagari-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-ethiopic-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-georgian-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-gujarati-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-gujarati-ui-fonts
  - noto-sans-gurmukhi-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-gurmukhi-ui-fonts
  - noto-sans-hebrew-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-jp-black-fonts
  - noto-sans-jp-demilight-fonts
  - noto-sans-jp-fonts-full
  - noto-sans-jp-light-fonts
  - noto-sans-jp-medium-fonts
  - noto-sans-jp-mono-fonts
  - noto-sans-jp-thin-fonts
  - noto-sans-kannada-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-kannada-ui-fonts
  - noto-sans-kayahli-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-khmer-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-khmer-ui-fonts
  - noto-sans-kr-black-fonts
  - noto-sans-kr-demilight-fonts
  - noto-sans-kr-fonts-full
  - noto-sans-kr-light-fonts
  - noto-sans-kr-medium-fonts
  - noto-sans-kr-mono-fonts
  - noto-sans-kr-thin-fonts
  - noto-sans-lao-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-lao-ui-fonts
  - noto-sans-lepcha-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-lisu-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-malayalam-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-malayalam-ui-fonts
  - noto-sans-mongolian-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-mono-fonts
  - noto-sans-myanmar-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-myanmar-ui-fonts
  - noto-sans-newtailue-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-nko-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-oriya-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-oriya-ui-fonts
  - noto-sans-saurashtra-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-sc-black-fonts
  - noto-sans-sc-demilight-fonts
  - noto-sans-sc-fonts-full
  - noto-sans-sc-light-fonts
  - noto-sans-sc-medium-fonts
  - noto-sans-sc-mono-fonts
  - noto-sans-sc-thin-fonts
  - noto-sans-sinhala-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-sinhala-ui-fonts
  - noto-sans-symbols-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-symbols2-fonts
  - noto-sans-syriaceastern-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-syriacestrangela-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-syriacwestern-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-taitham-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-taiviet-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-tamil-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-tamil-ui-fonts
  - noto-sans-tc-black-fonts
  - noto-sans-tc-demilight-fonts
  - noto-sans-tc-fonts-full
  - noto-sans-tc-light-fonts
  - noto-sans-tc-medium-fonts
  - noto-sans-tc-mono-fonts
  - noto-sans-tc-thin-fonts
  - noto-sans-telugu-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-telugu-ui-fonts
  - noto-sans-thaana-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-thai-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-thai-ui-fonts
  - noto-sans-tibetan-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-tifinagh-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-vai-fonts  #  inherited from CODE 12,FATE#320329
  - noto-sans-yi-fonts  #  inherited from CODE 12,FATE#320329
  - noto-serif-armenian-fonts  #  inherited from CODE 12,FATE#320329
  - noto-serif-bengali-fonts
  - noto-serif-devanagari-fonts
  - noto-serif-display-fonts
  - noto-serif-ethiopic-fonts
  - noto-serif-fonts  #  inherited from CODE 12,FATE#320329
  - noto-serif-georgian-fonts  #  inherited from CODE 12,FATE#320329
  - noto-serif-gujarati-fonts
  - noto-serif-hebrew-fonts
  - noto-serif-kannada-fonts
  - noto-serif-khmer-fonts  #  inherited from CODE 12,FATE#320329
  - noto-serif-lao-fonts  #  inherited from CODE 12,FATE#320329
  - noto-serif-malayalam-fonts
  - noto-serif-myanmar-fonts
  - noto-serif-sinhala-fonts
  - noto-serif-tamil-fonts
  - noto-serif-telugu-fonts
  - noto-serif-thai-fonts  #  inherited from CODE 12,FATE#320329
  - raleway-fonts
  - sazanami-fonts

  - sgi-bitmap-fonts #  inherited from CODE 12
  - sil-charis-fonts  #  inherited from CODE 12,FATE#315354
  - thai-fonts # FIXME: Part of SLE 12, but not in Factory
  - wqy-microhei-fonts  #  inherited from CODE 12,FATE#315354
  - x11-japanese-bitmap-fonts #   inherited from CODE 12
  # FIXME to be reviewed
  - intlfonts-euro-bitmap-fonts
  - efont-unicode-bitmap-fonts

# Contains stuff that we have for migration purposes. Running out
# of support soon, not encouraged to be used any more, "outdated".
# Owner: TBD
legacy:
  - libpsm2-compat: [locked]
  - bridge-utils #  FATE#323639
  - bridge-utils-devel
  - compartm #  Inherited from SLE 12
  - convmv #  Inherited from SLE 12
  - dmraid # FATE#323743
  - dmraid-devel # FATE#323743
  - gv #  Inherited from SLE 12
  - clang5-checker # FATE#325696
  - clang5-devel # FATE#325696
  - iptables-nft # FATE#320520
  - java-10-openjdk-devel # FATE#326347
  - java-10-openjdk-headless # FATE#326347
  - java-10-openjdk-demo #  FATE#326347
  - java-10-openjdk #  FATE#326347
  - libboost_mpi1_66_0 # bsc#1092361
  - libboost_mpi1_66_0-devel # bsc#1092361
  - libboost_mpi_python-py2_7-1_66_0 # bsc#1092361
  - libboost_mpi_python-py2_7-1_66_0-devel # bsc#1092361
  - libboost_numpy-py3-1_66_0 # bsc#1092361
  - libboost_numpy-py3-1_66_0-devel # bsc#1092361  # requires libboost_mpi1_66_0
  - libcap1-32bit: [x86_64] # FATE#324560
  - libcap1 # FATE#324560
  - libldap-legacy # bsc#1095816
  - libLLVM5-32bit # FATE#325696
  - libLLVM5 # FATE#325696
  - libLTO5 # FATE#325696
  - libncurses5-32bit: [x86_64] # bsc#1078570
  - libncurses5 # bsc #1078570
  - libomp5-devel: [x86_64,ppc64le]
  - libopeniscsiusr0_1_0 # replaced by libopeniscsiusr0_2_0 in SP1, might be dropped?
  - llvm5-devel # FATE#325696
  - ncurses5-devel # bsc#1078570
  - netconsole-tools #  Inherited from SLE 12
  - ntp #  Inherited from SLE 12, replaced with crony [FATE#323411]
  - net-tools-deprecated # bsc#1059067
  - nss_ldap # bsc#1081768
  - nss_ldap-32bit: [x86_64] # bsc#1081768
  - openldap2 #  Initial package for SLE 15, FATE#323362
  - openldap2-back-meta # Initial package for SLE 15, FATE#323362, bsc#1084953
  - openldap2-back-perl # Inherited from SDK 12, FATE#323362
  - openmpi-libs #    inherited from CODE 12, FATE#323413
  - openmpi #    inherited from CODE 12, FATE#316373, FATE#323413
  - openmpi-config # Inherited from CODE 12   FATE#321711, FATE#323413
  - openmpi-devel # Inherited from CODE 12, FATE#323413
  - pam_ldap # bsc#1081768
  - pam_ldap-32bit: [x86_64] # bsc#1081768
  - pam-modules #  FATE#323456
  - pam-modules-32bit: [x86_64] #  FATE#323456, bsc#1079081
  - python-urlgrabber # FATE 323641
  - reiserfs-kmp-default # FATE#323394
  - system-group-obsolete #  Initial package for SLE 15
  - talk-server #  Inherited from SLE 12
  - talk #  Inherited from SLE 12
  - telnet-server #  Inherited from SLE 12
  - tunctl # bsc#1089471
  - vlan #  bsc#1071287, bsc#1089471
  - yudit #  Inherited from SLE 12

  # not strictly legacy, but I fear we need to provide Java 8
  - java-1_8_0-openjdk-demo #  Initial package for SLE 15
  - java-1_8_0-openjdk-headless #  Initial package for SLE 15
  - java-1_8_0-openjdk #  Initial package for SLE 15
  - java-1_8_0-openjdk-devel

  - libopenssl-1_0_0-devel

  # requires openmpi
  - fftw3-mpi-devel: [x86_64,aarch64,ppc64le]



# Defines perl modules that should be in base system
perl_core:
  - perl-Bit-Vector
  - perl-Carp-Clan
  - perl-Date-Calc
  - perl-DateTime
  - perl-DBD-mysql
  - perl-DBD-SQLite
  - perl-JSON
  - perl-libintl-perl
  - perl-LWP-Protocol-https
  - perl-Params-Validate # SUMA-4.0 bsc#1120744
  - perl-String-ShellQuote
  - perl-Sub-Name
  - perl-Sub-Uplevel
  - perl-Test-Exception
  - perl-Win-Hivex
  - perl-XML-XPath
  - perl-Mail-SPF
  - perl-Encode-Detect # spamassassin
  - perl-Sys-Virt # virtualization

# perl modules in development tools
perl_extended:
  - perl-Algorithm-Diff
  - perl-Alien-Tidyp
  - perl-apparmor
  - perl-Archive-Extract
  - perl-Archive-Zip
  - perl-BerkeleyDB
  - perl-Bootloader-YAML
  - perl-BSD-Resource
  - perl-Capture-Tiny
  - perl-Class-Factory-Util
  - perl-Class-MethodMaker
  - perl-Class-Tiny
  - perl-Config-AutoConf
  - perl-Config-IniFiles
  - perl-Convert-BinHex
  - perl-Convert-TNEF
  - perl-Convert-UUlib
  - perl-CPAN-Meta-Check
  - perl-CPAN-Meta-Requirements
  - perl-Crypt-DES
  - perl-Crypt-OpenSSL-Random
  - perl-Crypt-OpenSSL-RSA
  - perl-Crypt-Rijndael
  - perl-Crypt-SSLeay
  - perl-Date-Manip
  - perl-DateTime-Format-Builder
  - perl-DateTime-Format-Strptime
  - perl-DBD-Pg
  - perl-Devel-CheckBin
  - perl-Devel-CheckLib
  - perl-Devel-Cover
  - perl-Digest-HMAC
  - perl-DNS-LDNS
  - perl-Error
  - perl-Expect
  - perl-ExtUtils-Config
  - perl-ExtUtils-Helpers
  - perl-ExtUtils-InstallPaths
  - perl-ExtUtils-LibBuilder
  - perl-ExtUtils-MakeMaker
  - perl-FastCGI
  - perl-File-Path
  - perl-File-ShareDir-Install
  - perl-File-Slurp-Tiny
  - perl-File-Slurp-Unicode
  - perl-File-Temp
  - perl-File-Which
  - perl-Font-AFM
  - perl-Geography-Countries
  - perl-HTML-Format
  - perl-HTML-Tidy
  - perl-HTML-Tree
  - perl-Importer
  - perl-IO-CaptureOutput
  - perl-IO-String
  - perl-IO-stringy
  - perl-IP-Country
  - perl-libxml-perl
  - perl-Lingua-Translit
  - perl-Linux-Pid
  - perl-Mail-DKIM
  - perl-Mail-SpamAssassin
  - perl-Mail-SpamAssassin-Plugin-iXhash2
  - perl-MailTools
  - perl-MIME-tools
  - perl-Mock-Config
  - perl-Module-Build
  - perl-Module-Build-Tiny
  - perl-Module-Find
  - perl-Module-Load-Conditional
  - perl-Module-Pluggable
  - perl-NetAddr-IP
  - perl-Net-CIDR-Lite
  - perl-Net-DNS
  - perl-Net-DNS-Resolver-Programmable
  - perl-Net-Ident
  - perl-Net-LibIDN
  - perl-Net-Libproxy
  - perl-Net-Oping
  - perl-Net-Patricia
  - perl-Net-Server
  - perl-Net-SNMP
  - perl-Package-DeprecationManager
  - perl-Params-Util
  - perl-Path-Class
  - perl-Path-Tiny
  - perl-PCP-LogSummary
  - perl-PCP-MMV
  - perl-PerlMagick
  - perl-Pod-Usage
  - perl-Readonly
  - perl-Readonly-XS
  - perl-RPC-XML
  - perl-Scalar-List-Utils
  - perl-Scope-Guard
  - perl-SGMLS
  - perl-Spiffy
  - perl-Sub-Info
  - perl-Sub-Install
  - perl-SUPER
  - perl-Switch
  - perl-Term-ProgressBar
  - perl-Term-Table
  - perl-Test2-Plugin-NoWarnings
  - perl-Test2-Suite
  - perl-Test-Base
  - perl-Test-Deep
  - perl-Test-Differences
  - perl-Test-File-ShareDir
  - perl-Test-Inter
  - perl-Test-LeakTrace
  - perl-Test-MockModule
  - perl-Test-Most
  - perl-Test-Needs
  - perl-Test-NoWarnings
  - perl-Test-Requires
  - perl-Test-RequiresInternet
  - perl-Test-Simple
  - perl-Test-Strict
  - perl-Test-Warn
  - perl-Test-Warnings
  - perl-Test-Without-Module
  - perl-Test-YAML
  - perl-Text-CharWidth
  - perl-Text-CSV_XS
  - perl-Text-Diff
  - perl-Text-WrapI18N
  - perl-Text-Wrapper
  - perl-Tie-IxHash
  - perl-TimeDate
  - perl-Tk-devel
  - perl-Unicode-Collate
  - perl-Unix-Syslog
  - perl-XML-Bare
  - perl-XML-DOM
  - perl-XML-DOM-XPath
  - perl-XML-Filter-BufferText
  - perl-XML-Handler-YAWriter
  - perl-XML-RegExp
  - perl-XML-SAX-Writer
  - perl-XML-Structured
  - perl-XML-Writer-String
  - perl-XML-XPath # bsc#1060657
  - perl-XML-XPathEngine
  - perl-YAML
  - graphviz-perl
  - perl-doc

# Defines the various groups that should be part of the Web and Scripting module
# 	Owner: TBD
# Currently existing groups:
# * php7
#   PHP packages for version 7
# * web_scripting:
#   nodejs and companions

web_scripting:
  - nodejs10 # FATE#326919
  - nodejs8 # FATE#322334
  - npm10 # FATE##326919
  - npm8 # FATE#322334
  - nodejs10-docs # FATE#326919
  - nodejs8-docs # FATE#322334
  - nodejs-common # FATE#322334
  - nodejs10-devel # FATE#326919
  - nodejs8-devel # FATE#322334
  - apache2-mod_php7 # Initial package for SLE 15

# Defines the various groups containing all PHP packages that are
# 	not required in sle_minimal or sle_base.
# 	Owner: TBD
# Currently existing groups:
# * php7
#   PHP packages for version 7
php7:
  - php7 #  Initial package for SLE 15, taken from SLE12
  - php7-devel # devel package
  - php7-bcmath #  Initial package for SLE 15, taken from SLE12
  - php7-bz2 #  Initial package for SLE 15, taken from SLE12
  - php7-calendar #  Initial package for SLE 15, taken from SLE12
  - php7-ctype #  Initial package for SLE 15, taken from SLE12
  - php7-curl #  Initial package for SLE 15, taken from SLE12
  - php7-dba #  Initial package for SLE 15, taken from SLE12
  - php7-dom #  Initial package for SLE 15, taken from SLE12
  - php7-enchant #  Initial package for SLE 15, taken from SLE12
  - php7-exif #  Initial package for SLE 15, taken from SLE12
  - php7-fastcgi #  Initial package for SLE 15, taken from SLE12
  - php7-fileinfo #  Initial package for SLE 15, taken from SLE12
  - php7-fpm #  Initial package for SLE 15, taken from SLE12
  - php7-ftp #  Initial package for SLE 15, taken from SLE12
  - php7-gd #   Initial package for SLE 15, taken from SLE12
  - php7-gettext #  Initial package for SLE 15, taken from SLE12
  - php7-gmp #  Initial package for SLE 15, taken from SLE12
  - php7-iconv #  Initial package for SLE 15, taken from SLE12
  - php7-imap #  Initial package for SLE 15, taken from SLE12
  - php7-intl #  Initial package for SLE 15, taken from SLE12
  - php7-json #  Initial package for SLE 15, taken from SLE12
  - php7-ldap #  Initial package for SLE 15, taken from SLE12
  - php7-mbstring #  Initial package for SLE 15, taken from SLE12
  - php7-mysql #  Initial package for SLE 15, taken from SLE12
  - php7-odbc #  Initial package for SLE 15, taken from SLE12
  - php7-opcache #  Initial package for SLE 15, taken from SLE12
  - php7-openssl #  Initial package for SLE 15, taken from SLE12
  - php7-pcntl #  Initial package for SLE 15, taken from SLE12
  - php7-pdo #  Initial package for SLE 15, taken from SLE12
  - php7-pgsql #  Initial package for SLE 15, taken from SLE12
  - php7-phar #  Initial package for SLE 15, taken from SLE12
  - php7-posix #  Initial package for SLE 15, taken from SLE12
  - php7-shmop #  Initial package for SLE 15, taken from SLE12
  - php7-snmp #  Initial package for SLE 15, taken from SLE12
  - php7-soap #  Initial package for SLE 15, taken from SLE12
  - php7-sockets #  Initial package for SLE 15, taken from SLE12
  - php7-sqlite #  Initial package for SLE 15, taken from SLE12
  - php7-sysvmsg #  Initial package for SLE 15, taken from SLE12
  - php7-sysvsem #  Initial package for SLE 15, taken from SLE12
  - php7-sysvshm #  Initial package for SLE 15, taken from SLE12
  - php7-tokenizer #  Initial package for SLE 15, taken from SLE12
  - php7-wddx #  Initial package for SLE 15, taken from SLE12
  - php7-xmlreader #  Initial package for SLE 15, taken from SLE12
  - php7-xmlrpc #  Initial package for SLE 15, taken from SLE12
  - php7-xmlwriter #  Initial package for SLE 15, taken from SLE12
  - php7-xsl #  Initial package for SLE 15, taken from SLE12
  - php7-zip #  Initial package for SLE 15, taken from SLE12
  - php7-zlib #  Initial package for SLE 15, taken from SLE12
  - php7-devel  # Reason: bsc#985067

# Contains everything that is part of "Public Cloud"
# Owner: Alex Osthof, Robert Schweikert
public_cloud:
  - patterns-public-cloud-15-Amazon-Web-Services # Initial package for CODE 15
  - patterns-public-cloud-15-Amazon-Web-Services-Instance-Init # Initial package for CODE 15
  - patterns-public-cloud-15-Amazon-Web-Services-Instance-Tools # Initial package for CODE 15
  - patterns-public-cloud-15-Amazon-Web-Services-Tools # Initial package for CODE 15
  - patterns-public-cloud-15-Google-Cloud-Platform # Initial package for CODE 15
  - patterns-public-cloud-15-Google-Cloud-Platform-Instance-Init # Initial package for CODE 15
  - patterns-public-cloud-15-Google-Cloud-Platform-Instance-Tools # Initial package for CODE 15
  - patterns-public-cloud-15-Google-Cloud-Platform-Tools # Initial package for CODE 15
  - patterns-public-cloud-15-Microsoft-Azure # Initial package for CODE 15
  - patterns-public-cloud-15-Microsoft-Azure-Instance-Init # Initial package for CODE 15
  - patterns-public-cloud-15-Microsoft-Azure-Instance-Tools # Initial package for CODE 15
  - patterns-public-cloud-15-Microsoft-Azure-Tools # Initial package for CODE 15
  - patterns-public-cloud-15-OpenStack # Initial package for CODE 15
  - patterns-public-cloud-15-OpenStack-Instance-Init # Initial package for CODE 15
  - patterns-public-cloud-15-OpenStack-Instance-Tools # Initial package for CODE 15
  - patterns-public-cloud-15-OpenStack-Tools # Initial package for CODE 15
  - amazon-ecs-init: [x86_64] # Initial package for CODE15
  - amazon-ssm-agent # Initial package for CODE 15
  - apache2-mod_wsgi # Initial package for CODE 15
  - aws-cli # Initial package for CODE 15
  - aws-efs-utils # bsc#1101451
  - azure-cli-acr # Initial package for CODE 15
  - azure-cli-acs # Initial package for CODE 15
  - azure-cli-advisor # Initial package for 15 SP1
  - azure-cli-ams # Initial package for 15 SP1
  - azure-cli-appservice # Initial package for CODE 15
  - azure-cli-backup # Initial package for CODE 15
  - azure-cli-batchai # Initial package for 15 SP1
  - azure-cli-batch # Initial package for CODE 15
  - azure-cli-billing # Initial package for CODE 15
  - azure-cli-cdn # Initial package for CODE 15
  - azure-cli-cloud # Initial package for CODE 15
  - azure-cli-cognitiveservices # Initial package for CODE 15
  - azure-cli-command-modules-nspkg # Initial package for CODE 15
  - azure-cli-component # Initial package for CODE 15
  - azure-cli-configure # Initial package for CODE 15
  - azure-cli-consumption # Initial package for CODE 15
  - azure-cli-container # Initial package for CODE 15
  - azure-cli-core # Initial package for CODE 15
  - azure-cli-cosmosdb # Initial package for CODE 15
  - azure-cli-dla # Initial package for CODE 15
  - azure-cli-dls # Initial package for CODE 15
  - azure-cli-dms # Initial package for 15 SP1
  - azure-cli-eventgrid # Initial package for CODE 15
  - azure-cli-eventhubs # Initial package for 15 SP1
  - azure-cli-extension # Initial package for CODE 15
  - azure-cli-feedback # Initial package for CODE 15
  - azure-cli-find # Initial package for CODE 15
  - azure-cli # Initial package for CODE 15
  - azure-cli-interactive # Initial package for CODE 15
  - azure-cli-iot # Initial package for CODE 15
  - azure-cli-keyvault # Initial package for CODE 15
  - azure-cli-lab # Initial package for CODE 15
  - azure-cli-monitor # Initial package for CODE 15
  - azure-cli-network # Initial package for CODE 15
  - azure-cli-nspkg # Initial package for CODE 15
  - azure-cli-profile # Initial package for CODE 15
  - azure-cli-rdbms # Initial package for CODE 15
  - azure-cli-redis # Initial package for CODE 15
  - azure-cli-reservations # Initial package for 15 SP1
  - azure-cli-resource # Initial package for CODE 15
  - azure-cli-role # Initial package for CODE 15
  - azure-cli-search # Initial package for 15 SP1
  - azure-cli-servicebus # Initial package for 15 SP1
  - azure-cli-servicefabric # Initial package for CODE 15
  - azure-cli-sql # Initial package for CODE 15
  - azure-cli-storage # Initial package for CODE 15
  - azure-cli-taskhelp # Initial package for CODE 15
  - azure-cli-telemetry # Initial package for 15 SP1
  - azure-cli-vm # Initial package for CODE 15
  - azure-li-services # FATE#326575
  - azuremetadata # Initial package for CODE 15
  - cfn-lint # FATE#326961
  - cloud-init-config-suse # Initial package for CODE 15
  - cloud-init # Initial package for CODE 15
  - cloud-netconfig-azure # Initial package for CODE 15
  - cloud-netconfig-ec2 # Initial package for CODE 15
  - cloud-regionsrv-client-generic-config # Initial package for CODE 15
  - cloud-regionsrv-client # Initial package for CODE 15
  - cloud-regionsrv-client-plugin-azure # Initial package for CODE 15
  - cloud-regionsrv-client-plugin-ec2 # Initial package for CODE 15
  - cloud-regionsrv-client-plugin-gce # Initial package for CODE 15
  - cloud-regionsrv-generic-config # Initial package for CODE 15
  - cloud-regionsrv # Initial package for CODE 15
  - docker-img-store-setup # Initial package for CODE 15
  - google-compute-engine-oslogin # Initial package for CODE 15
  - growpart # Initial package for CODE 15
  - growpart-rootgrow # Initial package for CODE 15, FATE#324768
  - python3-aws-sam-translator # FATE#326961
  - python3-azure-applicationinsights  # Initial package for 15 SP1
  - python3-azure-batch # Initial package for CODE 15
  - python3-azure-cognitiveservices-language-luis  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-language-nspkg  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-language-spellcheck  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-language-textanalytics  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-nspkg  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-autosuggest  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-customsearch  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-entitysearch  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-imagesearch  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-newssearch  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-nspkg  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-videosearch  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-visualsearch  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-search-websearch  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-vision-computervision  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-vision-contentmoderator  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-vision-customvision  # Initial package for 15 SP1
  - python3-azure-cognitiveservices-vision-nspkg  # Initial package for 15 SP1
  - python3-azure-common # Initial package for CODE 15
  - python3-azure-datalake-store # Initial package for CODE 15
  - python3-azure-eventgrid  # Initial package for 15 SP1
  - python3-azure-graphrbac # Initial package for CODE 15
  - python3-azure-keyvault # Initial package for CODE 15
  - python3-azure-loganalytics  # Initial package for 15 SP1
  - python3-azure-mgmt-advisor # Initial package for 15 SP1
  - python3-azure-mgmt-applicationinsights # Initial package for 15 SP1
  - python3-azure-mgmt-authorization # Initial package for CODE 15
  - python3-azure-mgmt-batchai # Initial package for 15 SP1
  - python3-azure-mgmt-batch # Initial package for CODE 15
  - python3-azure-mgmt-billing # Initial package for CODE 15
  - python3-azure-mgmt-botservice # Initial package for 15 SP1
  - python3-azure-mgmt-cdn # Initial package for CODE 15
  - python3-azure-mgmt-cognitiveservices # Initial package for CODE 15
  - python3-azure-mgmt-commerce # Initial package for CODE 15
  - python3-azure-mgmt-compute # Initial package for CODE 15
  - python3-azure-mgmt-consumption # Initial package for CODE 15
  - python3-azure-mgmt-containerinstance # Initial package for CODE 15
  - python3-azure-mgmt-containerregistry # Initial package for CODE 15
  - python3-azure-mgmt-containerservice # Initial package for CODE 15
  - python3-azure-mgmt-cosmosdb # Initial package for CODE 15
  - python3-azure-mgmt-datafactory # Initial package for 15 SP1
  - python3-azure-mgmt-datalake-analytics # Initial package for CODE 15
  - python3-azure-mgmt-datalake-nspkg # Initial package for CODE 15
  - python3-azure-mgmt-datalake-store # Initial package for CODE 15
  - python3-azure-mgmt-datamigration # Initial package for 15 SP1
  - python3-azure-mgmt-devspaces # Initial package for 15 SP1
  - python3-azure-mgmt-devtestlabs # Initial package for CODE 15
  - python3-azure-mgmt-dns # Initial package for CODE 15
  - python3-azure-mgmt-documentdb # Initial package for CODE 15
  - python3-azure-mgmt-eventgrid # Initial package for CODE 15
  - python3-azure-mgmt-eventhub # Initial package for CODE 15
  - python3-azure-mgmt-hanaonazure # Initial package for 15 SP1
  - python3-azure-mgmt-hdinsight # Initial package for 15 SP1
  - python3-azure-mgmt # Initial package for CODE 15
  - python3-azure-mgmt-iotcentral # Initial package for 15 SP1
  - python3-azure-mgmt-iothub # Initial package for CODE 15
  - python3-azure-mgmt-iothubprovisioningservices # Initial package for 15 SP1
  - python3-azure-mgmt-keyvault # Initial package for CODE 15
  - python3-azure-mgmt-kusto # Initial package for 15 SP1
  - python3-azure-mgmt-loganalytics # Initial package for 15 SP1
  - python3-azure-mgmt-logic # Initial package for CODE 15
  - python3-azure-mgmt-machinelearningcompute # Initial package for 15 SP1
  - python3-azure-mgmt-managementgroups # Initial package for 15 SP1
  - python3-azure-mgmt-managementpartner # Initial package for 15 SP1
  - python3-azure-mgmt-maps # Initial package for 15 SP1
  - python3-azure-mgmt-marketplaceordering # Initial package for 15 SP1
  - python3-azure-mgmt-media # Initial package for CODE 15
  - python3-azure-mgmt-monitor # Initial package for CODE 15
  - python3-azure-mgmt-msi # Initial package for 15 SP1
  - python3-azure-mgmt-network # Initial package for CODE 15
  - python3-azure-mgmt-notificationhubs # Initial package for CODE 15
  - python3-azure-mgmt-nspkg # Initial package for CODE 15
  - python3-azure-mgmt-policyinsights # Initial package for 15 SP1
  - python3-azure-mgmt-powerbiembedded # Initial package for CODE 15
  - python3-azure-mgmt-rdbms # Initial package for CODE 15
  - python3-azure-mgmt-recoveryservicesbackup # Initial package for CODE 15
  - python3-azure-mgmt-redis # Initial package for CODE 15
  - python3-azure-mgmt-relay # Initial package for 15 SP1
  - python3-azure-mgmt-reservations # Initial package for 15 SP1
  - python3-azure-mgmt-resource # Initial package for CODE 15
  - python3-azure-mgmt-scheduler # Initial package for CODE 15
  - python3-azure-mgmt-search # Initial package for CODE 15
  - python3-azure-mgmt-servermanager # Initial package for CODE 15
  - python3-azure-mgmt-servicebus # Initial package for CODE 15
  - python3-azure-mgmt-servicefabric # Initial package for CODE 15
  - python3-azure-mgmt-signalr # Initial package for 15 SP1
  - python3-azure-mgmt-sql # Initial package for CODE 15
  - python3-azure-mgmt-storage # Initial package for CODE 15
  - python3-azure-mgmt-subscription # Initial package for 15 SP1
  - python3-azure-mgmt-trafficmanager # Initial package for CODE 15
  - python3-azure-mgmt-web # Initial package for CODE 15
  - python3-azure-monitor # Initial package for CODE 15
  - python3-azure-multiapi-storage # Initial package for CODE 15
  - python3-azure-nspkg # Initial package for CODE 15
  - python3-azure-sdk  # Initial package for 15 SP1
  - python3-azure-servicebus # Initial package for CODE 15
  - python3-azure-servicefabric # Initial package for CODE 15
  - python3-azure-servicemanagement-legacy # Initial package for CODE 15
  - python3-azure-storage # Initial package for CODE 15
  - python3-azure-storage-blob # Initial package for 15 SP1
  - python3-azure-storage-common # Initial package for 15 SP1
  - python3-azure-storage-file  # Initial package for 15 SP1
  - python3-azure-storage-nspkg # Initial package for 15 SP1
  - python3-azure-storage-queue # Initial package for 15 SP1
  - python3-boto3 # Initial package for CODE 15
  - python3-Cerberus # FATE#326575
  - python3-cinderclient # Initial package for CODE 15
  - python3-ec2imgutils # replaces ec2uploadimg, ec2deprecateimg, and ec2publishimg from SP0
  - python3-ec2metadata # Initial package for CODE 15
  - python3-gcemetadata # Initial package for CODE 15
  - python3-glanceclient # Initial package for CODE 15
  - python3-google-api-python-client  # FATE#325539, required by fence-agents in the cloud
  - python3-heat-cfntools # Initial package for CODE 15
  - python3-heatclient # Initial package for CODE 15
  - python3-httplib2 # FATE#325539, required by fence-agents in the cloud
  - python3-keystoneclient # Initial package for CODE 15
  - python3-neutronclient # Initial package for CODE 15
  - python3-novaclient # Initial package for CODE 15
  - python3-oauth2client-flask # FATE#325539, required by fence-agents in the cloud
  - python3-oauth2client-gce # FATE#325539, required by fence-agents in the cloud
  - python3-openstackclient # Initial package for CODE 15
  - python3-susepubliccloudinfo # Initial package for CODE 15
  - python3-swiftclient # Initial package for CODE 15
  - python3-uritemplate # FATE#325539, required by fence-agents in the cloud
  - python-azure-agent # Initial package for CODE 15
  - regionServiceClientConfigAzure # Initial package for CODE 15
  - regionServiceClientConfigEC2 # Initial package for CODE 15
  - regionServiceClientConfigGCE # Initial package for CODE 15
  - regionServiceClientConfigSAPAzure # Initial package for CODE 15
  - regionServiceClientConfigSAPEC2 # Initial package for CODE 15
  - regionServiceClientConfigSAPGCE # Initial package for CODE 15
  - rmt-server-pubcloud # SR#177279
  - s3fs # Initial package for CODE 15
  - supportutils-plugin-suse-public-cloud # Initial package for CODE 15
  # potential candididates for python3 group:
  - python3-Whoosh # Initial package for SP1 for Public Cloud
  - python3-atomicwrites # Initial package for SP1 for Public Cloud
  - python3-capturer # Initial package for SP1 for Public Cloud
  - python3-coloredlogs # Initial package for SP1 for Public Cloud
  - python3-humanfriendly-test # Initial package for SP1 for Public Cloud
  - python3-knack # Initial package for SP1 for Public Cloud
  - python3-more-itertools # Initial package for SP1 for Public Cloud
  - python3-pathlib2 # Initial package for SP1 for Public Cloud
  - python3-portalocker # Initial package for SP1 for Public Cloud
  - python3-pydocumentdb # Initial package for SP1 for Public Cloud
  - python3-sshtunnel # Initial package for SP1 for Public Cloud
  - python3-verboselogs # Initial package for SP1 for Public Cloud


#   Defines the various GNOME groups
# 	Owner: SLED Release Manager, Desktop Project Manager
#
# Currently existing groups:
# * gnome_minimal:
#   Very minimal set
#   requires groups sle_base, sle_base_extension and x11*
# * gnome_standard
#   'normal' set off GNOME tools.
# * gnome_extended
#   stuff formerly in the SLE-WE product only
gnome_minimal:
  - at-spi2-atk-gtk2 #   Initial package for SLE 15
  - accountsservice-lang
  - clutter-gtk-lang
  - clutter-lang
  - cogl-lang
  - desktop-data-SLE #   Initial package for SLE 15, dependecy:icewm-default
  - gdm #  Initial package for SLE 15
  - gdm-lang
  - gnome-keyring #  Initial package for SLE 15
  - gnome-keyring-pam #  Initial package for SLE 15
  - libgnome-keyring-lang
  - gnome-bluetooth-lang
  - gnome-control-center-lang
  - gnome-desktop-lang
  - gnome-keyring-lang
  - gnome-menus-lang
  - gnome-session #  Initial package for SLE 15
  - gnome-session-lang
  - gnome-settings-daemon #  Initial package for SLE 15
  - gnome-settings-daemon-lang
  - gnome-shell #  Initial package for SLE 15
  - gnome-shell-lang
  - gnome-shell-classic #  Initial package for SLE 15
  - gnome-shell-search-provider-gnome-terminal #  Initial package for SLE 15
  - gnome-shell-search-provider-nautilus #  Initial package for SLE 15
  - gnome-terminal #  Initial package for SLE 15
  - gnome-terminal-lang
  - gnome-tweak-tool #  Initial package for SLE 15
  - gnome-tweak-tool-lang
  - gnome-user-docs #    Initial package for SLE 15
  - gtk2-data #  hard requirement for gtk2
  - gtk2-metatheme-adwaita #  hard requirement for gtk2
  - gtk2-theming-engine-adwaita #  hard requirement for gtk2
  - gvfs-lang #recommended by gvfs
  - metatheme-adwaita-common #  hard requirement for gtk3
  - gtk3-metatheme-adwaita #  hard requirement for gtk3
  - gvfs-backend-samba #  Initial package for SLE 15
  - gvfs-backends #  Initial package for SLE 15
  - gvfs-fuse #  Initial package for SLE 15
  - gvfs #  Initial package for SLE 15
  - libgnomesu #  Initial package for SLE 15
  - libgnomesu-lang # recommended by libgnomesu
  - libnotify-tools # bsc#1068892
  - nautilus #  Initial package for SLE 15
  - nautilus-lang # recommended by nautilus
  - nautilus-extension-terminal #  Initial package for SLE 15
  - patterns-gnome-gnome_basis: [recommended]
  - pinentry-gnome3 #  Initial package for SLE 15
  - shared-mime-info #  Initial package for SLE 15
  - system-role-server-default # SLE+GNOME
  - vte-lang # gnome_minimal:gnome-shell-search-provider-gnome-terminal
  - xdg-user-dirs-gtk #  Initial package for SLE 15
  - xdg-user-dirs-gtk-lang # recommended by xdg-user-dirs-gtk
  - xdg-user-dirs-lang # recommended by xdg-user-dirs-gtk
  - yelp #  Initial package for SLE 15
  - yelp-lang # recommended by yelp

gnome_standard:
  - system-role-basic-desktop # only for SLED / WE, FATE#324198, bsc#1083219
  - patterns-gnome-gnome_basic: [recommended]
  - alacarte #inherited from Code12
  - alacarte-lang #inherited from Code12
  - appstream-glib-lang # recommended by gnome-software
  - avahi-autoipd
  - avahi-utils-gtk
  - brasero #  Initial package for SLE 15
  - brasero-lang # recommended by brasero
  - brasero-nautilus #  Initial package for SLE 15
  - brltty-driver-at-spi2 # recommended by orca
  - brltty-driver-brlapi # recommended by orca
  - brltty-driver-speech-dispatcher # recommended by orca
  - brltty-lang # recommended by orca
  - canberra-gtk-play #   bsc#953862
  - caribou-gtk2-module # gnome_standard:caribou-gtk3-module
  - caribou-gtk3-module # gnome_standard:caribou
  - caribou # Initial package for SLE 15
  - caribou-lang # gnome_standard:caribou
  - chrome-gnome-shell #  Inherited from CODE12
  - cups-pk-helper #  Initial package for SLE 15
  - cups-pk-helper-lang # recommended by cups-pk-helper
  - dasher #  Initial package for SLE 15
  - dasher-lang # recommended by dasher
  - dconf-editor #  Initial package for SLE 15
  - dconf-editor-lang # recommended by dconf-editor
  - desktop-translations #   Initial package for SLE 15, bsc#1091958
  - devilspie2 #  FATE#320018
  - devilspie2-lang
  - eog #  Initial package for SLE 15
  - eog-lang # recommended by eog
  - espeak #  FATE#316851 a11y
  - evince #  Initial package for SLE 15
  - evince-lang # recommended by evince-plugin-djvudocument
  - evince-plugin-djvudocument #  Initial package for SLE 15
  - evince-plugin-dvidocument #  Initial package for SLE 15
  - evince-plugin-pdfdocument #  Initial package for SLE 15
  - evince-plugin-psdocument #  Initial package for SLE 15
  - evince-plugin-tiffdocument #  Initial package for SLE 15
  - evince-plugin-xpsdocument #  Initial package for SLE 15
  - file-roller #  Initial package for SLE 15
  - file-roller-lang # recommended by file-roller
  - firewall-config #  Initial package for SLE 15,FATE#320794
  - flatpak-zsh-completion # FATE#325524
  - fwupd-lang # needed by gnome-software
  - fwupd # needed by gnome-software
  - gcab-lang # recommended by gnome-software
  - gconf-editor #  Initial package for SLE 15
  - gconf-editor-lang # recommended by gconf-editor
  - gconf-polkit # recommended by pulseaudio-module-gcon
  - gcr-ssh-askpass # new subpackage with SP1
  - gedit-devel #  Initial package for SLE 15
  - gedit #  Initial package for SLE 15
  - gedit-lang # recommended by gedit
  - gnome-calculator
  - gnome-calculator-lang # gnome_extended:gnome-calculator
  - gnome-characters #  Initial package for SLE 15
  - gnome-characters-lang # recommended by gnome-characters
  - gnome-packagekit-lang # recommended by gnome-packagekit
  - gnome-power-manager #  Initial package for SLE 15
  - gnome-power-manager-lang # recommended by gnome-power-manager
  - gnome-screenshot #  Initial package for SLE 15
  - gnome-screenshot-lang # recommended by gnome-screenshot
  - gnome-shell-extensions-common #  Initial package for SLE 15
  - gnome-shell-extensions-common-lang # recommended by gnome-shell-classic
  - gnome-shell-search-provider-gnome-characters #  Initial package for SLE 15
  - gnome-software #  Initial package for SLE 15
  - gnome-software-lang # recommended by gnome-software
  - gnome-system-monitor #  Initial package for SLE 15
  - gnome-system-monitor-lang # recommended by gnome-system-monitor
  - gnome-themes #  Initial package for SLE 15
  - gnome-themes-lang # recommended by gnome-themes
  - gnome-user-docs-lang # gnome_minimal:gnome-user-docs
  - gnome-vfs2-lang
  - gspell-lang
  - gstreamer-plugins-bad-lang
  - gtksourceview-lang
  - gtkspell3-lang
  - gvfs-backend-afc # Initial package for SLE 15
  - gvim #  Initial package for SLE 15
  - ibus-cangjie # input method for Hong-Kong / Taiwan
  - ibus-chewing # input method for Chinese mainland
  - ibus-gtk
  - ibus-gtk3
  - ibus-hangul # input method for Korea
  - ibus-kkc # input method for Japan
  - ibus-lang
  - ibus-libpinyin # input method for Chinese mainland
  - ibus-libzhuyin # input method for Taiwan
  - ibus-m17n # input method, global
  - ibus-mozc: [x86_64,aarch64,ppc64le] # input method for Japan
  - ibus-pinyin # input method for Chinese mainland
  - ibus-rime # input method for Taiwan
  - ibus-skk # input method for Japan
  - ibus-table-chinese-array
  - ibus-table-chinese-cangjie
  - ibus-table-chinese-cantonese
  - ibus-table-chinese-easy
  - ibus-table-chinese-erbi
  - ibus-table-chinese-jyutping
  - ibus-table-chinese-quick
  - ibus-table-chinese-scj
  - ibus-table-chinese-stroke5
  - ibus-table-chinese-wu
  - ibus-table-chinese-wubi-haifeng
  - ibus-table-chinese-wubi-jidian
  - ibus-table-chinese-yong
  - ibus-table-cns11643
  - ibus-table-compose
  - ibus-table-devel  # devel package
  - ibus-table-emoji
  - ibus-table-extraphrase
  - ibus-table-extraphrase-devel  # devel package
  - ibus-table-latex
  - ibus-table-mathwriter
  - ibus-table-others
  - ibus-table-rusle
  - ibus-table-rustrad
  - ibus-table-thai
  - ibus-table-translit
  - ibus-table-translit-ua
  - ibus-table-yawerty
  - ibus-unikey # input method for Vietnam (bsc#1069115)
  - leveldb-devel # bsc#1078769
  - libboost_filesystem1_66_0-devel # libboost_filesystem1_66_0 is pulled in by ibus-rime
  - libcanberra-gtk2-module
  - libcanberra-gtk3-module
  - libchewing-devel # libchewing3 is pulled in by ibus-chewing
  - libcryptui-devel
  - libgnomecanvas-lang
  - libhangul-devel # libhangul1 pulled by ibus-hangul
  - libjack-devel # needed to build pulseaudio
  - libkkc-devel # libkkc2 pulled by ibus-kkc
  - libpeas-lang # gnome_standard:eog
  - libpeas-loader-python3 # gnome_standard:eog
  - libpeas-loader-python # gnome_standard:eog
  - librime-devel # librime1 pulled by ibus-rime
  - libskk-devel # libskk0 pulled by ibus-skk
  - libwnck-lang # recommended by orca
  - mutter-lang # gnome_extended:patterns-gnome-gnome_imaging
  - nautilus-evince #  Initial package for SLE 15
  - nautilus-share #  Initial package for SLE 15
  - nautilus-share-lang # recommended by nautilus-share
  - opencc-devel # ibus-pinyin pulls in libopencc2 and opencc
  - openssh-askpass-gnome #  Initial package for SLE 15
  - orca #  Initial package for SLE 15
  - orca-lang # recommended by orca
  - PackageKit #  Initial package for SLE 15, inherited from CODE12
  - PackageKit-lang # recommended by PackageKit
  - QGnomePlatform # Initial package for SLE 15
  - sound-theme-freedesktop #  Initial package for SLE 15
  - speech-dispatcher-module-espeak #  Initial package for SLE 15, a11y
  - system-config-printer-common-lang # recommended by system-config-printer-dbus-service
  - system-config-printer-dbus-service #  Initial package for SLE 15, needed by gnome-control-center
  - totem-pl-parser-lang # gnome_standard:brasero
  - translation-update-ar #    Initial package for SLE 15
  - translation-update-cs #    Initial package for SLE 15
  - translation-update-da #    Initial package for SLE 15
  - translation-update-de #    Initial package for SLE 15
  - translation-update-es #    Initial package for SLE 15
  - translation-update-fi #    Initial package for SLE 15
  - translation-update-fr #    Initial package for SLE 15
  - translation-update-hu #    Initial package for SLE 15
  - translation-update #    Initial package for SLE 15
  - translation-update-it #    Initial package for SLE 15
  - translation-update-ja #    Initial package for SLE 15
  - translation-update-ko #    Initial package for SLE 15
  - translation-update-nb #    Initial package for SLE 15
  - translation-update-nl #    Initial package for SLE 15
  - translation-update-pl #    Initial package for SLE 15
  - translation-update-pt_BR #    Initial package for SLE 15
  - translation-update-pt #    Initial package for SLE 15
  - translation-update-ru #    Initial package for SLE 15
  - translation-update-sv #    Initial package for SLE 15
  - translation-update-zh_CN #    Initial package for SLE 15
  - translation-update-zh_TW #    Initial package for SLE 15
  - typelib-1_0-Fwupd-2_0
  - typelib-1_0-GCab-1_0
  - typelib-1_0-GMime-3_0
  - typelib-1_0-kkc-1_0
  - udev-configure-printer #   Initial package for SLE 15
  - upower-lang # recommended by gnome-power-manager
  - vino #  Initial package for SLE 15
  - vino-lang # recommended by vino
  - xdg-desktop-portal-devel # needed by flatpak
  - xdg-desktop-portal-gtk-lang # needed by flatpak
  - xdg-desktop-portal-gtk # needed by flatpak
  - xdg-desktop-portal-lang # needed by flatpak
  - yaml-cpp-devel # libyaml-cpp0_6 pulled by ibus-rime
  - zenity-lang
  - zinnia-devel # zinnia pulled in by ibus-mozc

gnome_extended:
  - typelib-1_0-Gsf-1
  - typelib-1_0-GSound-1_0
  - typelib-1_0-GSSDP-1_0
  - typelib-1_0-GUPnP-1_0
  - typelib-1_0-GUPnPIgd-1_0
  - typelib-1_0-Grss-0_7
  - typelib-1_0-Gegl-0_3
  - typelib-1_0-GExiv2-0_10
  - typelib-1_0-GFBGraph-0_2
  - typelib-1_0-CryptUI-0_0
  - typelib-1_0-Champlain-0_12
  - typelib-1_0-Gom-1_0
  - patterns-gnome-gnome: [recommended]
  - patterns-gnome-gnome_imaging: [recommended]
  - patterns-gnome-gnome_multimedia: [recommended]
  - argyllcms
  - babl-devel # libbabl s part of Productivity
  - baobab #  Initial package for SLE 15
  - baobab-lang # gnome_extended:baobab
  - bluez-cups #  Initial package for SLE 15
  - bluez-firmware #  Initial package for SLE 15
  - bogofilter-db
  - cheese #  Initial package for SLE 15
  - cheese-lang # gnome_extended:cheese
  - colord-color-profiles
  - colord-gtk-lang # gnome_extended:patterns-gnome-gnome_imaging
  - colord #  Initial package for SLE 15
  - colord-lang # gnome_extended:colord
  - color-filesystem #  Initial package for SLE 15
  - deja-dup #   Initial package for SLE 15
  - deja-dup-lang # gnome_extended:deja-dup
  - desktop-data-SLE-extra #   Initial package for SLE 15
  - duplicity  # Needed by deja-dup
  - duplicity-lang  # Needed by deja-dup
  - eiciel #   Initial package for SLE 15
  - eiciel-lang # gnome_extended:eiciel
  - ekiga #   Initial package for SLE 15
  - ekiga-lang # gnome_extended:ekiga
  - ekiga-plugins-evolution # gnome_extended:ekiga
  - enigmail # FATE#323869
  - evolution-data-server-devel
  - evolution-data-server #  Initial package for SLE 15
  - evolution-data-server-lang # gnome_extended:evolution
  - evolution-devel
  - evolution-ews #  Initial package for SLE 15
  - evolution-ews-lang # gnome_extended:evolution-ews
  - evolution #  Initial package for SLE 15
  - evolution-lang # gnome_extended:evolution
  - evolution-plugin-bogofilter # gnome_extended:evolution
  - evolution-plugin-pst-import # gnome_extended:evolution
  - evolution-plugin-spamassassin # gnome_extended:evolution
  - farstream-devel # farstream pulled by pidgin
  - folks-devel
  - folks-lang # gnome_extended:gnome-contacts
  - freerdp-devel
  - freerdp #  Initial package for SLE 15
  - gegl-0_3-lang # gnome_extended:gnome-photos
  - gegl-devel
  - ghex #  Initial package for SLE 15
  - ghex-lang # gnome_extended:ghex
  - gimp-devel
  - gimp #  FATE#316806
  - gimp-help-ca #  FATE#316806
  - gimp-help-da #  FATE#316806
  - gimp-help-de #  FATE#316806
  - gimp-help-el #  FATE#316806
  - gimp-help-en_GB #  FATE#316806
  - gimp-help-es #  FATE#316806
  - gimp-help #  FATE#316806
  - gimp-help-fi #  FATE#316806
  - gimp-help-fr #  FATE#316806
  - gimp-help-hr #  FATE#316806
  - gimp-help-it #  FATE#316806
  - gimp-help-ja #  FATE#316806
  - gimp-help-ko #  FATE#316806
  - gimp-help-lt #  FATE#316806
  - gimp-help-nl #  FATE#316806
  - gimp-help-nn #  FATE#316806
  - gimp-help-pl #  FATE#316806
  - gimp-help-pt_BR #  FATE#316806
  - gimp-help-ru #  FATE#316806
  - gimp-help-sl #  FATE#316806
  - gimp-help-sv #  FATE#316806
  - gimp-help-zh #  FATE#316806
  - gimp-lang # gnome_extended:gimp
  - gimp-plugins-python #  Initial package for SLE 15
  - gjs
  - gnome-backgrounds #   Initial package for SLE 15
  - gnome-clocks
  - gnome-clocks-lang # gnome_extended:gnome-clocks
  - gnome-color-manager #   Initial package for SLE 15
  - gnome-color-manager-lang #   Initial package for SLE 15
  - gnome-contacts
  - gnome-contacts-lang # gnome_extended:gnome-contacts
  - gnome-control-center-color #  Initial package for SLE 15
  - gnome-control-center-goa #  Initial package for SLE 15
  - gnome-control-center-user-faces #  FATE#320508
  - gnome-disk-utility #  FATE#316895
  - gnome-disk-utility-lang # gnome_extended:gnome-disk-utility
  - gnome-documents
  - gnome-documents_books-common
  - gnome-documents-lang # gnome_extended:gnome-documents
  - gnome-initial-setup #  FATE#321126
  - gnome-initial-setup-lang # gnome_extended:gnome-initial-setup
  - gnome-logs #  FATE#320461
  - gnome-logs-lang # gnome_extended:gnome-logs
  - gnome-music #FATE#320503
  - gnome-music-lang #FATE#320503
  - gnome-online-accounts #  Initial package for SLE 15
  - gnome-online-accounts-lang #  Initial package for SLE 15
  - gnome-online-miners # bsc#1070273
  - gnome-photos #  FATE#323240
  - gnome-photos-lang # gnome_extended:gnome-photos
  - gnome-session-wayland: [x86_64,ppc64le,aarch64] # FATE#316497
  - gnome-shell-calendar #  Initial package for SLE 15
  - gnome-shell-search-provider-contacts #  Initial package for SLE 15
  - gnome-shell-search-provider-documents #  Initial package for SLE 15
  - gnome-shell-search-provider-gnome-calculator #  Initial package for SLE 15
  - gnome-shell-search-provider-gnome-clocks #  Initial package for SLE 15
  - gnome-shell-search-provider-gnome-photos #  Initial package for SLE 15
  - gnome-shell-search-provider-gnome-weather #  Initial package for SLE 15
  - gnome-shell-search-provider-gnote #  Initial package for SLE 15
  - gnome-shell-search-provider-seahorse #  Initial package for SLE 15
  - gnome-video-effects
  - gnome-weather #  Initial package for SLE 15
  - gnome-weather-lang # gnome_extended:gnome-shell-search-provider-gnome-weather
  - gnote
  - gnote-lang # gnome_extended:gnome-shell-search-provider-gnote
  - grilo-lang # bsc#1070273
  - grilo-plugins # bsc#1070273
  - grilo-plugins-lang # bsc#1070273
  - grilo-tools # bsc#1070273
  - gsound-devel
  - gsound #  Initial package for SLE 15
  - gstreamer-plugins-ugly # FATE#323896
  - gstreamer-plugins-ugly-lang
  - gtkspell-lang
  - hexchat-devel  # Initial package for SLE 15
  - hexchat #  Initial package for SLE 15
  - hexchat-lang # gnome_extended:hexchat
  - hexchat-plugins-lua #  Initial package for SLE 15
  - hexchat-plugins-perl #  Initial package for SLE 15
  - hexchat-plugins-python3 #  Initial package for SLE 15
  - hp-drive-guard #  Initial package for SLE 15
  - liba52-devel # liba52-0 pulled in by gstreamer-plugins-ugly
  - libabw-devel # needed to build libreoffice
  - libcdr-devel # libcdr-0_1-1 is pulled in by gnome-documents
  - libcmis-devel # needed to build libreoffice
  - libcue-devel # needed to build tracker-miners
  - libdvdread-devel # needed to build gnome-disk-utility
  - libe-book-devel # needed to build libreoffice
  - libeot-devel # needed to build libreoffice
  - libepc-devel # needed to build totem
  - libepubgen-devel # libepubgen-0_1-1 pulled in by libreoffice-filters-optional
  - libexttextcat-devel # needed to build libreoffice
  - libfreehand-devel # needed to build libreoffice
  - libgdata-lang
  - libgexiv2-devel
  - libgrss-devel # libgrss0 pulled by typelib-1_0-Grss-0_7
  - libgsf-devel # libgsf-1-114 pulled by typelib-1_0-Gsf-1
  - libgsf-lang # gnome_extended:gnome-documents
  - libgssdp-devel # libgssdp-1_0-3 pulled by typelib-1_0-GSSDP-1_0
  - libgtop-lang # gnome_extended:patterns-gnome-gnome
  - libgweather-lang # gnome_extended:patterns-gnome-gnome
  - liblangtag-devel # bsc#1084887
  - libmspub-devel # needed to build libreoffice
  - libmysqlcppconn-devel # moved from sdk - reason: bsc#982212
  - libnumbertext-devel # libnumbertext-1_0-0 pulled by gnome-documents
  - libnumbertext-tools # libnumbertext-1_0-0 pulled by gnome-documents
  - libodfgen-devel # needed to build libreoffice
  - libopal-devel # libopal3_10_10 pulled by ekiga
  - liborcus-devel # liborcus-0_13-0 pulled in by gnome-documents
  - libpagemaker-devel # needed to build libreoffice
  - libproxy1-config-gnome3 # gnome_extended:patterns-gnome-gnome
  - libproxy1-networkmanager # gnome_extended:NetworkManager-applet
  - libpst-devel # evolution-plugin-pst-import pulls in libpst4
  - libpurple-lang # gnome_extended:pidgin
  - libpurple-plugin-import-empathy
  - libpurple-plugin-sametime
  - libpurple-plugin-sipe-lang # gnome_extended:pidgin-plugin-sipe
  - libqmi-tools # bsc#1073634
  - libqxp-devel # libqxp-0_0-0 pulled in by gnome-documents
  - libreoffice-base-drivers-postgresql: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - libreoffice-base: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - libreoffice-calc-extensions: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - libreoffice-calc: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - libreoffice-draw: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - libreoffice-filters-optional: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - libreoffice-gnome: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - libreoffice-gtk3: [x86_64,aarch64] # bsc#1066093
  - libreoffice-icon-themes # bsc#1066361
  - libreoffice-impress: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - libreoffice-l10n-af: [x86_64,aarch64]
  - libreoffice-l10n-ar: [x86_64,aarch64]
  - libreoffice-l10n-as: [aarch64,x86_64]
  - libreoffice-l10n-bg: [x86_64,aarch64]  #  FATE#319100
  - libreoffice-l10n-bn: [aarch64,x86_64]
  - libreoffice-l10n-br: [aarch64,x86_64]
  - libreoffice-l10n-ca: [x86_64,aarch64]
  - libreoffice-l10n-cs: [x86_64,aarch64]
  - libreoffice-l10n-cy: [aarch64,x86_64]
  - libreoffice-l10n-da: [x86_64,aarch64]
  - libreoffice-l10n-de: [x86_64,aarch64]
  - libreoffice-l10n-dz: [aarch64,x86_64]
  - libreoffice-l10n-el: [aarch64,x86_64]
  - libreoffice-l10n-eo: [aarch64,x86_64]
  - libreoffice-l10n-es: [x86_64,aarch64]
  - libreoffice-l10n-et: [aarch64,x86_64]
  - libreoffice-l10n-eu: [aarch64,x86_64]
  - libreoffice-l10n-fa: [aarch64,x86_64]
  - libreoffice-l10n-fi: [x86_64,aarch64]
  - libreoffice-l10n-fr: [x86_64,aarch64]
  - libreoffice-l10n-ga: [aarch64,x86_64]
  - libreoffice-l10n-gl: [aarch64,x86_64]
  - libreoffice-l10n-gu: [x86_64,aarch64]
  - libreoffice-l10n-he: [aarch64,x86_64]
  - libreoffice-l10n-hi: [x86_64,aarch64]
  - libreoffice-l10n-hr: [x86_64,aarch64]  #  FATE#319100
  - libreoffice-l10n-hu: [x86_64,aarch64]
  - libreoffice-l10n-it: [x86_64,aarch64]
  - libreoffice-l10n-ja: [x86_64,aarch64]
  - libreoffice-l10n-kk: [aarch64,x86_64]
  - libreoffice-l10n-kn: [aarch64,x86_64]
  - libreoffice-l10n-ko: [x86_64,aarch64]
  - libreoffice-l10n-lt: [x86_64,aarch64]  #  FATE#319100
  - libreoffice-l10n-lv: [aarch64,x86_64]
  - libreoffice-l10n-mai: [aarch64,x86_64]
  - libreoffice-l10n-ml: [aarch64,x86_64]
  - libreoffice-l10n-mr: [aarch64,x86_64]
  - libreoffice-l10n-nb: [x86_64,aarch64]
  - libreoffice-l10n-nl: [x86_64,aarch64]
  - libreoffice-l10n-nn: [x86_64,aarch64]
  - libreoffice-l10n-nr: [aarch64,x86_64]
  - libreoffice-l10n-nso: [aarch64,x86_64]
  - libreoffice-l10n-or: [aarch64,x86_64]
  - libreoffice-l10n-pa: [aarch64,x86_64]
  - libreoffice-l10n-pl: [x86_64,aarch64]
  - libreoffice-l10n-pt_BR: [x86_64,aarch64]
  - libreoffice-l10n-pt_PT: [x86_64,aarch64]
  - libreoffice-l10n-ro: [x86_64,aarch64]  #  FATE#319100
  - libreoffice-l10n-ru: [x86_64,aarch64]
  - libreoffice-l10n-si: [aarch64,x86_64]
  - libreoffice-l10n-sk: [x86_64,aarch64]
  - libreoffice-l10n-sl: [aarch64,x86_64]
  - libreoffice-l10n-sr: [aarch64,x86_64]
  - libreoffice-l10n-ss: [aarch64,x86_64]
  - libreoffice-l10n-st: [aarch64,x86_64]
  - libreoffice-l10n-sv: [x86_64,aarch64]
  - libreoffice-l10n-ta: [aarch64,x86_64]
  - libreoffice-l10n-te: [aarch64,x86_64]
  - libreoffice-l10n-th: [aarch64,x86_64]
  - libreoffice-l10n-tn: [aarch64,x86_64]
  - libreoffice-l10n-tr: [aarch64,x86_64]
  - libreoffice-l10n-ts: [aarch64,x86_64]
  - libreoffice-l10n-uk: [x86_64,aarch64]  #  FATE#319100
  - libreoffice-l10n-ve: [aarch64,x86_64]
  - libreoffice-l10n-xh: [x86_64,aarch64]
  - libreoffice-l10n-zh_CN: [x86_64,aarch64]
  - libreoffice-l10n-zh_TW: [x86_64,aarch64]
  - libreoffice-l10n-zu: [x86_64,aarch64]
  - libreoffice-mailmerge: [x86_64,aarch64]
  - libreoffice-math: [x86_64,aarch64]
  - libreoffice-officebean: [x86_64,aarch64]
  - libreoffice-pyuno: [x86_64,aarch64]
  - libreoffice-voikko: [x86_64,aarch64]
  - libreoffice-writer-extensions: [x86_64,aarch64]
  - libreoffice-writer: [x86_64,aarch64]
  - libreoffice: [x86_64,aarch64] #   Initial package for SLE 15, TBD: support status
  - librevenge-devel # bsc#1084887
  - libvisio-devel # needed to build libreoffice
  - libvoikko-devel: [x86_64,aarch64] # libvoikko1 is pulled in by libreoffice-l10n-fi
  - libwmf-devel # libwmf-0_2-7 pulled by gimp
  - libwpd-devel # needed to build libreoffice
  - libwpg-devel # needed to build libreoffice
  - libwps-devel: [x86_64,aarch64] # libwps-0_4-4 pulled by libreoffice-calc
  - libzmf-devel # needed to build libreoffice
  - lpsolve-devel # needed to build libreoffice
  - meanwhile-devel # libpurple-plugin-sametime pulls in libmeanwhile1
  - ModemManager-bash-completion # gnome_extended:ModemManager
  - ModemManager #  Initial package for SLE 15
  - ModemManager-lang # gnome_extended:ModemManager
  - MozillaThunderbird-translations-common: [x86_64,ppc64le,aarch64] # FATE#323869
  - MozillaThunderbird-translations-other: [x86_64,ppc64le,aarch64] # FATE#323869
  - MozillaThunderbird: [x86_64,ppc64le,aarch64] # FATE#323869
  - mythes-devel # needed to build libreoffice
  - nautilus-deja-dup
  - nautilus-eiciel #   Initial package for SLE 15
  - nautilus-totem
  - NetworkManager-applet #  Initial package for SLE 15
  - NetworkManager-applet-lang # gnome_extended:NetworkManager-applet
  - NetworkManager-branding-SLE
  - NetworkManager-connection-editor # FATE#318572
  - NetworkManager #  Initial package for SLE 15
  - NetworkManager-lang #  Initial package for SLE 15
  - NetworkManager-openconnect-gnome: [x86_64,aarch64,ppc64le] # FATE#323497
  - NetworkManager-openconnect-lang: [x86_64,aarch64,ppc64le] # gnome_extended:NetworkManager-openconnect
  - NetworkManager-openconnect: [x86_64,aarch64,ppc64le] #  FATE#323497
  - NetworkManager-openvpn-gnome #  Initial package for SLE 15
  - NetworkManager-openvpn #  Initial package for SLE 15
  - NetworkManager-openvpn-lang # gnome_extended:NetworkManager-openvpn
  - NetworkManager-pptp-gnome #  Initial package for SLE 15
  - NetworkManager-pptp #  Initial package for SLE 15
  - NetworkManager-pptp-lang # gnome_extended:NetworkManager-pptp
  - openconnect-devel
  - openconnect-lang
  - openconnect-lang: [x86_64,aarch64,ppc64le] # gnome_extended:NetworkManager-openconnect
  - PackageKit-gstreamer-plugin #  Initial package for SLE 15
  - PackageKit-gtk3-module # FATE#318572
  - pidgin-devel
  - pidgin #  Initial package for SLE 15
  - pidgin-plugin-otr #  Initial package for SLE 15
  - pidgin-plugin-otr-lang # gnome_extended:pidgin-plugin-otr
  - pidgin-plugin-sipe #  Initial package for SLE 15
  - remmina # gnome_standard:patterns-gnome-gnome
  - remmina-devel
  - remmina-kiosk 
  - remmina-lang # gnome_standard:patterns-gnome-gnome
  - remmina-plugin-exec
  - remmina-plugin-rdp # gnome_standard:patterns-gnome-gnome
  - remmina-plugin-secret
  - remmina-plugin-spice
  - remmina-plugin-st 
  - remmina-plugin-vnc # gnome_standard:patterns-gnome-gnome
  - remmina-plugin-xdmcp
  - rp-pppoe # needed to build NM
  - seahorse-daemon #  Initial package for SLE 15
  - seahorse #  Initial package for SLE 15
  - seahorse-lang # gnome_extended:seahorse
  - simple-scan #  FATE#316798
  - simple-scan-lang # gnome_extended:simple-scan
  - tbb-devel # libtbb2 pulled by opencv-devel
  - totem-devel
  - totem-lang
  - totem-plugin-brasero
  - totem-plugins
  - tracker
  - tracker-lang # gnome_extended:gnome-photos
  - tracker-miner-files
  - tracker-miners-lang # gnome_extended:gnome-documents
  - usbmuxd # desktop_extended_apps:imobiledevice-tools
  - xmlsec1-nss-devel # needed to build libreoffice
  - xmlsec1-openssl-devel # bsc#1101426

# Defines the packages that are part of the Installer Image
#   	Owner: SLES Release Manager

sle_minimal:
  - patterns-base-base: [recommended]
  - patterns-base-minimal_base: [recommended]
  - aaa_base #  Initial package for SLE 15
  - bash #  Initial package for SLE 15
  - bash-doc # sle_minimal:aaa_base
  - bash-lang # sle_minimal:aaa_base
  - bcache-tools # FATE#315210, moved to minimal due to FATE#325346
  - bzip2 # Part of SLE 15, explicitely added after requires changes in other packages.
  - biosdevname: [x86_64] #  Initial package for SLE 15
  - blog-plymouth # Initial package for SLE15
  - branding-SLE # sle_minimal:aaa_base
  - btrfsmaintenance #  Initial package for SLE 15
  - btrfsprogs #  Initial package for SLE 15
  - busybox-static # explicit added after patterns change
  - chrony #  Initial package for SLE 15, bsc#1081000#c7
  - coreutils #  Initial package for SLE 15
  - coreutils-lang # sle_minimal:aaa_base
  - cpio-lang # sle_minimal:aaa_base
  - cpio-mt # sle_minimal:aaa_base
  - cron #  Initial package for SLE 15, bsc#1072602
  - cronie #  Initial package for SLE 15, bsc#1072602
  - cryptsetup #  Initial package for SLE 15
  - device-mapper #  Initial package for SLE 15
  - diffutils # required by aaa_base
  - diffutils-lang # sle_minimal:aaa_base
  - dosfstools #  Needed for partitioning and kiwi requires
  - dracut #  Initial package for SLE 15
  - dracut-fips #  Initial package for SLE 15
  - dump-rmt # sle_minimal:aaa_base
  - e2fsprogs #  Initial package for SLE 15
  - ecryptfs-utils # Initial package for SLE 15
  - ed #  Initial package for SLE 15
  - elfutils #  Initial package for SLE 15
  - elfutils-lang # sle_minimal:aaa_base
  - fcoe-utils #  Initial package for SLE 15,bsc#1054985
  - filesystem #  Initial package for SLE 15
  - findutils-lang # sle_minimal:aaa_base
  - fipscheck #  Initial package for SLE 15
  - firewalld #  Initial package for SLE 15, FATE#320794, FATE#323436
  - firewalld-lang #  Initial package for SLE 15, FATE#320794, FATE#323436
  - firewalld-rpcbind-helper # Initial package for SLE 15, FATE#320794, FATE#323436
  - gio-branding-SLE # sle_minimal:firewalld
  - glib2-lang # sle_minimal:cryptconfig
  - glibc #  Initial package for SLE 15
  - glibc-extra # sle_minimal:aaa_base
  - glibc-locale # needed for en_US locale
  - gpg2-lang # sle_minimal:btrfsmaintenance
  - gptfdisk #  Initial package for SLE 15
  - grep-lang # sle_minimal:aaa_base
  - haveged #  Initial package for SLE 15
  - hfsutils #  Initial package for SLE 15,bsc#1054985
  - hmaccalc #  Initial package for SLE 15
  - hyper-v: [x86_64] #  Initial package for SLE 15, bsc#1069798
  - iproute2 #  Initial package for SLE 15
  - iputils #  Initial package for SLE 15 SP1, bsc#1121411
  - iscsiuio # Initial package for SLE15, bsc#1079364
  - issue-generator #  Initial package for SLE 15
  - jfsutils #  Initial package for SLE 15,bsc#1054985
  - kbd #  Initial package for SLE 15
  - kdump #  Initial package for SLE 15
  - kdumpid #  Initial package for SLE 15
  - kernel-zfcpdump: [s390x] #  Initial package for SLE 15, bsc#1070423
  - kernel-default #  Initial package for SLE 15
  - kernel-firmware #  Initial package for SLE 15
  - kexec-tools #  Initial package for SLE 15
  - kmod #  Initial package for SLE 15
  - less #  Initial package for SLE 15
  - libbtrfs0 #  Initial package for SLE 15
  - libdbus-1-3 #  Initial package for SLE 15
  - libibverbs1 # was pulled in before by multipath-tools-rbd bsc#1099037
  - libopenssl1_1 #  Initial package for SLE 15, FATE#323920
  - libopenssl1_1-hmac #  Initial package for SLE 15, FATE#323920
  - libpwquality-lang # sle_minimal:cryptconfig
  - libHBAAPI2 #    Inherited from CODE 12, bsc#1068156
  - libstdc++6-locale # Inherited from CODE 12, bsc#944324
  - lvm2 #  Initial package for SLE 15
  - mailx # needed by cronie, bsc#1072602
  - master-boot-code: [x86_64] # Inherited from CODE12, bsc#1072416
  - mdadm #  Initial package for SLE 15
  - mokutil: [x86_64] #  Initial package for SLE 15
  - multipath-tools #  Initial package for SLE 15 [HPservers requirement]
  - net-tools-lang # sle_minimal:rollback-helper
  - nvme-cli # bsc#1127815
  - nfs-client #  Initial package for SLE 15,bsc#1054985
  - open-iscsi #  Initial package for SLE 15,bsc#1054985
  - openssh #  Initial package for SLE 15
  - openssh-helpers # sle_minimal:kdump
  - pam #  Initial package for SLE 15
  - procps #  Initial package for SLE 15
  - publicsuffix # sle_minimal:aaa_base
  - raspberrypi-firmware: [aarch64]  # bsc 1130015
  - raspberrypi-firmware-config: [aarch64]  # bsc 1130015
  - raspberrypi-firmware-dt: [aarch64]  # bsc 1130015
  - readline-doc # sle_minimal:aaa_base
  - rollback-helper #  Initial package for SLE 15
  - rpm #  Initial package for SLE 15
  - salt-minion #  Initial package for SLE 15
  - sed-lang # sle_minimal:aaa_base
  - sg3_utils #  Initial package for SLE 15
  - shadow #  Initial package for SLE 15:
  - snapper #  Initial package for SLE 15
  - snapper-zypp-plugin #  Initial package for SLE 15
  - sudo #  Initial package for SLE 15
  - suse-build-key #  Initial package for SLE 15
  - susefirewall2-to-firewalld # FATE#323436
  - SUSEConnect #  Initial package for SLE 15
  - sysconfig #  Initial package for SLE 15
  - system-group-hardware #  Initial package for SLE 15
  - system-group-wheel #  Initial package for SLE 15
  - system-user-bin #  Initial package for SLE 15
  - system-user-daemon #  Initial package for SLE 15
  - system-user-mail #  Initial package for SLE 15
  - system-user-news #  Initial package for SLE 15, bsc#1088896
  - system-user-nobody #  Initial package for SLE 15
  - system-user-root #  Initial package for SLE 15
  - systemd #  Initial package for SLE 15
  - systemd-bash-completion # sle_minimal:aaa_base
  - systemd-container # Initial package for SLE 15
  - systemd-coredump # Initial package for SLE 15, bsc#1089496
  - systemd-presets-common-SUSE  # FATE#326424
  - sysuser-shadow #  Initial package for SLE 15
  - tar #  Initial package for SLE 15, bsc#1062001
  - tar-lang # sle_minimal:tar
  - tar-rmt # sle_minimal:aaa_base
  - target-isns #  Initial package for SLE 15, FATE#317929
  - terminfo # Initial package for SLE 15
  - terminfo-base # Initial package for SLE 15, bsc#1081747
  - terminfo-iterm # Initial package for SLE 15, bsc#1081747
  - terminfo-screen # Initial package for SLE 15, bsc#1081747
  - tgt #  Initial package for SLE 15
  - u-boot-rpi3: [aarch64]  # bsc 1130015
  - udev #  Initial package for SLE 15
  - udftools # FATE#326877
  - util-linux-lang # sle_minimal:aaa_base
  - vim #  Initial package for SLE 15
  - wget # pulled in in 15:GA by SUSEConnect, requirement dropped in an update
  - which #  bsc#1055472
  - wicked-service #  Initial package for SLE 15  [/sbin/ifup]
  - xen-tools-domU: [x86_64] #  Initial package for SLE 15, bsc#1076738
  - xfsprogs #  Initial package for SLE 15
  - xz-lang # sle_minimal:aaa_base
  - zypper #  Initial package for SLE 15
  - zypper-lifecycle-plugin #  Initial package for SLE 15
  - zypper-migration-plugin #  Initial package for SLE 15
  - zypper-needs-restarting # Initial package for SLE 15 SP1, split off of zypper
  - zypper-search-packages-plugin #  Initial package for SLE 15, FATE#323424

  # x86_64 only
  - open-vm-tools: [x86_64]

  # ppc64le only
  - librtas2: [ppc64le] #  Initial package for SLE 15
  - powerpc-utils: [ppc64le] #  Initial package for SLE 15

  # bootloader
  - bootcycle: [x86_64] #  Initial package for SLE 15, FATE#316968
  - fwupdate-efi: [x86_64] #  Initial package for SLE 15, FATE#322805
  - fwupdate: [x86_64] #  Initial package for SLE 15, FATE#322805
  - grub2 #  Initial package for SLE 15
  - grub2-branding-SLE: [x86_64,aarch64,ppc64le] #  Initial package for SLE 15
  - grub2-i386-pc #  TBD Initial package for SLE 15
  - grub2-snapper-plugin #  Initial package for SLE 15
  - grub2-systemd-sleep-plugin #  Initial package for SLE 15
  - grub2-x86_64-efi #  Initial package for SLE 15
  - libfwup1: [x86_64,aarch64] # needed by fwupdate, several modules affectedd
  - shim: [x86_64] #  Initial package for SLE 15
    #- aarch64
  - tboot: [x86_64] #  Initial package for SLE 15, FATE#322831

  # s390x
  - grub2-s390x-emu #  dependency:grub2

  # ppc64le
  - grub2-powerpc-ieee1275 #  dependency:grub2

  # aarch64 
  - grub2-arm64-efi #  dependency:shim
  - bcm43xx-firmware: [aarch64] #  Initial package, inherited from CODE12

  - sles-release: [silent] # we need this for the solver to have a defined release

leanos:
  - xorriso: [locked]
  - zeromq-tools: [locked]
  - zypper-aptitude: [locked]
  - python-base: [locked]

# Defines the various X-related groups
# 	Owner: X delvemoment...
#
# Currently existing groups:
# * x11_base:
#   Basic set of X11 libraries, complete in it self
#
# * x11_extended:
#   set of X11 libraries needed if you  use other
#   groups/functionalities, e.g. X11-requirements coming with the use of
#   GNOME etc.
# 	* x11_wayland:
#   packages required if you use wayland

x11_base:
  - patterns-base-x11: [recommended]
  - patterns-base-x11-32bit: [recommended]
  - patterns-base-x11_enhanced: [recommended]
  - patterns-yast-x11_yast: [recommended] # Initial package for SLE 15
  - autocutsel # Inherited from CODE12, bsc#862315#c4
  - bdftopcf # x11_base:xorg-x11
  - evieproto-devel # used to build libXevie
  - intel-media-driver # bsc#1116042
  - libdmx-devel # libdmx1 is pulled by xorg-x11-devel
  - libigdgmm1 # bsc#1116042
  - libigdgmm-devel # bsc#1116042
  - libinput10 #  FATE#322696
  - libinput-tools # FATE#322696
  - libinput-udev #  FATE#322696
  - libvdpau_r300: [x86_64,aarch64,ppc64le] # recommended by xf86-video-ati
  - libvdpau_r600: [x86_64,aarch64,ppc64le] # recommended by xf86-video-ati
  - libvdpau_radeonsi: [x86_64] # recommeded by xf86-video-ati
  - Mesa-libva: [x86_64,aarch64,ppc64le] # x11_base:xf86-input-evdev
  - x3270 # Initial package for SLE 15, bsc#1057395
  - xdmbgrd # Initial package for SLE 15
  - xdpyinfo # x11_base:xorg-x11
  - xf86-input-evdev: [x86_64,aarch64,ppc64le] #  Initial package for SLE 15
  - xf86-input-libinput: [x86_64,aarch64,ppc64le]  #  FATE#322696
  - xf86-video-amdgpu: [x86_64,aarch64,ppc64le] #  Initial package for SLE 15, FATE#323161
  - xf86-video-ati: [x86_64,aarch64,ppc64le] #  Initial package for SLE 15, FATE#323161, bsc#1089424
  - xf86-video-dummy # Reason: bsc#1117991
  - xf86-video-fbdev: [x86_64,aarch64,ppc64le] #  Initial package for SLE 15, FATE#323161
  - xf86-video-intel: [x86_64] #  Initial package for SLE 15, FATE#323161
  - xf86-video-qxl: [x86_64,aarch64,ppc64le] #  Initial package for SLE 15, FATE#323161
  - xf86-video-vesa: [x86_64]
  - xf86-video-vmware: [x86_64] #  Initial package for SLE 15, FATE#323161
  - xorg-x11-devel #  Initial package for SLE 15, bsc#1077489
  - xorg-x11-driver-video: [x86_64,aarch64,ppc64le] #  Initial package for SLE 15
  - xorg-x11-essentials #  Initial package for SLE 15
  - xorg-x11 #  Initial package for SLE 15
  - xorg-x11-libs #  Initial package for SLE 15
  - xorg-x11-server-extra #  Initial package for SLE 15
  - xorg-x11-server #  Initial package for SLE 15
  - xorg-x11-util-devel # Initial package for SLE 15, bsc#1077489
  - xorg-x11-Xvnc # Initial package for SLE15, required by several packages
  - xorg-x11-Xvnc-novnc # FATE#323880
  - xorg-x11-Xvnc-module # FATE#323880
  - xrandr #  bsc#862315#c4
  - xrdp #  FATE#317086 , required by sle_module_sap_applications:patterns-sap-hana
  - xrefresh # x11_base:xorg-x11
  - xterm
  - xtermset #  Inherited from CODE12
  - yast2-x11 #  bnc#884447  TBD
  # FIXME to be reviewed
  - xhost
  - xorg-x11-fonts
  - xorg-x11-fonts-core

x11_extended:
  - patterns-base-x11_raspberrypi: [recommended] # jsc#SLE-4142
  - editres #  bsc#862315#c4
  - intel-vaapi-driver: [x86_64] # Initial package for SLE 15
  - Mesa-demo-x # need glxinfo for debugging
  - MozillaFirefox-translations-common
  - MozillaFirefox-translations-other
  - rendercheck # Inherited from SLE 12, bsc#862315
  - viewres # Inherited from SLE 12, bsc#862315
  - x11perf #  bsc#862315#c4
  - x11-tools # Initial package for SLE 15
  - xbacklight #  bsc#862315#c4
  - xclock #  bsc#862315#c4
  - xcursorgen #  bsc#862315#c4
  - xcursor-themes #  bsc#862315#c4
  - xev #  bsc#862315#c4
  - xeyes # bsc#1072289
  - xf86-input-wacom: [x86_64,aarch64,ppc64le] #  Initial package for SLE 15
  - xfd #  bsc#862315#c4
  - xfontsel #  bsc#862315#c4
  - xgamma #  bsc#862315#c4
  - xinput #  bsc#862315#c4
  - xkbevd #  bsc#862315#c4
  - xkbprint #  bsc#862315#c4
  - xkbutils #  bsc#862315#c4
  - xkill #  bsc#862315#c4
  - xlogo #  bsc#862315#c4
  - xlsatoms #  bsc#862315#c4
  - xlsclients #  bsc#862315#c4
  - xlsfonts #  bsc#862315#c4
  - xmag #  bsc#862315#c4
  - xorgxrdp: [x86_64,aarch64,ppc64le] # recommended by xrdp
  - xrestop #  bsc#862315#c4
  - xscope #  bsc#862315#c4
  - xsetmode #  bsc#862315#c4
  - xsetpointer #  bsc#862315#c4
  - xvinfo #  bsc#862315#c4
  - xwd # Inherited from SLE12
  - xwininfo #  bsc#862315#c4

x11_wayland:
  - xorg-x11-server-wayland: [x86_64,ppc64le,aarch64] #   Initial package for SLE 15
  - wayland-devel

sle_module_basesystem:
  - libpsm2-compat: [locked]
  - sle-module-basesystem-release
  - lifecycle-data-sle-module-basesystem
  # supplementing packages
  - atmel-firmware
  - adaptec-firmware
  - ucode-amd
  - squashfs
  - smbios-utils-bin: [x86_64]
  - smbios-utils-python: [x86_64]
  - skelcd-control-SLES: [silent] # requires crucial yast modules
  - u-boot-tools # for aarch64, but allow cross-usage, too

sle_module_web_scripting:
  - sle-module-web-scripting-release

sle_module_legacy:
  - sle-module-legacy-release

sle_module_transactional_server:
  - sle-module-transactional-server-release

sle_module_containers:
  - sle-module-containers-release

sle_module_hpc:
  - sle-module-hpc-release
  - lifecycle-data-sle-module-hpc: [x86_64,aarch64]

sle_module_server_applications:
  - typelib-1_0-GtkVnc-1_0
  - lifecycle-data-sle-module-server-applications
  - migrate-sles-to-sles4sap: [x86_64,ppc64le]
  - patterns-rpm-macros: [recommended]
  - patterns-server-dhcp_dns_server: [recommended]
  - patterns-server-dhcp_dns_server-32bit: [recommended]
  - patterns-server-directory_server: [recommended]
  - patterns-server-directory_server-32bit: [recommended]
  - patterns-server-enterprise-fips: [recommended]
  - patterns-server-enterprise-fips-32bit: [recommended]
  - patterns-server-enterprise-hwcrypto: [recommended]
  - patterns-server-enterprise-hwcrypto-32bit: [recommended]
  - patterns-server-enterprise-oracle_server: [recommended]
  - patterns-server-enterprise-oracle_server-32bit: [recommended]
  - patterns-server-enterprise-sap_server: [recommended]
  - patterns-server-enterprise-sap_server-32bit: [recommended]
  - patterns-server-file_server: [recommended]
  - patterns-server-file_server-32bit: [recommended]
  - patterns-server-gateway_server: [recommended]
  - patterns-server-gateway_server-32bit: [recommended]
  - patterns-server-lamp_server: [recommended]
  - patterns-server-lamp_server-32bit: [recommended]
  - patterns-server-mail_server: [recommended]
  - patterns-server-mail_server-32bit: [recommended]
  - patterns-server-printing: [recommended]
  - patterns-server-printing-32bit: [recommended]
  - patterns-wbem-WBEM: [recommended]
  - patterns-wbem-WBEM-32bit: [recommended]
  - patterns-yast-yast2_install_wf: [recommended]
  - sle-module-server-applications-release
  # FIXME to be reviewed
  - acpica: [x86_64, aarch64]
  - ibmswtpm2
  - nss-mdns
  - nut
  - nut-drivers-net
  - nut-devel
  - openCryptoki-devel: [ppc64le,s390x,x86_64] # bsc#1069893
  - star-rmt

sle_module_desktop_applications:
  - samba-libs-python: [locked] # use python3 variant
  - sle-module-desktop-applications-release
  - lifecycle-data-sle-module-desktop-applications
  # FIXME to be reviewed
  - alsa-plugins-pulse
  - conky # FATE#323638
  - conky-doc # FATE#323638
  - vim-plugin-conky # FATE#323638
  - editres
  - emacs-x11
  - gcr-viewer
  - gcr-lang
  - gnome-themes-accessibility-gtk2
  - jakarta-commons-discovery
  - libexiv2-devel # needed by PackageHub
  - libmicrohttpd-devel # libmicrohttpd12 is pulled in by conky
  - libmng-devel # needed by PackageHub
  - log4j-mini: [locked]
  - m17n-db
  - m17n-db-lang
  - mousetweaks
  - mousetweaks-lang # recommended by mousetweaks
  - mpg123 # bsc#1082683
  - mpg123-pulse
  - pulseaudio-bash-completion
  - pulseaudio-esound-compat
  - pulseaudio-gdm-hooks
  - pulseaudio-module-gconf
  - pulseaudio-module-x11
  - pulseaudio-module-zeroconf
  - pulseaudio-utils
  - pulseaudio-zsh-completion
  - python3-bottle
  - sane-backends-autoconfig
  - sound-theme-freedesktop
  - spice-vdagent #  Initial package for SLE 15
  - vorbis-tools
  - vorbis-tools-lang
  - wsdl4j
  - libnfs-devel # needed to build gvfs
  - fwupd-devel # needed to build gnome-software

sle_module_desktop_productivity:
  - lifecycle-data-sle-module-desktop-productivity: [x86_64]
  - libavformat-devel #ensure it is only available in desktop_productivity and packagehub_subpackages, duplication allowed

sle_module_development_tools:
  - sle-module-development-tools-release

sle_module_development_tools_obs:
  - sle-module-development-tools-obs-release
  - kiwi-boot-descriptions
  - kiwi-boot-requires
  - kiwi-filesystem-requires
  - kiwi-image-docker-requires
  - kiwi-image-iso-requires
  - kiwi-image-oem-requires
  - kiwi-image-pxe-requires
  - kiwi-image-vmx-requires
  - umoci
  - translation-update-upstream # needed to rebuild GNOME
  - suse-xsl-stylesheets #needed to rebuild GNOME
  - fontpackages-devel #needed to rebuild GNOME
  - jq # needed to build chrome-gnome-shell
  - highlight # needed to build evolution
  - sysuser-tools # needed to build geoclue2
  - llvm-devel # needed to build gnome-code-assistance
  - llvm-clang-devel # needed to build gnome-builder
  - apache-rpm-macros
  - binutils-gold # needed to build webkit2gtk3
  - python3-pylint #needed to build totem
  - rust-std # needed to build librsvg
  - http-parser-devel # needed to build libgit2
  - strip-nondeterminism # needed to build avahi
  - libdwarf-devel # needed to build flatpak
  - icu # needed to build libreoffice bsc#1084887
  - memory-constraints # needed to build libreoffice bsc#1084887
  - gettext-tools-mini # needed to build gtk3
  - gettext-runtime-mini # needed to build gtk3
  - cdparanoia # needed to build gnome-vfs2
  - lensfun-devel # needed to build babl
  - libspiro-devel # needed to build babl
  - suitesparse-devel # needed to build babl

sle_module_public_cloud:
  - sle-module-public-cloud-release

# Packages belonging in the context of Virtualization
# Reason to have this in an extra group is that it may become
# part of Servers but not Desktops or all serverbased products
# It could end up in the base module never-the-less.
# 	Owner: TPM Virtualization
#
#
# Currently existing groups:
# * virtualization
#   The part not requiring desktop or scripting languages
# * virtualization_gui
#   The rest ;)

virtualization:
  - patterns-server-kvm_server: [recommended]
  # FIXME: we remove udhcp deps on vm-install, we need to get a tool to replace it
  - patterns-server-kvm_tools: [recommended]
  - guestfsd #  Inherited from CODE12, FATE#316275
  - guestfs-data #  Inherited from CODE12, FATE#316275
  - guestfs-tools #  Inherited from CODE12, FATE#316275
  - ldmtool # FATE#320858
  - libguestfs0 #  Inherited from CODE12, FATE#316275
  - python3-libguestfs #  Inherited from CODE12, FATE#316275
  - python3-virt-bootstrap
  - typelib-1_0-LibvirtSandbox-1_0 # explicit added, no longer pulled in SP1
  - guestfs-winsupport #  Inherited from CODE12, FATE#316275
  - kvm_stat # Recommended by virtualization:patterns-server-kvm_server, FATE#325017
  - libldm-1_0-0-devel # libldm-1_0-0 pulled by ldmtool
  - libvirt # BSC#1057320
  - libvirt-bash-completion  # new for 15 SP1
  - libvirt-daemon-qemu #  Initial package for SLE 15
  - libvirt-daemon-xen: [x86_64] #  Initial package for SLE 15
  - libvirt-daemon-hooks # FATE#324177
  - libvirt-client
  - ovmf: [x86_64,aarch64] #  Initial package for SLE 15, FATE#319531
  - ovmf-tools: [x86_64,aarch64] #  Initial package for SLE 15, FATE#319531
  - qemu-audio-alsa: [x86_64] # Iniial package for SLE 15 SP1
  - qemu-audio-oss: [x86_64] # Iniial package for SLE 15 SP1
  - qemu-audio-pa: [x86_64] # Iniial package for SLE 15 SP1
  - qemu-block-curl #  Initial package for SLE 15, bnc#882008
  - qemu-block-ssh #  Initial package for SLE 15, FATE#315181, FATE#319446
  - qemu-block-iscsi
  - qemu-guest-agent #  Initial package for SLE 15, FATE#315347
  - qemu-ovmf-x86_64: [x86_64] #  Initial package for SLE 15, FATE#319531
  - qemu-ppc: [ppc64le]
  - qemu #  Initial package for SLE 15
  - qemu-lang #  initial package for sle 15
  - qemu-seabios: [x86_64] #  Initial package for SLE 15
  - qemu-sgabios: [x86_64] #  Initial package for SLE 15
  - qemu-ui-curses: [x86_64] # Iniial package for SLE 15 SP1
  - qemu-ui-gtk: [x86_64] # Iniial package for SLE 15 SP1
  - qemu-uefi-aarch64: [aarch64] #  Initial package for SLE 15, FATE#319531
  - qemu-x86: [x86_64] #  Initial package for SLE 15
  - system-role-kvm
  - vhostmd #  BSC#1068979
  - virglrenderer-devel # livirglrenderer is pulled in by qemu
  - vm-dump-metrics #  BSC#1068979

  # Xen
  - patterns-server-xen_server: [x86_64,recommended]
  - patterns-server-xen_tools: [x86_64,recommended]
  - xen: [x86_64] #  Initial package for SLE 15
  - grub2-x86_64-xen: [x86_64] #  Initial package for SLE 15
  - system-role-xen: [x86_64]

  # x86_64 only ?
  - qemu-block-rbd #  Initial package for SLE 15, FATE#318349

  # FIXME to be reviewed
  - libvirt-admin
  - libvirt-daemon-config-network #  BSC#1057318
  - libvirt-daemon-config-nwfilter
  - libvirt-daemon-driver-libxl: [x86_64]
  - libvirt-daemon-driver-lxc
  - libvirt-daemon-driver-nodedev
  - libvirt-daemon-driver-interface
  - libvirt-daemon-driver-qemu
  - libvirt-daemon-driver-secret
  - libvirt-daemon-driver-storage
  - libvirt-daemon-driver-storage-disk
  - libvirt-daemon-driver-storage-iscsi
  - libvirt-daemon-driver-storage-logical
  - libvirt-daemon-driver-storage-mpath
  - libvirt-daemon-driver-storage-rbd: [x86_64, aarch64]
  - libvirt-daemon-driver-storage-scsi
  - libvirt-daemon-lxc
  - libvirt-lock-sanlock
  - libvirt-nss
  - supermin
  - sanlock-devel # sanlock pulled in by libvirt-lock-sanlock

virtualization_devel:
  - xen-devel: [x86_64]
  - spice-gtk-devel
  - libspice-server-devel
  - libvirt-devel
  - libvirt-doc
  - libguestfs-devel
  - libvirt-glib-devel
  - libosinfo-devel
  - usbredir-devel
  - gtk-vnc-devel

virtualization_gui:
  - virt-install #  Initial package for SLE 15
  - virt-manager #  Initial package for SLE 15

  - virt-sandbox #  Initial package for SLE 15
  - virt-top #  Initial package for SLE 15
  - virt-v2v #  Initial package for SLE 15
  # virt-viewer is moved to basesystem to have it available in SLED too (bsc#1083398)

  # Xen
  - xen-tools: [x86_64] #  Initial package for SLE 15

  # x86_64 only ?
  - qemu-ipxe #  Initial package for SLE 15
  - qemu-kvm: [x86_64,s390x] #  Initial package for SLE 15
  - qemu-vgabios #  Initial package for SLE 15

#  for update tests, group needs to be  removed for GA
#   	Owner: Maintenance, Benjamin Brunner

update_test:
  - update-test-affects-package-manager
  - update-test-broken
  - update-test-feature
  - update-test-interactive
  - update-test-optional
  - update-test-reboot-needed
  - update-test-relogin-suggested
  - update-test-security
  - update-test-trivial

# Contains all QT libraries
#   Owner: SLED Release Manager, Desktop Project Manager
#
# General Fate: FATE#320330
#
# * qt_standard
#   'normal' set off qt tools, for all products witha a basic QT enablement
# * qt_extended
#   stuff formerly in the SLE-WE product only

qt_standard:
  - libQt5Core5 #  Initial package for SLE 15, dependency of ft2demos
  - libQt5Gui5 #  Initial package for SLE 15, dependency of ft2demos
  - libQt5Widgets5 #  Initial package for SLE 15, dependency of ft2demos
  - libQtQuick5 #  Inherited from CODE12,FATE#320330, dependencies:libQt5Bluetooth5-imports,libQt5Multimedia5
  - libQt5X11Extras5 #  Inherited from CODE12,FATE#320330
  - libqt5-qttranslations

# note that some of those added due to dependencies may still go to standard
qt_extended:
  - libQt5Bluetooth5-imports #  Inherited from CODE12,FATE#320330
  - libQt5Bluetooth5 #  Inherited from CODE12,FATE#320330
  - libQt5Multimedia5 #  Inherited from CODE12,FATE#320330
  - libQt5Nfc5-imports #  Inherited from CODE12,FATE#320330
  - libQt5Nfc5 #  Inherited from CODE12,FATE#320330
  - libQt5WebSockets5-imports #  Inherited from CODE12,FATE#320330
  - libQt5WebSockets5 #  Inherited from CODE12,FATE#320330
  - libqt5-qtbase-platformtheme-gtk3 # gnome_extended:patterns-gnome-gnome
  - libQt5Sql5-mysql # qt_standard:libQtQuick5
  - libQt5Sql5-postgresql # qt_standard:libQtQuick5
  - libQt5Sql5-unixODBC # qt_standard:libQtQuick5

  # all dependencies of python-qt5:
  - libQt5Designer5 #  Inherited from CODE12,FATE#320330
  - libQt5Help5 #  Inherited from CODE12,FATE#320330
  - libQt5Location5 #  Inherited from CODE12,FATE#320330
  - libQt5SerialPort5 #  Inherited from CODE12,FATE#320330
  - libQt5Svg5 #  Inherited from CODE12,FATE#320330
  - libQt5WebChannel5 #  Inherited from CODE12,FATE#320330

  # other Qt5 packages:
  - libQt5Positioning5
  - libQt5Script5
  - libqt5-qtimageformats
  - libqt5-qtgraphicaleffects
  - libqt5-qtquickcontrols  # bsc#1093073
  - libqt5-qtquickcontrols2
  - libQt5QuickControls2-5
  - libQt5QuickTemplates2-5
  - libQt5Sensors5
  - libQt5Sensors5-imports
  - libqt5-qtwayland
  - libQt5WaylandClient5
  - libQt5WaylandCompositor5
  - libQt5WebChannel5-imports
  - libQt5Xdg3
  - libQt5XdgIconLoader3
  - libQt53DAnimation5
  - libQt53DCore5
  - libqt5-qt3d-imports
  - libqt5-qt3d-tools
  - libQt53DExtras5
  - libQt53DInput5
  - libQt53DLogic5
  - libQt53DQuick5
  - libQt53DQuickAnimation-devel
  - libQt53DQuickAnimation5
  - libQt53DQuickExtras5
  - libQt53DQuickInput5
  - libQt53DQuickRender5
  - libQt53DQuickScene2D5
  - libQt53DRender5


# Contains every python package that is not required in sle_minimal
#         (or sle_base, atm)
# Owner: TBD

python2:
  - samba-ad-dc # FATE#325747
  - samba-libs-python # [jsc#SLE-3819]
  - asciidoc # Inherited from SDK 12, dependency: nut subpackage, requires python-xml, [jsc#SLE-3819]
  - bzr # Moved from Development Tools to Python2 in SP1
  - mercurial #  Inherited from SDK12, moved from DevTools as it requires python2
  # python2 pendants to python3 packages in main modules (ecl. SUMA Tools,
  # PubCloud, HPC):
  - python-curses # from sle_base_common_packages
  - python-enum34
  - python-gdbm # needed to build avahi
  - python-gobject2 # from sle_base_common_packages
  - python-ipaddress
  - python-ldb
  - python-pyliblzma
  - python-pyxb
  - python-setools #  Initial package, inherited from CODE12
  - python-sip-common
  - python-talloc
  - python2-appdirs
  - python2-asn1crypto
  - python2-atspi
  - python2-audit
  - python2-backports.ssl_match_hostname # SUMA 4.0 bsc#1121288
  - python2-Babel
  - python2-bottle
  - python2-cairo
  - python2-certifi
  - python2-cffi
  - python2-chardet
  - python2-cheroot
  - python2-CherryPy
  - python2-configobj
  - python2-configshell-fb
  - python2-construct
  - python2-cryptography
  - python2-cssselect
  - python2-decorator # requirement of firewalld (for now)
  - python2-deltarpm
  - python2-dmidecode #    FATE#319016, bsc#1068279
  - python2-docopt
  - python2-evtx
  - python2-future
  - python2-gevent # sle_minimal:salt-minion
  - python2-gpgme
  - python2-idna
  - python2-iniparse
  - python2-ipaddr
  - python2-Jinja2
  - python2-libvirt-python # bsc#1058958
  - python2-libxml2-python
  - python2-lxml
  - python2-M2Crypto
  - python2-magic
  - python2-netifaces
  - python2-numpy
  - python2-packaging
  - python2-paramiko # sle_minimal:salt-minion
  - python2-passlib
  - python2-pexpect
  - python2-pip
  - python2-ply
  - python2-portend
  - python2-PrettyTable
  - python2-ptyprocess
  - python2-py
  - python2-pyasn1
  - python2-pybeam
  - python2-pycparser
  - python2-pycurl
  - python2-pyOpenSSL
  - python2-pyparsing
  - python2-PySocks # sle_minimal:salt-minion
  - python2-python-dateutil
  - python2-pytz
  - python2-pyudev
  - python2-pywbem
  - python2-pyxdg
  - python2-requests
  - python2-rtslib-fb
  - python2-salt # bsc#1080800
  - python2-setuptools
  - python2-sip
  - python2-six
  - python2-slip
  - python2-slip-dbus
  - python2-targetcli-fb
  - python2-tempora
  - python2-typing
  - python2-urllib3
  - python2-urwid
  - python2-yum
  - python2-zypp-plugin

python3:
  - python3-adal # SUMA 4.0 bsc#1120673
  - python3-alembic
  - python3-apparmor
  - python3-appdirs
  - python3-atspi
  - python3-bcrypt
  - python3-beautifulsoup4
  - python3-blinker
  - python3-boto3
  - python3-botocore
  - python3-brlapi
  - python3-cephfs
  - python3-certifi
  - python3-chardet
  - python3-click
  - python3-dbus-python
  - python3-distro # SUMA 4.0 bsc#1122789
  - python3-dmidecode
  - python3-dnspython # SUMA 4.0 bsc#1122791
  - python3-docopt
  - python3-docutils
  - python3-ecdsa # SUMA 4.0 bsc#1120673
  - python3-extras
  - python3-fasteners # SUMA 4.0 bsc#1120673
  - python3-fixtures
  - python3-Flask
  - python3-Flask-Babel
  - python3-Flask-BabelEx
  - python3-Flask-Gravatar
  - python3-Flask-HTMLmin
  - python3-Flask-Login
  - python3-Flask-Mail
  - python3-Flask-Migrate
  - python3-Flask-Paranoid
  - python3-Flask-Principal
  - python3-Flask-Script
  - python3-Flask-Security
  - python3-Flask-SQLAlchemy
  - python3-Flask-WTF
  - python3-future
  - python3-gedit
  - python3-gobject
  - python3-gobject2
  - python3-gpgme # bsc#1096921
  - python3-html5lib
  - python3-htmlmin
  - python3-httplib2 # SUMA 4.0 bsc#1120673
  - python3-idna
  - python3-ipaddr
  - python3-itsdangerous
  - python3-javapackages
  - python3-jmespath
  - python3-ldap # dependency of some samba yast2 packages
  - python3-libxml2-python # bsc#1063735
  - python3-linecache2
  - python3-linux-procfs # dependency of tuned
  - python3-logutils
  - python3-keyring # SUMA 4.0 bsc#1120673
  - python3-monotonic # SUMA 4.0 bsc#1120673
  - python3-M2Crypto # required by libstorage-smis-plugin, osc
  - python3-Mako
  - python3-netaddr # SUMA 4.0 bsc#1120673
  - python3-netifaces # bsc#1063735
  - python3-newt # bsc#1064714
  - python3-oauthlib # SUMA 4.0 bsc#1120673
  - python3-oauth2client # FATE#325539, required by fence-agents in the cloud
  - python3-packaging
  - python3-paramiko
  - python3-pbr
  - python3-pecan
  - python3-pexpect # bsc#1070483
  - python3-psycopg2
  - python3-py
  - python3-pybeam
  - python3-Pygments
  - python3-PyNaCl
  - python3-pyOpenSSL # bsc#1063735
  - python3-pyparsing
  - python3-pyrsistent
  - python3-python-editor
  - python3-python-mimeparse
  - python3-pytz
  - python3-pyudev
  - python3-PyJWT # SUMA 4.0 bsc#1120673
  - python3-PyYAML
  - python3-requests
  - python3-requests-aws
  - python3-requests-oauthlib # SUMA 4.0 bsc#1120673
  - python3-rpm # bsc#1063735
  - python3-rsa # SUMA 4.0 bsc#1120673
  - python3-s3transfer
  - python3-SecretStorage # SUMA 4.0 bsc#1120673
  - python3-setuptools # Reason: FATE#318137
  - python3-simplejson #bsc#1064718
  - python3-six
  - python3-solv # SUMA 4.0 bsc#1123656
  - python3-speaklater
  - python3-SQLAlchemy
  - python3-sqlparse
  - python3-sshtunnel
  - python3-talloc
  - python3-testtools
  - python3-traceback2
  - python3-unittest2
  - python3-urllib3
  - python3-waitress
  - python3-webencodings
  - python3-WebOb
  - python3-WTForms
  - python3-WebTest
  - python3-Werkzeug
  - python3-websocket-client #required by python3-docker and patterns-public-cloud-15-Microsoft-Azure
  - python3-wrapt # SUMA 4.0 bsc#1120788
  - python3-xattr # kiwi-template-sap, kiwi-templates-SLES15-JeOS
  - samba-python3 # bsc#1125403

python2_devel:
  - python-devel
  - python-ldb-devel
  - python-talloc-devel
  - python2-lxml-devel
  - python2-numpy-devel
  - python2-sip-devel

python3_devel:
  - python3-devel
  - python3-gobject2-devel # see also bsc#989043
  - python3-ldb-devel
  - python3-talloc-devel
  - python3-lxml-devel
  - python3-numpy-devel
  - python3-sip-devel

# Packages belonging in the context of NVDimm
# Reason to have this in an extra group is that it may become
# part of Servers but not Desktops or all Serverbased products
# FATEs associated: 320463, 319636, 319653, 319673
# 	Owner: ???

nvdimm:
  - nvmetcli # FATE#322737
  - ndctl: [x86_64, ppc64le] #  Initial package for SLE 15, FATE#326817, bsc#1123024
  - pmdk: [x86_64] # FATE#322653
  - pmdk-convert: [x86_64] # jsc#SLE-4873, FATE#326234 
  - pmdk-tools: [x86_64] # FATE#322653
  - libpmem1: [x86_64] #  Initial package for SLE 15
  - libpmemblk1: [x86_64] #  Initial package for SLE 15
  - libpmemlog1: [x86_64] #  Initial package for SLE 15
  - libpmemobj1: [x86_64] #  Initial package for SLE 15
  - ipmctl: [x86_64] #  Initial package for SLE 15 SP1, FATE#325527
  - ipmctl-data: [x86_64] #  Initial package for SLE 15 SP1, FATE#325527
  - ipmctl-devel: [x86_64] #  Initial package for SLE 15 SP1, FATE#325527
  - ipmctl-monitor: [x86_64] #  Initial package for SLE 15 SP1, FATE#325527
  - libipmctl2: [x86_64] #  Initial package for SLE 15 SP1, FATE#325527
  - libvmem1: [x86_64] #  Initial package for SLE 15
  - libvmmalloc1: [x86_64] #  Initial package for SLE 15

# Contains every package that is part of the Container module
# Owner: Federica Teodori <fteodori@suse.com>

sle_containers:
  - buildah # JIRA#SLE-3944
  - containerd # Initial package for SLE 15
  - container-suseconnect # To be able to build containers outside of IBS
  - docker # Initial package for SLE 15
  - docker-bash-completion # Initial package for SLE 15
  - docker-libnetwork # Initial package for SLE 15
  - docker-runc # Initial package for SLE 15
  - podman # JIRA#SLE-3944
  - podman-cni-config # JIRA#SLE-3944
  - zypper-docker # Initial package for SLE 15


# Contains every package that is part of SLES for SAP and not
# part of SLES or HA directly.
# Owner: ReleaseManager SLES for SAP (Matthias Frühauf)

sle_module_sap_applications:
  - samba-libs-python: [locked] # use python3 variant
  # patterns
  - patterns-sap-b1: [recommended] #  Inherited from CODE12
  - patterns-sap-hana: [recommended] #  Inherited from CODE12
  - patterns-sap-nw: [recommended] #  Inherited from CODE12
  - clamsap #  Inherited from CODE12
  - ClusterTools2 #  Inherited from CODE12
  - cryptctl: [x86_64,ppc64le] #  Inherited from CODE12
  - HANA-Firewall: [x86_64,ppc64le] #  Inherited from CODE12
  - kiwi-template-sap: [x86_64,ppc64le] #  Inherited from CODE12
  - release-notes-sles-for-sap # Initial package for SLE 15
  - SAPHanaSR #  Inherited from CODE12
  - SAPHanaSR-doc #  Inherited from CODE12
  - SAPHanaSR-ScaleOut #  Inherited from CODE12
  - SAPHanaSR-ScaleOut-doc #  Inherited from CODE12
  - sap-installation-wizard: [x86_64,ppc64le] #  Inherited from CODE12
  - sap-installation-start # bnc#1066951 sap-installation-wizard is not started after the installation
  - sap-netscape-link #  Inherited from CODE12
  - saprouter-systemd #  Inherited from CODE12
  - sap-suse-cluster-connector # FATE#323465: [ECO] sap_suse_cluster_connector to be enhanced to match the new NW-HA-CLU 7.40 certification
  - saptune: [x86_64,ppc64le] #  Inherited from CODE12
  - sles4sap-white-papers #  Inherited from CODE12
  - yast2-hana-firewall: [x86_64,ppc64le] #  Inherited from CODE12
  - yast2-rdp #  Inherited from CODE12
  - yast2-sap-ha #  Inherited from CODE12
  - yast2-sap-scp: [x86_64,ppc64le] #  Inherited from CODE12
  - yast2-sap-scp-prodlist: [x86_64,ppc64le] #  Inherited from CODE12
  - yast2-saptune #  Inherited from CODE12

#  Defines the packages that are part of a Base installation
#        Owner: SLES Release Manager

sle_base:
  - libobjc4 # added specifically as libobjc4 will otherwise be pulled in
  - patterns-base-apparmor: [recommended]
  - patterns-base-basesystem: [recommended]
  - patterns-base-documentation: [recommended]
  - patterns-base-enhanced_base: [recommended]
  - patterns-base-minimal_base: [recommended]
  - patterns-base-sw_management: [recommended]
  - patterns-yast-yast2_basis: [recommended] # Initial package for SLE 15
  # gcc8 FATE#326486:
  - libasan5 # FATE#326486
  - libgfortran5 # FATE#326486
  - libubsan1 # FATE#326486
  # - libquadmath0 #  FATE#326486, pulled by libquadmath0-32bit
  # - libquadmath0-32bit: [x86_64] #  FATE#326486, pulled by libgfortran4-32bit
  # endgcc8 FATE#326486:
  - aaa_base-extras #  Initial package for SLE 15
  - acl #  Initial package for SLE 15
  - adcli-doc # recommended package for adcli (sssd dependency)
  - alsa #  Initial package for SLE 15
  - alsa-plugins #  Initial package for SLE 15
  - apparmor-parser-lang # recommended by profiles
  - apparmor-profiles #  Initial package for SLE 15
  - apparmor-rpm-macros
  - attr #  Inherited from CODE 12
  - autofs #  Initial package for SLE 15
  - autoyast2 #  Initial package for SLE 15
  - avahi # bsc#1054688
  - avahi-lang
  - avahi-utils # bsc#1054688
  - bash-completion #  Initial package for SLE 15
  - bash-completion-doc #  Initial package for SLE 15
  - bc # required on power, make it arch unspecific
  - binutils # initial package for SLE 15
  - ceph-common #  Initial package for SLE 15, FATE#318329
  - checkmedia #  Initial package for SLE 15
  - cifs-utils #  Initial package for SLE 15
  - clamav #  Initial package for SLE 15
  - command-not-found # Initial package for SLE 15
  - conntrack-tools #  inherited from HA 12, FATE#324143
  - cpio #  Initial package for SLE 15
  - cpupower #  Initial package for SLE 15
  - cracklib-dict-small # needed for containers and JeOS
  - crda # FATE#324763
  - cups-filters #  Initial package for SLE 15,bsc#865766
  - cups #  Initial package for SLE 15
  - cyrus-sasl-crammd5 #  Initial package for SLE 15, inherited from CODE12
  - cyrus-sasl-gssapi #  Initial package for SLE 15, inherited from CODE12
  - cyrus-sasl #  Initial package for SLE 15, inherited from CODE12
  - cyrus-sasl-otp #  Initial package for SLE 15, inherited from CODE12
  - cyrus-sasl-plain #  Initial package for SLE 15, inherited from CODE12
  - cyrus-sasl-saslauthd #  Initial package for SLE 15, inherited from CODE12
  - db48-utils #  Initial package for SLE 15, inherited from CODE12
  - dbus-1-x11 # Inherited from CODE12, required by several packages
  - dconf # needed by libglib2
  - deltarpm # initial package for SLE 15
  - dhcp-client #  Initial package for SLE 15, inherited from CODE12
  - dhcp #  Initial package for SLE 15, inherited from CODE12
  - dnsmasq # bsc#1075948
  - dos2unix #  Initial package for SLE 15, inherited from CODE12
  - dracut-ima # FATE#323908, bsc#1066246
  - duperemove #  Initial package for SLE 15, TBD: sle_minimal candidate?
  - efivar #  Inherited from CODE 12
  - emacs #  Initial package for SLE 15
  - emacs-nox # avoid emacs-x11 in base
  - emacs-x11: [locked] # not in sle_base!
  - emacs-el # Inherited from CODE12
  - enscript # Inherited from CODE12
  - expect # bsc#1059651
  - fbiterm # bsc#1132329 FATE#325746
  - fetchmail #  Initial package for SLE 15
  - freeipmi: [x86_64] #  Initial package for SLE 15, dependency:nut; TBD: inclusion into other IPMI packages
  - freeipmi-ipmiseld: [x86_64]
  - freeipmi-devel: [x86_64]
  - fribidi #  Initial package for SLE 15
  - ghostscript-x11 #  Overlap: legacy:gv desktop_base_apps:ghostscript-x11
  - glibc-i18ndata #  Inherited from CODE12
  - glibc-info #  Inherited from CODE12
  - glibc-profile #  Inherited from CODE12
  - gpart #  Inherited from CODE12
  - gpgme #  Initial package for SLE 15
  - gpm #  Initial package for SLE 15
  - graphviz # Overlap:  sle_misc_applications:ibutils-ui sle_devtools:graphviz-devel
  - groff-full # sle_base:man
  - gsettings-backend-dconf #  hard requirement for gsettings
  - gtk2-branding-SLE # bsc#1071917
  - gtk2-lang
  - gtk3-branding-SLE
  - gtk3-lang
  - gxditview # sle_base:man
  - hdparm #  Inherited from CODE12
  - libgts-0_7-5 # Overlap: sle_misc_applications:ibutils-ui  sle_devtools:gts-devel
  - libibmad5 #    inherited from CODE 12; Overlap: ofed:ibsim sle_devtools:opa-address-resolution
  - hostinfo # Get Sys Info
  - hplip-hpijs #  Initial package for SLE 15
  - hplip-sane #  Initial package for SLE 15
  - insserv-compat # Initial package for SLE 15, required for some ISVs, e.g. SAP
  - intel-SINIT # Inherited from  SLE 12
  - ipmitool #  Initial package for SLE 15, dependency:nut; TBD: inclusion into other IPMI packages
  - iproute2-bash-completion #  Initial package for SLE 15
  - iprutils: [ppc64le] # FATE#322236
  - ipsec-tools #  Initial package for SLE 15, inherited from CODE12,FATE#323321
  - ipvsadm #    inherited from CODE 12, bsc#1075174, FATE#321936
  - irqbalance: [x86_64,ppc64le,aarch64] #  Initial package for SLE 15
  - iso-codes #  Initial package for SLE 15
  - iso-codes-lang # sle_base:iso-codes
  - iso_ent # Initial package for SLE 15
  - iw # bsc#1070915
  - jq # FATE#324417
  - kernel-default-base # bsc#1116740 - used for JeOS
  - kernel-default-man: [s390x] # bsc#1066939
  - kmod-bash-completion # Inital package fro SLE 15
  - krb5-client #  Initial package for SLE 15, inherited from CODE12
  - krb5-plugin-preauth-otp #  Initial package for SLE 15, inherited from CODE12
  - krb5-plugin-preauth-pkinit #  Initial package for SLE 15, inherited from CODE12
  - lftp #  Initial package for SLE 15,  inherited, FATE#313673
  - libbluetooth3 #  Initial package for SLE 15,  inherited,
  - libboost_atomic1_66_0  # after discussing with maintainer, also bsc#1077627
  - libboost_chrono1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_container1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_context1_66_0: [aarch64,ppc64le,x86_64] # after discussing with maintainer, also bsc#1077627
  - libboost_coroutine1_66_0: [aarch64,ppc64le,x86_64] # after discussing with maintainer, also bsc#1077627
  - libboost_date_time1_66_0  # after discussing with maintainer, also bsc#1077627
  - libboost_fiber1_66_0: [aarch64,ppc64le,x86_64] # after discussing with maintainer, also bsc#1077627
  - libboost_graph1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_iostreams1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_locale1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_log1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_math1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_python-py3-1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_random1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_signals1_66_0 # after discussing with maintainer, also bsc#1077627
  - libboost_thread1_66_0  # after discussing with maintainer, also bsc#1077627
  - libburn4 # Overlap: sle_module_sap_applications:kiwi-template-sap  gnome_standard:brasero
  - libcaca-devel # libcaca0 pulled in by gnuplot, bsc#1125845
  - libcap-progs # bsc#1065834
  - libcap-ng-utils  # bsc#1079562
  - libcheck0 # overlap between HA and DevTools.
  - libcontainers-common # overlap: skopeo (server apps module) and buildah / podman (container module)
  - libdfp1: [ppc64le,s390x] # bsc#1070719
  - libdfp-devel: [ppc64le,s390x] # bsc#1070719
  - libelf1 # Initial package for SLE 15,  inherited, crash-kmp needs it implicit
  - libfabric # FATE#319253, required by rpmemd
  - libfltk1 # Overlap: virtualization:patterns-server-kvm_tools desktop_base_apps:tigervnc
  - libgd3 # Overlap: sle_misc_applications:gnuplot sle_module_desktop_applications:emacs-x11
  - libglut3 # Overlap: sle_misc_applications:libcaca-devel sle_desktop_devel_packages:freeglut-devel
  - libhidapi-devel # FATE#323337
  - libhidapi-hidraw0 # FATE#323337
  - libhugetlbfs # Inital package, bsc#1060762
  - libical2 # Overlap sle_module_server_applications:gnome-user-share sle_module_desktop_applications:conky
  - libinfinipath4 # explicitly added for SP1 as it was part of SP0
  - libiscsi8 #  Initial package for SLE 15 ; FATE#320080, dependency:qemu-block-iscsi
  - libisoburn1 # Overlap: sle_module_sap_applications:kiwi-template-sap desktop_base_apps:dvd+rw-tools
  - libisofs6 # Overlap: sle_module_sap_applications:kiwi-template-sap gnome_standard:brasero
  - libjpeg8 #  Initial package for SLE 15
  - libjq-devel #FATE#324417
  - libjson-c3 # FATE#323337
  - liblttng-ctl0: [aarch64,ppc64le,x86_64] # overlap of lttng-tools-devel, lttng-tools
  - libncurses5: [locked] # should stay in legacy
  - libncurses5-32bit: [locked] # should stay in legacy
  - libndctl6: [x86_64,ppc64le] # explicit to reduce overlap and limit to platforms
  - libneon27 # needed by Server Applications (nut-drivers-net) and Desktop Apps (pulseaudio-gdm-hooks)
  - libnet9 # added here to make dependencies betwene modules more easy (FIXME: studying the possibility to remove deps on resource-agents
  - libnscd1 # Inherited from CODE12, as we have libnscd1-32bit...
  - libopae-c0: [x86_64] # FATE#323188
  - libosinfo-1_0-0 # Productivity (gnome-documents) and Server apps (patterns-server-kvm_tools) need it
  - libosinfo-lang # Productivity (gnome-documents) and Server apps (patterns-server-kvm_tools) need it
  - libostree-1-1 # overlap desktop-applications / containers modules
  - libpng12-0 # needed by inkskape-extensions-fig and patterns-sap-hana
  - libpcre2-16-0 # Initial package for SLE 15, bsc#1066844, dependency: git-core
  - libpcre2-32-0 # Initial package for SLE 15, bsc#1066844, dependency: git-core
  - libpcre2-8-0 # Initial package for SLE 15, bsc#1066844, dependency: git-core
  - libpython2_7-1_0 # FATE#326513
  - librsync2 #  dependency: csync2, duplicity
  - libspice-client-glib-2_0-8 # Inherited from CODE12,
  - libspice-client-glib-helper # Inherited from CODE12,  bsc#994858
  - libspice-client-gtk-3_0-5 # Inherited from CODE12,
  - libstoragemgmt1 #  Inherited from CODE12, FATE#314409
  - libstoragemgmt #  Inherited from CODE12, FATE#314409
  - libstoragemgmt-udev # FATE#3234 # FATE#3234344
  - libstorage-ng-lang # recommended by libstorage-ng
  - libteamdctl0 #  Inherited from CODE12, FATE#318389, FATE#318572, dependency:NetworkManager
  - libtcmalloc4 # Inherited from CODE12, bsc#982432
  - libusbredirhost1 # Inherited from CODE12
  - libusbredirparser1 # Inherited from CODE12
  - libu2f-host0 # FATE#323337
  - libu2f-host-devel # FATE#323337
  - libu2f-server0 # FATE#323337
  - libu2f-server-devel # FATE#323337
  - libusbgx1 #  FATE#322314
  - libusbgx-tools #  FATE#322314
  - libvma8: [aarch64,ppc64le,x86_64] # bsc#1050705
  - libvma: [aarch64,ppc64le,x86_64] # bsc#1050705
  - libvdeplug3 # Overlap: virtualization:patterns-server-kvm_server sle_desktop_devel_packages:libvdehist-devel
  - libvte-2_91-0 # overlap:  virtualization:patterns-server-kvm_server gnome_minimal:gnome-shell-search-provider-gnome-terminal
  - libleveldb1 # required for desktop and SES
  - libwebpdemux2 # required for desktop and SES
  - libxmlsec1-1 #  needed by open-vm-tools, added explicitly to reduce 'overlap'
  - libxmlsec1-openssl1 # bsc#1101426, needed by open-vm-tools 
  - libykclient3 # FATE#323337
  - libykclient-devel # FATE#323337
  - libykcs11-1 # FATE#323337
  - libykcs11-devel # FATE#323337
  - libykpers-1-1 # FATE#323337
  - libykpers-devel # FATE#323337
  - libykpiv1 # FATE#323337
  - libykpiv-devel # FATE#323337
  - libyubikey0 # FATE#323337
  - libyubikey-devel # FATE#323337
  - libyubikey-tools # FATE#323337
  - libyui-ncurses-tools  # bsc#1113291
  - libyui-qt9 #   Initial package for SLE 15 SP1
  - libyui-qt-pkg9 #   Initial package for SLE 15 SP1
  - libXaw3d8 # Overlap: legacy:gv, sle_module_desktop_applications:emacs-x11
  - libzfcphbaapi0: [s390x] # bsc#1094884
  - libzip5 #  Initial package for SLE 15
  - lsb-release # needed for multiple external apps
  - lshw: [ppc64le,x86_64] # FATE#322439, bsc#1124500
  - lshw-lang: [ppc64le,x86_64]
  - lsvpd: [ppc64le] # FATE#322222
  - lz4 # bsc#1062467
  - man #  Inherited from CODE12
  - mcelog: [x86_64] #  Initial package for SLE 15, requested by Lenovo, FATE#322691
  - mgetty #  Initial package for SLE 15, bsc#1060907
  - minicom #  bsc#1067183
  - minicom-lang
  - mksh #  Initial package for SLE 15, FATE#317031
  - mlocate #  Inherited from CODE12
  - mlocate-lang # recommended by mlocate
  - mozilla-nss-sysinit # Inherited from CODE12, bsc#954062
  - mtools # Inherited from CODE12
  - mutt-doc # recommended by mutt
  - mutt #  Initial package for SLE 15
  - mutt-lang # recommended by mutt
  - nfs-kernel-server #  Initial package for SLE 15
  - nftables # FATE#320520
  - nscd #  Inherited from CODE12
  - numad #  Initial package for SLE 15
  - numatop # 15 SP1, FATE#326395
  - nvme-cli #  Initial package for SLE 15, on purpose for all platforms
  - ocaml: [locked] # unwanted here - moved to sle_devtools
  - oniguruma-devel # required for libonig4, pulled by libjq1
  - opae: [x86_64] # FATE#323188
  - opae-devel: [x86_64] # FATE#323188
  - OpenIPMI #  Initial package for SLE 15
  - opensc # Inherited from CODE12, FATE#325369
  - openldap2-client # bsc#1060184
  - openscap-content #  Initial package for SLE 15
  - openscap-engine-sce #  Initial package for SLE 15
  - openscap-utils #  Initial package for SLE 15, bsc#10775502
  - openscap #  Initial package for SLE 15
  - openucx-tools #  Initial package for SLE 15, FATE#324050
  - openvpn-auth-pam-plugin  # bsc#1061173
  - openvpn # bsc#1061173
  - osasnmpd: [s390x] # bsc#1066419
  - osinfo-db # Inherited from CODE 12, bsc#1013983
  - osinfo-db-tools # Inherited from CODE 12, bsc#1013983, needed by virtualization
  - p11-kit-nss-trust # Inherited from CODE12, FATE#320869
  - p7zip #  Initial package for SLE 15,FATE#316460
  - pam_apparmor # Initial package for SLE 15
  - pam_krb5 # Initial package for SLE 15
  - pam_mount # Initial package for SLE 15
  - pam_pkcs11 # Initial package for SLE 15
  - pam_snapper #  Initial package for SLE 15
  - pam_ssh #  Initial package for SLE 15
  - pam_u2f # FATE#323337
  - pam_yubico # FATE#323337
  - patch #  SUMA-4.0 bsc#1120746
  - parted-lang
  - pcsc-tools # FATE#323826
  - perl-Config-Crontab # part of SP0
  - perl-IO-SessionData  # FATE#326524
  - perl-IO-Socket-INET6 # added here to make dependencies between modules more easy (HA)
  - perl-Net-IP # Inherited from CODE12, bsc#1083371
  - perl-pcsc # FATE#323826
  - perl-SOAP-Lite  # FATE#326524
  - perl-Socket6 # added here to make dependencies between modules more easy (HA)
  - perl-Task-Weaken  # FATE#326524
  - perl-XML-Parser-Lite  # FATE#326524
  - permissions-zypp-plugin # bsc#1114383
  - pixz # Inherited from CODE12, FATE#316220, bsc#1082782
  - plymouth # bsc#1067481
  - plymouth-dracut # bsc#1067481
  - poppler-tools # bsc#1073540
  - postgresql #    Initial package for SLE 15, in basesystem as several packages from various modules require it
  - postgresql10 #    Initial package for SLE 15, in basesystem as several packages from various modules require it
  - telnet # added here to make dependencies between modules more easy (HA)
  - policycoreutils-lang # recommended by policycoreutils-newrole
  - policycoreutils-newrole # bsc#1040330
  - postfix #  Initial package for SLE 15
  - postfix-doc
  - ppc64-diag: [ppc64le] # FATE#322225
  - procinfo # Inherited from CODE12, bsc#1081777
  - procmail # Inherited from CODE12
  - psmisc #  Initial package for SLE 15,bsc#1056646
  - psmisc-lang
  - python3-cairo # Initial Package for SLE 15, used by Server  and Desktop Module
  - python3-cheroot # Initial Package for SLE 15, required by python3-CherryPy
  - python3-CherryPy # Initial Package for SLE 15, required by salt-api and Desktop Module
  - python3-curses # sle_base:zypper-log
  - python3-dbm # sle_base:zypper-log
  - python3-gevent # Initial Package for SLE 15,  recommended by salt-minion
  - python3-gobject-cairo # Initial Package for SLE 15, used by Server  and Desktop Module
  - python3-gobject-Gdk # Initial Package for SLE 15, used by Server  and Desktop Module
  - python3-idle # sle_base:zypper-log
  - python3-libvirt-python # bsc#1058958, Overlap: virtualization and sle_manager_tools group
  - python3-pip # sle_base:zypper-log
  - python3-portend # Initial Package for SLE 15, required by python3-CherryPy
  - python3-PrettyTable # Initial Package for SLE 15, needed by ceph-common
  - python3-pycurl # Initial Package for SLE 15, used by Server  and Desktop Module
  - python3-PySocks # Initial Package for SLE 15,  recommended by salt-minion
  - python3-tempora # Initial Package for SLE 15, required by python3-CherryPy
  - python3-tk # sle_base:zypper-log
  - python3-zypp-plugin # bsc#1065283
  - python-base # FATE#326513
  - python # FATE#326513
  - qemu-tools #  initial package for SLE 15; overlap: virtualization:patterns-server-kvm_tools sle_devtools:kiwi-templates-SLES15-JeOS
  - quota #  Initial package for SLE 15
  - quota-nfs #  Initial package for SLE 15
  - radvd #  Initial package for SLE 15
  - restorecond # new for SLE 15 SP1 to fix selinux setup
  - rpcbind #  Initial package for SLE 15
  - rpmemd: [x86_64] # Initial package for SLE15
  - rrdtool # bsc#1088307
  - rsocket  # Reason: bsc#1040159, required by rdma-core-devel
  - rsync # needed for log
  - rsyslog #  Initial package for SLE 15
  - ruby2.5-rubygem-builder #  Package Hub enablement bsc#1124304
  - s390-tools-hmcdrvfs: [s390x] # bsc#1066419
  - s390-tools-zdsfs: [s390x] # bsc#1066419
  - salt-bash-completion # Initial package for SLE15
  - salt-doc # Initial package for SLE15
  - salt-zsh-completion # Initial package for SLE15
  - samba-client #  Initial package for SLE 15
  - samba-libs-python: [locked] # use python3 variant
  - samba-libs-python3 # explicit to be prefered over the python2 variant.
  - samba #  Inherited from CODE 12
  - samba-winbind #  Inherited from CODE 12
  - sbl # Inherited from CODE 12
  - screen #  Initial package for SLE 15
  - sed #  Initial package for SLE 15
  - sensors: [aarch64,ppc64le,x86_64]  # Inherited from CODE12, bsc#1088856
  - servicelog: [ppc64le] # FATE#322224
  - setools-console #  Initial package for SLE 15
  - setools-libs #  Initial package for SLE 15
  - setserial #  Initial package for SLE 15, bsc#1060907
  - sharutils #  Initial package for SLE 15, required by amavisd-new,too
  - sharutils-lang # bsc#1081748
  - smartmontools #  Inherited from CODE 12
  - smc-tools: [s390x] # FATE#322618
  - snipl: [s390x] # FATE#322117
  - socat # bsc#1063031, jsc#SLE-6760
  - spax  # bsc#1059135
  - spectre-meltdown-checker # jsc#SLE-5515
  - sqlite3 # Overlap: sle_module_ha:patterns-ha-ha_sles gnome_standard:ibus-pinyin
  - sssd-ad #  Initial package for SLE 15
  - sssd-dbus #  bsc#1105307
  - sssd #  Initial package for SLE 15
  - sssd-ipa #  Initial package for SLE 15
  - sssd-krb5-common #  Initial package for SLE 15
  - sssd-krb5 #  Initial package for SLE 15
  - sssd-ldap #  Initial package for SLE 15
  - sssd-proxy #  Initial package for SLE 15
  - sssd-tools # Initial package for SLE 15
  - star  #  bsc#1059135
  - strongswan  #  bsc#1066859
  - strongswan-doc  #  bsc#1066859
  - strongswan-hmac  #  bsc#1066859
  - strongswan-ipsec  #  bsc#1066859
  - strongswan-libs0  #  bsc#1066859
  - supportutils # Inherited from CODE12, bsc#1057501
  - supportutils-plugin-salt # FATE#326488
  - syslinux: [x86_64] # Overlap: sle_module_server_applications:syslinux sle_devtools:kiwi-pxeboot
  - sysstat # Overlap: sle_module_server_applications:patterns-server-enterprise-oracle_server sle_devtools:pcp-import-iostat2pcp
  - system-role-text-mode # bsc#1084616
  - tcsh # required shell
  - tcsh-lang
  - tcpd # Inherited from CODE12, bsc#1075814
  - tdb-tools # bsc#1060184
  - termcap #  Inherited from CODE12
  - tftpboot-installation-common # FATE#322275
  - tftpboot-installation-SLE-15-SP1-aarch64: [aarch64] # FATE#322275
  - tftpboot-installation-SLE-15-SP1-ppc64le: [ppc64le] # FATE#322275
  - tftpboot-installation-SLE-15-SP1-s390x: [s390x] # FATE#322275
  - tftpboot-installation-SLE-15-SP1-x86_64: [x86_64] # FATE#322275
  - tftp #  Inherited from CODE 12
  - thunderbolt-user-space # FATE#324014
  - tigervnc # FATE#312636; Overlap: virtualization and desktop_base_apps
  - time #  Inherited from CODE12
  - tpm2.0-abrmd #    Inherited from CODE12, FATE#315631
  - tpm2.0-tools #    Inherited from CODE12, FATE#315631
  - tpm2-0-tss #    Inherited from CODE12, FATE#315631
  - tpm2-tss-engine  # FATE#325619
  - tpm2-tss-engine-bash-completion  # FATE#325619
  - tpm-tools #    Inherited from CODE12
  - tpm-tools-pkcs11 # FATE#315631
  - tpm-quote-tools # FATE#323077
  - typelib-1_0-Vte-2.91 # Overlap: virtualization:patterns-server-kvm_tools sle_desktop_devel_packages:vte-devel
  - ucode-intel: [x86_64] # Inherited from CODE12, bsc#1066856
  - unar # Inherited from CODE 12, bsc#1081507
  - unrar_wrapper # bsc#1081507
  - usbutils #  Initial package for SLE 15
  - vim-data #  bsc#1060189
  - virt-viewer # bsc#1083398
  - w3m #  Initial package for SLE 15
  - whois #  Inherited from CODE12
  - wol # Inherited from CODE12, bsc#1083955
  - wol-udev-rules
  - wpa_supplicant #  dependency:Initial package for SLE15
  - xalan-c # Inherited from SDK 15, Reason: FATE#320903
  - xdelta3 # required by SLEPOS
  - xkeyboard-config-lang # recommends of emacs, used by more modules.
  - xfsdump #  Initial package for SLE 15, bsc#1061177
  - xmlcharent # Inherited from CODE12
  - xorriso # Overlap: sle_module_sap_applications:kiwi-template-sap sle_devtools:dracut-kiwi-live
  - xz #  Initial package for SLE 15
  - yast2-add-on #  Initial package for SLE 15
  - yast2-apparmor # bsc#1058825
  - yast2-audit-laf # bsc1058825
  - yast2-auth-client # sle_module_server_applications:patterns-yast-yast2_basis
  - yast2-auth-server # sle_module_server_applications:patterns-server-directory_server
  - yast2-boot-server # bsc#1083955
  - yast2-cio: [s390x] # FATE#316579, bsc#1068326
  - yast2-control-center-qt #   Initial package for SLE 15
  - yast2-dhcp-server #  BSC#1059168
  - yast2-dns-server #  BSC#1059170
  - yast2-firstboot #  BSC#1065637
  - yast2-ftp-server #  BSC#1058724
  - yast2-http-server #  BSC#1058723
  - yast2-iscsi-lio-server #  BSC#1057272
  - yast2-journal #  Initial package for SLE 15
  - yast2-kdump #  Initial package for SLE 15
  - yast2-ldap #  BSC#1059176
  - yast2-mail #  Initial package for SLE 15, bsc#1059175
  - yast2-migration #  Initial package for SLE 15, bsc#1071757
  - yast2-nfs-client #  BSC#1058861
  - yast2-nfs-server #  BSC#1059177
  - yast2-nis-client #  BSC#1058493
  - yast2-nis-server #  BSC#1058493
  - yast2-online-update-configuration #  BSC#1059528
  - yast2-online-update-frontend #  BSC#1059528
  - yast2-printer #  BSC#1058711
  - yast2-registration #  Initial package for SLE 15
  - yast2-samba-client # bsc#1060184
  - yast2-samba-server # bsc#1060184
  - yast2-snapper #  Initial package for SLE 15
  - yast2-sound #  BSC#1058711
  - yast2-squid #  Initial package for SLE 15
  - yast2-sudo
  - yast2-support #  bsc#1059581
  - yast2-tftp-server #  Initial package for SLE 15, bsc#1056801
  - yast2-trans-af # Initial package for SLE 15
  - yast2-trans-ar # Initial package for SLE 15
  - yast2-trans-bg # Initial package for SLE 15
  - yast2-trans-bn # Initial package for SLE 15
  - yast2-trans-bs # Initial package for SLE 15
  - yast2-trans-ca # Initial package for SLE 15
  - yast2-trans-cs # Initial package for SLE 15
  - yast2-trans-cy # Initial package for SLE 15
  - yast2-trans-da # Initial package for SLE 15
  - yast2-trans-de # Initial package for SLE 15
  - yast2-trans-el # Initial package for SLE 15
  - yast2-trans-en_GB # Initial package for SLE 15
  - yast2-trans-en_US # Initial package for SLE 15
  - yast2-trans-es # Initial package for SLE 15
  - yast2-trans-et # Initial package for SLE 15
  - yast2-trans-fa # Initial package for SLE 15
  - yast2-transfer #  Initial package for SLE 15
  - yast2-trans-fi # Initial package for SLE 15
  - yast2-trans-fr # Initial package for SLE 15
  - yast2-trans-gl # Initial package for SLE 15
  - yast2-trans-gu # Initial package for SLE 15
  - yast2-trans-hi # Initial package for SLE 15
  - yast2-trans-hr # Initial package for SLE 15
  - yast2-trans-hu # Initial package for SLE 15
  - yast2-trans-id # Initial package for SLE 15
  - yast2-trans-it # Initial package for SLE 15
  - yast2-trans-ja # Initial package for SLE 15
  - yast2-trans-jv # Initial package for SLE 15
  - yast2-trans-ka # Initial package for SLE 15
  - yast2-trans-km # Initial package for SLE 15
  - yast2-trans-ko # Initial package for SLE 15
  - yast2-trans-lo # Initial package for SLE 15
  - yast2-trans-lt # Initial package for SLE 15
  - yast2-trans-mk # Initial package for SLE 15
  - yast2-trans-mr # Initial package for SLE 15
  - yast2-trans-nb # Initial package for SLE 15
  - yast2-trans-nl # Initial package for SLE 15
  - yast2-trans-pa # Initial package for SLE 15
  - yast2-trans-pl # Initial package for SLE 15
  - yast2-trans-pt_BR # Initial package for SLE 15
  - yast2-trans-pt # Initial package for SLE 15
  - yast2-trans-ro # Initial package for SLE 15
  - yast2-trans-ru # Initial package for SLE 15
  - yast2-trans-si # Initial package for SLE 15
  - yast2-trans-sk # Initial package for SLE 15
  - yast2-trans-sl # Initial package for SLE 15
  - yast2-trans-sr # Initial package for SLE 15
  - yast2-trans-stats #  Initial package for SLE 15
  - yast2-trans-sv # Initial package for SLE 15
  - yast2-trans-ta # Initial package for SLE 15
  - yast2-trans-th # Initial package for SLE 15
  - yast2-trans-tr # Initial package for SLE 15
  - yast2-trans-uk # Initial package for SLE 15
  - yast2-trans-vi # Initial package for SLE 15
  - yast2-trans-wa # Initial package for SLE 15
  - yast2-trans-xh # Initial package for SLE 15
  - yast2-trans-zh_CN # Initial package for SLE 15
  - yast2-trans-zh_TW # Initial package for SLE 15
  - yast2-trans-zu # Initial package for SLE 15
  - yast2-vm: [aarch64,x86_64,s390x] # BSC#1057318; Overlap: virtualization_gui:yast2-vm sle-module-basesystem-release
  - yast2-vpn # FATE#320616
  - ykclient # FATE#323337
  - ykpers # FATE#323337
  - ypbind #  BSC#1058493
  - yubico-piv-tool # FATE#323337
  - yubikey-manager #  FATE#323337
  - zip #  Initial package for SLE 15
  - zsh #  Inherited from SLE 12
  - zypper-log #  Initial package for SLE 15
  # FIXME to be reviewed later
  - desktop-file-utils
  - fonts-config
  - glib-networking
  - glib-networking-lang
  - gsettings-desktop-schemas
  - gsettings-desktop-schemas-lang # FIXME check if really needed
  - fuse
  - gnutls
  - lksctp-tools
  - lockdev
  - mkisofs
  - mozilla-nss-tools
  - myspell-dictionaries
  - myspell-en
  - myspell-en_US # sle_base:myspell-en
  - myspell-lightproof-en # sle_base:myspell-en
  - myspell-de_DE # gnome_extended:libreoffice-l10n-de
  - myspell-es_ES # gnome_extended:libreoffice-l10n-es
  - myspell-lightproof-hu_HU # gnome_extended:libreoffice-l10n-hu
  - myspell-lightproof-pt_BR # gnome_extended:libreoffice-l10n-pt_BR
  - myspell-lightproof-ru_RU # gnome_extended:libreoffice-l10n-ru
  - myspell-nb_NO # gnome_extended:libreoffice-l10n-nb
  - myspell-ro_RO # gnome_extended:libreoffice-l10n-ro
  - udisks2
  - udisks2-lang # recommended
  - typelib-1_0-UDisks-2_0
  - unbound-anchor
  - unixODBC
  - mariadb-connector-odbc # FATE#324398
  - psqlODBC # addition to unixODBC, FATE#324501
  - which
  - xdg-utils
  - zisofs-tools
  - polkit-default-privs
  - wireshark # FATE#323341
  - GeoIP # sle_module_server_applications:wireshark
  - GeoIP-data
  - at-spi2-core-lang
  - atk-lang
  - gconf2-lang
  - gdk-pixbuf-lang
  - gdk-pixbuf-thumbnailer
  - gstreamer-lang
  - gstreamer-plugins-base-lang
  - gstreamer-plugins-good-lang
  - json-glib-lang
  - libsecret-lang
  - libsoup-lang
  - libwebkit2gtk3-lang
  - shared-mime-info-lang

# this list is autogenerated from source packages used on the base module
# basically from packages ending with -devel
# manually edited.
sle_base_devel_packages:
  - alsa-devel
  - audit-devel
  - augeas-devel
  - avahi-compat-howl-devel
  - avahi-compat-mDNSResponder-devel
  - babeltrace-devel: [x86_64,aarch64]
  - bash-completion-devel
  - bash-devel
  - bind-devel
  - binutils-devel
  - bison-lang # sle_module_basesystem:sle-module-basesystem-release
  - blog-devel
  - brlapi-devel
  - c-ares-devel # libcares2 is pulled by sssd-ad
  - celt051-devel # required for virtualization
  - cifs-utils-devel
  - clamav-devel
  - clang7-devel
  - clucene-core-devel
  - cpupower-devel
  - cracklib-devel
  - cups-devel
  - cups-filters-devel
  - cyrus-sasl-devel
  - dbus-1-devel
  - dbus-1-glib-devel
  - device-mapper-devel
  - dhcp-devel
  - dialog-devel
  - dialog-lang # sle_base:alsa
  - docbook_4
  - docbook-xsl-stylesheets
  - double-conversion-devel
  - e2fsprogs-devel
  - ecryptfs-utils-devel
  - efivar-devel
  - expect-devel
  - fftw3-devel # needed by server and desktop (libofa-devel)
  - file-devel
  - fipscheck-devel
  - flac-devel
  - fontconfig-devel
  - freeipmi-devel: [x86_64]
  - freetype2-devel
  - fribidi-devel
  - fstrm-devel
  - fuse-devel
  - fwupdate-devel: [x86_64,aarch64]
  - gamin-devel
  - gcc-fortran # Required by ofed and hpc -> overlap
  - gc-devel
  - gdbm-devel
  - ghostscript-devel
  - giflib-devel
  - git-core
  - glib2-devel
  - glibc-devel
  - gmp-devel
  - gobject-introspection-devel
  - gpm-devel
  - graphite2-devel
  - graphviz-devel # Initial package for SLE 15
  - gsettings-desktop-schemas-devel
  - gtk-doc
  - gtk-doc-lang
  - harfbuzz-devel
  - haveged-devel
  - hivex-devel
  - hplip-devel
  - hunspell-devel
  - hwinfo-devel
  - ipset-devel
  - isl-devel
  - iso-codes-devel
  - java-11-openjdk-devel # FATE#326347
  - jemalloc-devel # fate#323344
  - jemalloc-devel-static # fate#323344
  - json-glib-devel # Overlap: virtualization:libldm-1_0-0-devel gnome_standard:libkkc-devel
  - kernel-default-devel
  - kernel-devel
  - kernel-macros
  - keyutils-devel
  - krb5-devel
  - libacl-devel
  - libaddrxlat-devel
  - libaio-devel
  - libao-devel
  - libapparmor-devel
  - libarchive-devel
  - libasm-devel
  - libassuan-devel
  - libatasmart-devel
  - libattr-devel
  - libavahi-devel
  - libavahi-glib-devel
  - libbasicobjects-devel
  - libblkid-devel # bsc#1072364
  - libblkid-devel-static # bsc#1072364
  - libboost_atomic1_66_0-devel  # after discussing with maintainer, also bsc#1077627
  - libboost_chrono1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_container1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_context1_66_0-devel: [aarch64,ppc64le,x86_64] # after discussing with maintainer, also bsc#1077627
  - libboost_coroutine1_66_0-devel: [aarch64,ppc64le,x86_64] # after discussing with maintainer, also bsc#1077627
  - libboost_date_time1_66_0-devel  # after discussing with maintainer, also bsc#1077627
  - libboost_fiber1_66_0-devel: [aarch64,ppc64le,x86_64] # after discussing with maintainer, also bsc#1077627
  - libboost_graph1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_iostreams1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_locale1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_log1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_math1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_python-py3-1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_random1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_regex1_66_0-devel # sle_minimal
  - libboost_serialization1_66_0-devel # sle_minimal
  - libboost_signals1_66_0-devel # after discussing with maintainer, also bsc#1077627
  - libboost_stacktrace1_66_0-devel # sle_minimal
  - libboost_system1_66_0-devel
  - libboost_thread1_66_0-devel  # after discussing with maintainer, also bsc#1077627
  - libboost_timer1_66_0-devel # sle_minimal
  - libboost_type_erasure1_66_0-devel # sle_minimal
  - libboost_wave1_66_0-devel # sle_minimal
  - libbrotli-devel # libbrotlicommon1 is pulled in by soem applications
  - libbsd-devel
  - libbtrfs-devel
  - libbz2-devel
  - libc++abi-devel: [x86_64]
  - libcap-devel
  - libcap-ng-devel
  - libcephfs-devel
  - libcollection-devel
  - libcom_err-devel
  - libcom_err-devel-static # bsc#1072364
  - libconfig-devel
  - libconfig++-devel
  - libcreaterepo_c-devel
  - libcroco-devel
  - libcryptmount-devel
  - libcryptsetup-devel
  - libcurl-devel
  - libdaemon-devel
  - libdb-4_8-devel
  - libdbi-devel # librrd8 pulls in libdbi3
  - libdcerpc-devel
  - libdcerpc-samr-devel
  - libdhash-devel
  - libdmmp-devel
  - libdnet-devel
  - libdw-devel
  - libebl-devel
  - libedit-devel
  - libelf-devel
  - libepoxy-devel
  - libesmtp-devel
  - libestr-devel
  - libevdev-devel
  - libevent-devel
  - libexpat-devel
  - libext2fs-devel
  - libext2fs-devel-static # bsc#1072364
  - libfabric-devel
  - libfastjson-devel
  - libfdisk-devel
  - libfdt-devel
  - libffi-devel
  - libfido2-devel # FATE#323337, will pull in the right lib
  - libgcrypt-devel
  - libgnutls-devel
  - libgnutlsxx-devel
  - libgpg-error-devel
  - libgpgme-devel
  - libgpgmepp-devel
  - libgstphotography-1_0-0
  - libgudev-1_0-devel
  - libhugetlbfs-devel
  - libHX-devel
  - libICE-devel
  - libicu-devel
  - libidn2-devel
  - libidn-devel
  - libini_config-devel
  - libinput-devel
  - libipa_hbac-devel
  - libipq-devel
  - libiptc-devel
  - libirs-devel
  - libiscsi-devel
  - libiw-devel
  - libjansson-devel
  - libjbig-devel
  - libjpeg8-devel
  - libjson-c-devel
  - libkate-devel
  - libkcapi-devel
  - libkdumpfile-devel
  - libkmod-devel
  - libkms-devel
  - libksba-devel
  - libkyotocabinet-devel
  - liblcms2-devel
  - libldapcpp-devel
  - liblogging-devel
  - liblognorm-devel
  - liblz4-devel
  - libmediacheck-devel # libmediacheck required by linuxrc
  - libmetalink-devel
  - libmnl-devel
  - libmodman-devel
  - libmount-devel
  - libmspack-devel
  - libndctl-devel: [x86_64,ppc64le] # libndctl6 pulled by rpmemd, [FATE#326234]
  - libndr-krb5pac-devel
  - libndr-nbt-devel
  - libneon-devel
  - libnetapi-devel
  - libnetcontrol-devel
  - libnet-devel
  - libnetfilter_conntrack-devel
  - libnetfilter_cthelper-devel
  - libnetfilter_cttimeout-devel
  - libnetfilter_queue-devel
  - libnetlink-devel
  - libnettle-devel
  - libnfnetlink-devel
  - libnftnl-devel
  - libnghttp2_asio-devel
  - libnghttp2-devel
  - libnl3-devel
  - libnscd-devel # Inherited from CODE12, as we have libnscd1-32bit...
  - libnsl-devel
  - libnuma-devel
  - liboath-devel # bsc#1089302#c4
  - libomp7-devel: [x86_64,ppc64le]
  - libopenssl-devel
  - libopts-devel
  - libOSMesa-devel
  - libpath_utils-devel
  - libpcap-devel
  - libpciaccess-devel
  - libpfm-devel
  - libpipeline-devel
  - libpng12-devel
  - libpng16-compat-devel
  - libpng16-devel
  - libpoppler-devel
  - libpoppler-glib-devel
  - libprotobuf-c-devel
  - libproxy-devel
  - libpsl-devel
  - libpsm2-devel: [x86_64]  # Reason: mvpich2-psm-devel-2.2 dep
  - libpulse-devel
  - libpwquality-devel
  - libqgpgme-devel
  - libQt5Concurrent-devel
  - libQt5Core-devel
  - libQt5Core-private-headers-devel
  - libQt5DBus-devel
  - libQt5DBus-private-headers-devel
  - libQt5Gui-devel
  - libQt5Gui-private-headers-devel
  - libQt5KmsSupport-private-headers-devel
  - libQt5Network-devel
  - libQt5Network-private-headers-devel
  - libQt5OpenGL-devel
  - libQt5OpenGL-private-headers-devel
  - libQt5PlatformHeaders-devel
  - libQt5PlatformSupport-private-headers-devel
  - libQt5PrintSupport-devel
  - libQt5PrintSupport-private-headers-devel
  - libqt5-qtbase-common-devel
  - libqt5-qtbase-devel
  - libqt5-qtbase-private-headers-devel
  - libqt5-qtdeclarative-devel
  - libqt5-qtdeclarative-tools  # TBD: why is this HERE?
  - libqt5-qtserialport-devel
  - libqt5-qtsvg-devel
  - libqt5-qtwebchannel-devel
  - libqt5-qtwebsockets-devel
  - libqt5-qtx11extras-devel
  - libqt5-qtxmlpatterns-devel
  - libQt5SerialPort5
  - libQt5Sql5-sqlite
  - libQt5Sql-devel
  - libQt5Sql-private-headers-devel
  - libQt5Svg5
  - libQt5Test-devel
  - libQt5Test-private-headers-devel
  - libQt5WebChannel5
  - libQt5WebSockets5
  - libQt5Widgets-devel
  - libQt5Widgets-private-headers-devel
  - libQt5Xml-devel
  - librados-devel
  - libradospp-devel
  - librbd-devel
  - libref_array-devel
  - libreiserfscore-devel
  - librgw-devel
  - librsync-devel
  - librtas-devel: [ppc64le]  # needed for bnc#929370
  - libsamba-credentials-devel
  - libsamba-errors-devel
  - libsamba-hostconfig-devel
  - libsamba-passdb-devel
  - libsamba-policy-devel
  - libsamba-policy-python-devel: [locked]  # required by libsamba-policy-devel, we migth need to lock this
  - libsamba-policy-python3-devel # required by libsamba-policy-devel, force py3 version
  - libsamdb-devel
  - libsamplerate-devel
  - libscg-devel
  - libschily-devel
  - libseccomp-devel
  - libselinux-devel
  - libsemanage-devel # bsc#1073511
  - libsepol-devel
  - libservicelog-devel: [ppc64le] # libservicelog pulled by ppc64-diag
  - libsgutils-devel
  - libsha1detectcoll-devel # libsha1detectcoll1 pulled by git-core
  - libsmartcols-devel
  - libsmbclient-devel
  - libsmbconf-devel
  - libsmbios-devel: [x86_64]
  - libsmbldap-devel
  - libSM-devel
  - libsnapper-devel
  - libsndfile-devel
  - libsodium-devel
  - libsolv-devel
  - libssh2-devel
  - libssh-devel # needed by Package Hub
  - libsss_certmap-devel
  - libsss_idmap-devel
  - libsss_nss_idmap-devel
  - libsss_simpleifp-devel
  - libstoragemgmt-devel
  - libstorage-ng-devel
  - libtasn1-devel
  - libteam-devel
  - libtevent-util-devel
  - libtiff-devel
  - libtirpc-devel
  - libucm-devel
  - libucp-devel
  - libucs-devel
  - libuct-devel
  - libudev-devel
  - libunistring-devel
  - libunwind-devel: [x86_64,ppc64le,aarch64]
  - liburcu-devel
  - libusb-1_0-devel
  - libusbgx-devel
  - libustr-devel
  - libuuid-devel
  - libuuid-devel-static # bsc#1072364
  - libuv-devel
  - libverto-devel
  - libvma-devel: [aarch64,ppc64le,x86_64]
  - libvmtools-devel: [x86_64]
  - libvorbis-devel
  - libvpd2-devel
  - libwacom-devel
  - libwbclient-devel
  - libX11-devel
  - libx86emu-devel
  - libxalan-c-devel
  - libxatracker-devel: [x86_64,aarch64,ppc64le]
  - libXau-devel
  - libXaw-devel
  - libxcb-devel-doc
  - libXcursor-devel
  - libXdamage-devel
  - libxerces-c-devel
  - libXfont2-devel
  - libxml2-devel
  - libxml-security-c-devel
  - libxshmfence-devel
  - libxslt-devel
  - libxtables-devel
  - libyajl-devel
  - libyaml-devel
  - libyui-devel
  - libyui-doc
  - libyui-ncurses-devel
  - libyui-ncurses-doc
  - libyui-ncurses-pkg-devel
  - libyui-ncurses-pkg-doc
  - libyui-qt-doc
  - libyui-qt-graph9
  - libyui-qt-graph-devel
  - libyui-qt-graph-doc
  - libyui-qt-pkg-doc
  - libzio-devel
  - libzip-devel
  - libzypp-devel
  - lksctp-tools-devel
  - llvm7-devel
  - lockdev-devel
  - lttng-ust-devel: [x86_64,aarch64]
  - lua53-devel
  - lvm2-devel
  - lzo-devel
  - lzo-devel-static # bsc#1072364
  - make-lang # sle_base_devel_packages:libqt5-qtbase-common-devel
  - libmariadbprivate # Buildreq. of mariadb-connector-odbc
  - Mesa-devel
  - Mesa-dri-devel
  - Mesa-libd3d-devel: [x86_64]
  - Mesa-libEGL-devel
  - Mesa-libglapi-devel
  - Mesa-libGL-devel
  - Mesa-libGLESv1_CM-devel
  - Mesa-libGLESv2-devel
  - Mesa-libGLESv3-devel
  - Mesa-libVulkan-devel: [x86_64]
  - minizip-devel
  - mozilla-nspr-devel
  - mozilla-nss-devel
  - mpc-devel
  - mpfr-devel
  - mtdev-devel
  - multipath-tools-devel
  - ncurses5-devel
  - ncurses-devel
  - net-snmp-devel
  - nfsidmap-devel
  - npth-devel
  - OpenIPMI-devel
  - open-iscsi-devel # open-iscsi is in minimal
  - openjade-devel
  - openjpeg2
  - openjpeg2-devel
  - openldap2-devel
  - openldap2-devel-static
  - open-lldp-devel
  - openpgm-devel
  - openscap-devel
  - openslp-devel
  - opensp-devel
  - openvpn-devel
  - p11-kit-devel
  - pam-devel
  - parted-devel
  - pciutils-devel
  - pcre-devel
  - pcsc-lite-devel
  - pkcs11-helper-devel
  - plymouth-devel
  - polkit-devel
  - popt-devel
  - postfix-devel
  - procps-devel
  - qpdf-devel
  - qrencode-devel
  - rados-objclass-devel
  - rdma-core-devel
  - readline-devel
  - rhash-devel
  - rpm-devel
  - rrdtool-devel
  - ruby2.5-devel-extra
  - ruby2.5-rubygem-bundler
  - ruby-devel
  - setools-devel
  - snappy-devel
  - speex-devel
  - sqlite3-devel
  - sssd-wbclient-devel
  - subversion-devel
  - sudo-devel
  - sysfsutils-devel
  - systemd-devel
  - talloc-man
  - tcl-devel
  - tcpd-devel
  - tevent-man
  - tpm2.0-abrmd-devel
  - tpm2-0-tss-devel  # Reason: FATE#321508
  - tpm2-tss-engine-devel  # FATE#325619
  - tpm-tools-devel
  - trousers-devel
  - udisks2-devel
  - unbound-devel
  - unixODBC-devel
  - utempter-devel
  - utf8proc-devel # libutf8proc2 pulled by subversion-devel
  - xcb-proto-devel  # libxcb1
  - xcb-util-image-devel
  - xcb-util-keysyms-devel
  - xcb-util-renderutil-devel
  - xcb-util-wm-devel
  - xf86-input-evdev-devel: [x86_64,aarch64,ppc64le]
  - xf86-input-libinput-devel: [x86_64,aarch64,ppc64le]
  - xfsprogs-devel
  - xkbcomp-devel
  - xrdp-devel
  - xz-devel
  - xz-static-devel
  - yast2-core-devel
  - yast2-testsuite
  - yast2-ycp-ui-bindings-devel
  - zeromq-devel
  - zlib-devel
  - zlib-devel-static # bsc#1070047

# Defines the various groups containing the stuff that should be provided
#   	Owner: Project Managers
#
# 	Currently existing groups:
# 	* tomcat8:
# 	  Tomcat8 applications
#
# 	* sle_databases:
# 	  databases like mariadb, postgresql
#
# 	* sle_webserver:
# 	  apache2 and consorts
#
# 	* admin_tools
# 	  various applications that are useful for administrators; incl. security tools
# 	  mostlikely gets merged with other group(s)
#
# 	* sle_misc_applications
# 	  various applications that are useful, but belong rather to a Server than a Desktop
# 	  used as a kind of 'sle_base_server'
# 	* ima_applications
# 	  All around the "Integrity Measurement Architecture", see FATE 323906

tomcat8:
  - apache-commons-beanutils #    Initial package for SLE 15, inherited from CODE12
  - apache-commons-io #    Initial package for SLE 15, inherited from CODE12
  - apache-commons-lang #  Initial package for SLE 15, inherited from CODE12, FATE#319016
  - apache-commons-httpclient # Initial package for SLE 15, inherited from CODE12
  - jakarta-commons-digester #    Initial package for SLE 15, inherited from CODE12
  - jakarta-commons-fileupload #    Initial package for SLE 15, inherited from CODE12
  - jakarta-commons-launcher #    Initial package for SLE 15, inherited from CODE12
  - jakarta-commons-modeler #    Initial package for SLE 15, inherited from CODE12
  - jakarta-taglibs-standard #    Initial package for SLE 15, inherited from CODE12
  - tomcat #    Initial package for SLE 15
  - tomcat-admin-webapps # Inherited from CODE12
  - tomcat-webapps # Inherited from CODE12
  - xml-commons-resolver12 # Inherited from SDK12, bsc#982212


sle_databases:
  - postgresql-devel # might be needed for rebuild
  - postgresql-docs # postgresql10-docs requires it
  - postgresql-plperl # bsc#1086004
  - postgresql-plpython # bsc#1086004
  - postgresql-pltcl # bsc#1086004
  - postgresql-contrib  # Initial package for SLE 15, bsc#1095788
  - postgresql10-contrib  # Initial package for SLE 15, bsc#1095788
  - postgresql10-server #    Initial package for SLE 15
  - postgresql10-devel # devel package
  - postgresql10-docs # Initial package for SLE 15
  - postgresql10-plperl # bsc#1086004
  - postgresql10-plpython # bsc#1086004
  - postgresql10-pltcl # bsc#1086004
  - mariadb-client #    Initial package for SLE 15
  - mariadb-errormessages #    Initial package for SLE 15
  - mariadb #    Initial package for SLE 15
  - mariadb-tools #    Initial package for SLE 15
  - libmariadb_plugins #    Initial package for SLE 15
  - libmysqld-devel # devel package
  - postfix-mysql # Inherited from SLE 12
  - cyrus-sasl-sqlauxprop #    Initial package for SLE 15, inherited from CODE12
  - pgadmin4 # FATE#323396
  - pgadmin4-web # FATE#323396
  - pgadmin4-doc # FATE#323396
  - postgresql10-pgagent # FATE#323396


sle_webserver:
  - apache-rpm-macros-control  # Reason: bsc#969792; req. by apache2-devel
  - apache2-mod_apparmor #    Initial package for SLE 15
  - apache2-mod_auth_openidc # SP1, FATE#324447
  - apache2-mod_jk #    Initial package for SLE 15
  - apache2-mod_nss #    Initial package for SLE 15
  - apache2-mod_security2 #    Initial package for SLE 15
  - apache2-mod_wsgi-python3 # SUMA-4.0 bsc#1120782
  - apache2-doc # Inherited from CODE12
  - apache2 #    Initial package for SLE 15
  - apache2-devel # bsc#1060762
  - apache2-worker
  - libcjose-devel  # libcjose0 is pulled by apache2-mod_auth_openidc
  - nginx # fate#323994
  - nginx-source # FATE#323994

sle_cim_infrastructure:
  - sblim-sfcb # FATE#319116
  - sblim-sfcc-devel # FATE#319116, bsc#1090323
  - sblim-wbemcli # FATE#319116
  - openwsman-server # FATE#319116
  - libwsman-devel # bsc#1092354
  - sblim-indication_helper # FATE#319116
  - sblim-indication_helper-devel # FATE#319116, bsc#109032
  - sblim-sfcCommon-devel # FATE#319116, bsc#109032
  - sblim-cmpiutil # FATE#319116
  - sblim-cmpi-devel # FATE#319116
  - sblim-cmpi-base # FATE#319116
  - sblim-cmpi-base-devel # FATE#319116, bsc#1090323
  - sblim-cmpi-c++-devel # FATE#319116, bsc#1090323

sle_server_devel_packages:
  - fftw3-openmp-devel
  - fftw3-threads-devel
  - quagga-devel

sle_misc_applications:
  - 389-ds-devel # FATE#323362
  - 389-ds # Initial package for SLE 15, FATE#323362
  - apcupsd #    Initial package for SLE 15, inherited from CODE12
  - at #    Initial package for SLE 15
  - bind-chrootenv #    Initial package for SLE 15
  - bind-doc # sle_module_server_applications:patterns-server-dhcp_dns_server
  - bind #    Initial package for SLE 15
  - cachefilesd #    Inherited from CODE12
  - cgdcbxd # bnc#896787, FATE#313783, bsc#1067489
  - clone-master-clean-up # Inherited from CODE12, FATE#321159, bsc#1086298
  - davfs2 #    Inherited from CODE 12, FATE#318116
  - ddclient #    Inherited from CODE 12
  - ddpt #    Inherited from CODE12, copy offload functionality, wished by hare
  - dehydrated-apache2 # FATE#323377
  - dehydrated # FATE#323377
  - delayacct-utils # Inherited from SLES12, bsc#1081770
  - dhcp-relay #    Initial package for SLE 15, inherited from CODE12
  - dhcp-server #    Initial package for SLE 15, inherited from CODE12
  - dhcp-tools #    Initial package for SLE 15, inherited from CODE12
  - dovecot23-backend-mysql #    Initial package for SLE 15
  - dovecot23-backend-pgsql #    Initial package for SLE 15
  - dovecot23-backend-sqlite #    Initial package for SLE 15
  - dovecot23-devel
  - dovecot23-fts #    Initial package for SLE 15
  - dovecot23-fts-lucene #    Initial package for SLE 15
  - dovecot23-fts-solr #    Initial package for SLE 15
  - dovecot23-fts-squat #    Initial package for SLE 15
  - dovecot23 #    Initial package for SLE 15
  - dpdk-devel: [x86_64,ppc64le,aarch64] #    Initial package for SLE 15, FATE#319169
  - dpdk-kmp-default: [x86_64,ppc64le,aarch64] #    Initial package for SLE 15, FATE#315704
  - dpdk-thunderx: [aarch64] # Inherited from CODE12, FATE#321960
  - dpdk-thunderx-devel: [aarch64]  # Reason: FATE#321541
  - dpdk-thunderx-kmp-default: [aarch64] # Inherited from CODE12, FATE#321960
  - dpdk-tools: [x86_64,ppc64le,aarch64] #    Initial package for SLE 15, FATE#319169
  - dpdk: [x86_64,ppc64le,aarch64] #    Initial package for SLE 15, FATE#319169
  - dump #    Initial package for SLE 15
  - FirmwareUpdateKit: [x86_64] #    Initial package for SLE 15
  - freeradius-client-devel
  - freeradius-client #    Initial package for SLE 15
  - freeradius-client-libs #    Initial package for SLE 15
  - freeradius-server-devel
  - freeradius-server #    Initial package for SLE 15
  - freeradius-server-krb5 #    Initial package for SLE 15
  - freeradius-server-ldap #    Initial package for SLE 15
  - freeradius-server-libs #    Initial package for SLE 15
  - freeradius-server-mysql #    Initial package for SLE 15
  - freeradius-server-perl #    Initial package for SLE 15
  - freeradius-server-postgresql #    Initial package for SLE 15
  - freeradius-server-python #    Initial package for SLE 15
  - freeradius-server-sqlite #    Initial package for SLE 15
  - freeradius-server-utils #    Initial package for SLE 15
  - genwqe-tools: [s390x,ppc64le] # Inherited from CODE12, bsc#1066425, FATE#322241
  - genwqe-vpd: [s390x,ppc64le] # Inherited from CODE12, bsc#1066425, FATE#322241
  - genwqe-zlib: [s390x,ppc64le] # Inherited from CODE12, bsc#1066425, FATE#322241
  - gnuplot-doc #  Initial package for SLE 15
  - gnuplot #  Initial package for SLE 15
  - ibmtss-base #  FATE#322244
  - ibmtss-devel  # Reason: FATE#321601
  - ibmtss #  FATE#322244
  - ibutils-ui #    Initial package for SLE 15, split-off, bsc#1030891
  - intel-cmt-cat: [x86_64] #    Initial package for SLE 15,FATE#322762
  - ipmitool-bmc-snmp-proxy # FATE#322044
  - krb5-plugin-kdb-ldap #    Initial package for SLE 15, inherited from CODE12
  - krb5-server #    Initial package for SLE 15, inherited from CODE12
  - ledmon #    Inherited from CODE12
  - libapr-util1-dbd-mysql # bsc#1088141
  - libapr-util1-dbd-pgsql # bsc#1088141
  - libapr-util1-dbd-sqlite3 # bsc#1088141
  - libcpuset1 # Inherited from CODE12
  - libcpuset-devel
  - libev-devel # libev4 pulled by krb5-plugin-kdb-ldap
  - libHBAAPI2-devel
  - libica-devel: [s390x] #    Inherited from CODE12, bsc#1066939, bsc#948386,FATE#322025
  - libica-devel-static: [s390x] # bsc#948386,FATE#322025
  - libica-tools: [s390x] #    Inherited from CODE12, bsc#1066939
  - libiscsi-utils #    Initial package for SLE 15 ; FATE#320080
  - librdkafka-devel # FATE#326983
  - librdkafka1 # FATE#326983
  - libmemcached-devel # bsc#1070746
  - libmemcachedutil2 # Inherited from CODE 12, FATE#319323, bsc#1069192
  - libpmemblk-devel: [x86_64] # Reason: bsc#987722
  - libpmem-devel: [x86_64] # Reason: bsc#987722
  - libpmemlog-devel: [x86_64] # Reason: bsc#987722
  - libpmemobj-cpp-devel: [x86_64] # libpmem1 is pulled by pmdk-tools
  - libpmemobj-devel: [x86_64] # Reason: bsc#987722
  - libpmempool-devel: [x86_64] # Reason: bsc#987722
  - libpqos-devel: [x86_64] # libpqos pulled by intel-cmt-cat
  - libquagga_pb0 # bsc#1089651
  - librelp-devel # librelp0 pulled by rsyslog-module-relp
  - librpmem-devel: [x86_64] # libpmem1 is pulled by pmdk-tools
  - libsmputils-devel # libsmputils1-1 is pulled in by smp_utils
  - libstoragemgmt-arcconf-plugin #   FATE#323434
  - libstoragemgmt-local-plugin # FATE#323434
  - libstoragemgmt-netapp-plugin #    Inherited from CODE12, FATE#314409
  - libstoragemgmt-nfs-plugin # FATE#323434
  - libstoragemgmt-smis-plugin #    Inherited from CODE12, FATE#314409
  - libteam5 #    Inherited from CODE12, FATE#318389
  - libteam-tools #    Inherited from CODE12, FATE#318389
  - libusb-compat-devel # libusb-0_1-4 pulled by nut
  - libvmem-devel: [x86_64] # libpmem1 is pulled by pmdk-tools
  - libvmmalloc-devel: [x86_64] # libpmem1 is pulled by pmdk-tools
  - linuxptp #    Inherited from CODE12, bsc#1066859
  - md_monitor #    Inherited from CODE 12, bsc#1076140
  - memcached-devel
  - memcached # Inherited from CODE 12, FATE#319323, bsc#1069192
  - mirror #    Inherited from CODE 12
  - mvapich2-devel
  - mvapich2-devel-static
  - nut-drivers-net #    Initial package for SLE 15, inherited from CODE12
  - nut #    Initial package for SLE 15, inherited from CODE12
  - opa-fmgui # FATE#319231
  - opa-snapconfig # FATE#325855
  - openCryptoki-32bit: [x86_64] # Inherited from CODE12
  - openCryptoki-64bit: [ppc64le,s390x] # Inherited from CODE12
  - openCryptoki # Inherited from CODE12 [bsc#1070121]
  - openhpi-clients # FATE#325975
  - openhpi-daemon # FATE#325975
  - openhpi-devel # FATE#325975
  - openhpi # FATE#325975
  - open-isns-devel
  - open-isns # FATE#316901
  - openslp-server #    Initial package for SLE 15, bsc#105543
  - openssl-ibmca: [s390x] # FATE#324114
  - openssl-ibmpkcs11  # FATE#323768
  - openssl_tpm_engine # Inherited from SLES12
  - openvpn-auth-pam-plugin #    Initial package for SLE 15, bsc#1055538
  - openvswitch-devel
  - openvswitch #    Initial package for SLE 15, FATE#313292
  - oracleasm-kmp-default # Inherited from SLES12, bsc#1053298
  - orarun: [x86_64,s390x] #    Inherited from CODE12, bsc#1052634
  - pam_radius # bsc#1089661
  - pidentd # bsc#1085966
  - powerman #    FATE#321725
  - prctl # Inherited from SLES12, bsc#1081776
  - python3-dmidecode #    FATE#319016, bsc#1068279
  - python3-targetcli-fb #    Initial package for SLE 15, FATE#320188
  - python-libteam #    FATE#318389
  - quagga # Inherited from CODE 12, bsc#1089651
  - rarpd # Inherited from CODE 12
  - rasdaemon #    FATE#323475
  - rmt-server #    FATE#323994
  - rsyslog-module-gssapi #    Inherited from CODE12
  - rsyslog-module-gtls # Inherited from CODE12, bsc#1119429
  - rsyslog-module-mysql #    Inherited from CODE12
  - rsyslog-module-pgsql #    Inherited from CODE12
  - rsyslog-module-relp #    Inherited from CODE12
  - rsyslog-module-snmp #    Inherited from CODE12
  - rsyslog-module-udpspoof #    Inherited from CODE12
  - salt-api # Initial package for SLE 15, bsc#1078504
  - salt-cloud # Initial package for SLE 15, bsc#1071451
  - salt-fish-completion # Initial package for SLE 15, bsc#1071451, rq by mc
  - salt-master # Initial package for SLE 15, bsc#1071451
  - salt-proxy # Initial package for SLE 15, bsc#1071451, rq by mc
  - salt-ssh # Initial package for SLE 15, bsc#1071451
  - salt-syndic # Initial package for SLE 15, bsc#1071451, rq by mc
  - sca-appliance-agent #  Needed for gathering Sys Info
  - sca-appliance-broker #  Needed for gathering Sys Info
  - sca-appliance-common #  Needed for gathering Sys Info
  - sca-appliance-patdev #  Needed for gathering Sys Info
  - sca-patterns-base #  Needed for gathering Sys Info
  - sca-patterns-edir #  Needed for gathering Sys Info
  - sca-patterns-filr #  Needed for gathering Sys Info
  - sca-patterns-groupwise  #  Needed for gathering Sys Info
  - sca-patterns-hae #  Needed for gathering Sys Info
  - sca-patterns-oes #  Needed for gathering Sys Info
  - sca-patterns-sle11 #  Needed for gathering Sys Info
  - sca-patterns-sle12 #  Needed for gathering Sys Info
  - sca-patterns-sle15 #  Needed for gathering Sys Info
  - sca-patterns-suma #  Needed for gathering Sys Info
  - sca-server-report #  Needed for gathering Sys Info
  - setools-tcl #    Initial package for SLE 15, inherited from CODE12
  - shibboleth-sp-devel # Reason: FATE#318304
  - shibboleth-sp #    Initial package for SLE 15, inherited, FATE#318304
  - smp_utils # Inherited from CODE15
  - squid #    Initial package for SLE 15, bsc#1055539
  - stunnel # FATE#325358
  - subversion-server #  subversion is on development tools
  - sysstat-isag #    Inherited from CODE12, bsc#1056345
  - tcmu-runner #    Initial package for SLE 15, FATE#320188
  - tree #    Inherited from CODE12, bsc#1056345
  - vpp-api-java: [x86_64] # SLE15 SP1,  FATE#325400
  - vpp-api-lua: [x86_64] # SLE15 SP1,  FATE#325400
  - vpp-devel: [x86_64] # SLE15 SP1,  FATE#325400
  - vpp-plugins: [x86_64] # SLE15 SP1,  FATE#325400
  - vpp: [x86_64] # SLE15 SP1,  FATE#325400
  - vsftpd #    Inherited from CODE12, bsc#1055535
  - yast2-aduc # FATE#325747
  - yast2-gpmc # SLE 15 SP1, FATE#325747
  - yast2-instserver # Inherited from SLES15
  - yast2-isns # Inherited from SLES15
  - yast2-rmt
  - yast2-samba-provision # FATE#325747
  - ypserv # bsc#1058493
  - zramcfg #    Initial package for SLE 15, inherited, FATE#318957

  # aarch64 only
  - odp-libs: [aarch64] #    FATE#321977
  - odp-thunderx-libs: [aarch64] #    FATE#321977
  - odp-devel: [aarch64]  # Reason: FATE#321977
  - odp-thunderx-devel: [aarch64]  # Reason: FATE#321977

admin_tools:
  - acct #    Initial package for SLE 15
  - acpica: [x86_64,aarch64] #    Initial package for SLE 15
  - adjtimex #    Initial package for SLE 15
  - aide #    Initial package for SLE 15
  - amavisd-new #    Initial package for SLE 15
  - amavisd-new-docs # admin_tools:amavisd-new
  - apparmor-utils #    Initial package for SLE 15
  - apparmor-utils-lang # Initial package for SLE 15
  - appres #    Initial package for SLE 15
  - arptables #    Initial package for SLE 15
  - arpwatch #    Initial package for SLE 15
  - audit #    Initial package for SLE 15
  - audit-audispd-plugins #    Initial package for SLE 15, bsc#1085003, bsc#1082744
  - bing #    Inherited from CODE 12, TBD: bsc#1034957
  - busybox #    Initial package for SLE 15
  - ckermit #    Inherited from CODE 12
  - cpuset # Inherited from CODE 12
  - createrepo_c # Initial package for SLE 15, bsc#1075670
  - dd_rescue #    Inherited from CODE 12
  - dd_rescue-crypt # admin_tools:dd_rescue
  - dd_rescue-lzo # admin_tools:dd_rescue
  - dropwatch #    Inherited from CODE 12, FATE#317052
  - dstat #    Initial package for SLE 15
  - ethtool #    Initial package for SLE 15
  - fping #    Initial package for SLE 15
  - golang-github-prometheus-node_exporter # bsc#1124963
  - icmpinfo # Initial package for SLE 15
  - iftop #    Initial package for SLE 15
  - iotop # Initial package for SLE 15
  - libwscodecs1 # Initial package for SLE 15, FATE#323341
  - nethogs # Inherited from CODE12, FATE#313501
  - netlabel-tools # Initial package for SLE 15
  - netcat-openbsd # overlap between virtualization and manager
  - nfs4-acl-tools # Initial package for SLE 15
  - nmap #    Initial package for SLE 15
  - numactl #    Initial package for SLE 15
  - mcstrans #    BSC#1073511
  - python3-semanage #    BSC#1073511
  - sdparm #    Inherited from CODE12
  - seccheck #    Inherited from CODE12
  - spamassassin # BSC#1080980 - spamassassin is missed
  - tack #    Inherited from CODE12
  - tcpdump #    Initial package for SLE 15
  - traceroute #    Initial package for SLE 15
  - yp-tools #    Initial package for SLE 15

ima_applications:
  - libimaevm0 #    FATE#323906
  - ima-evm-utils-devel
  - evmctl #    FATE#323906
  - ima-inspect # FATE#323906

#  Contains everything that is part of "HPC"
#    * Originally created: SLE-12-SP2 - FATE#320596
#    * Added aarch64: FATE#321147
#    * Owner: TPM HPC (Egbert Eich)
#    * TPM: Egbert Eich
#    * contains: packages which are needed for HPC computing

hpc_base:
# patterns (FATE#323494)
  - patterns-hpc-compute_node: [recommended]
  - patterns-hpc-development_node: [recommended]
  - patterns-hpc-workload_server: [recommended]
  - patterns-hpc-libraries: [recommended]
# system roles (FATE#323494)
  - system-role-hpc-compute: [recommended]
  - system-role-hpc-server: [recommended]
# system packages
  - release-notes-sle_hpc # FATE#324131, bsc#1095053

hpc_tools:
  # cpuid
  - cpuid: [x86_64] #    FATE#319512
  # memkind
  - memkind: [x86_64] #    FATE#318914
  - memkind-devel: [x86_64] #    FATE#318914
  - libmemkind0: [x86_64] #    FATE#318914
  # conman
  - conman: [x86_64,aarch64] # FATE#321724
  # clustduct
  - clustduct: [x86_64,aarch64] # FATE#326456
  # hwloc
  - hwloc: [x86_64,aarch64] #    FATE#319511
  - hwloc-data: [x86_64,aarch64] #    FATE#319511
  - hwloc-devel: [x86_64,aarch64] #    FATE#319511
  - hwloc-doc: [x86_64,aarch64] #    FATE#319511
  - libhwloc5: [x86_64,aarch64] #    FATE#319511
  # lua-luafilesystem
  - lua53-luafilesystem: [x86_64,aarch64] #    FATE#321704
  # lua-luaposix
  - lua53-luaposix: [x86_64,aarch64] #    FATE#321704
  - luaposix-doc: [x86_64,aarch64] #    FATE#321704
  # lua-luaterm
  - lua53-luaterm: [x86_64,aarch64] #    FATE#321704
  # lua-lmod
  - lua-lmod: [x86_64,aarch64] #    FATE#321704
  - lua-lmod-doc: [x86_64,aarch64] #    FATE#321704
  # ohpc
  - ohpc: [x86_64,aarch64] #    FATE#321713
  # munge
  - munge: [x86_64,aarch64] #    FATE#321706
  - libmunge2: [x86_64,aarch64] #    FATE#321706
  - munge-devel: [x86_64,aarch64] #    FATE#321706
  # mrsh
  - mrsh: [x86_64,aarch64] #    FATE#321722
  - mrsh-rsh-compat: [x86_64,aarch64] #    FATE#321722
  - mrsh-server: [x86_64,aarch64] #    FATE#321722
  - mrsh-rsh-server-compat: [x86_64,aarch64] #    FATE#321722
  # pdsh
  - pdsh: [x86_64,aarch64] #    FATE#321714
  - pdsh-genders: [x86_64,aarch64] #    FATE#325288
  - pdsh-slurm: [x86_64,aarch64] #    FATE#325289
  - pdsh-dshgroup: [x86_64,aarch64] #    FATE#321714
  - pdsh-machines: [x86_64,aarch64] #    FATE#321714
  - pdsh-netgroup: [x86_64,aarch64] #    FATE#321714
  # prun-ohpc
  - prun-ohpc: [x86_64,aarch64] #    FATE#321713
  # slurm
  - slurm: [x86_64,aarch64] #    FATE#316379
  - slurm-node: [x86_64,aarch64] #   FATE#324574
  - slurm-config: [x86_64,aarch64] #   FATE#324574
  - libslurm32: [x86_64,aarch64] #    FATE#316379
  - libpmi0: [x86_64,aarch64] # FATE#316379
  - perl-slurm: [x86_64,aarch64] #    FATE#316379
  - slurm-auth-none: [x86_64,aarch64] #    FATE#316379
  - slurm-config-man: [x86_64,aarch64] #    FATE#316379
  - slurm-devel: [x86_64,aarch64] #    FATE#316379
  - slurm-doc: [x86_64,aarch64] #    FATE#316379
  - slurm-lua: [x86_64,aarch64] #    FATE#316379
  - slurm-munge: [x86_64,aarch64] #    FATE#316379
  - slurm-pam_slurm: [x86_64,aarch64] #    FATE#316379
  - slurm-plugins: [x86_64,aarch64] #    FATE#316379
  - slurm-slurmdbd: [x86_64,aarch64] #    FATE#316379
  - slurm-sql: [x86_64,aarch64] #    FATE#316379
  - slurm-torque: [x86_64,aarch64] #    FATE#323988
  # slurm - not shipped: slurm-openlava, slurm-seff, slurm-sjstat, slurm-sview
  # suse-hpc
  - suse-hpc: [x86_64,aarch64] #    FATE#321705
  # gnu-compilers-hpc
  - gnu-compilers-hpc: [x86_64,aarch64] #    FATE#321705
  - gnu-compilers-hpc-devel: [x86_64,aarch64] #    FATE#321705
  - gnu-compilers-hpc-macros-devel: [x86_64,aarch64] #    FATE#321705
  # ganglia
  - ganglia-devel: [x86_64,aarch64] #    FATE#323979
  - ganglia-gmetad: [x86_64,aarch64] #    FATE#323979
  - ganglia-gmetad-skip-bcheck: [x86_64,aarch64] #    FATE#323979
  - ganglia-gmond: [x86_64,aarch64] #    FATE#323979
  - ganglia-gmond-modules-python: [x86_64,aarch64] #    FATE#323979
  - libganglia0: [x86_64,aarch64] #    FATE#323979
  # ganglia-web
  - ganglia-web: [x86_64,aarch64] #    FATE#323979
  # genders
  - genders: [x86_64,aarch64]  # FATE#324149
  - genders-base: [x86_64,aarch64]
  - genders-devel: [x86_64,aarch64]
  - libgenders0: [x86_64,aarch64]
  - libgendersplusplus2: [x86_64,aarch64]
  - perl-genders: [x86_64,aarch64]
  - python-genders: [x86_64,aarch64]
  - genders-perl-compat: [x86_64,aarch64]

hpc_mpi:
  # mvapich2
  - mvapich2-gnu-hpc: [x86_64,aarch64] #    FATE#321712
  - mvapich2-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321712
  - mvapich2-gnu-hpc-doc: [x86_64,aarch64] #    FATE#321712
  - mvapich2-gnu-hpc-macros-devel: [x86_64,aarch64] #    FATE#321712
  - mvapich2_2_2-gnu-hpc: [x86_64,aarch64] #    FATE#321712
  - mvapich2_2_2-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321712
  - mvapich2_2_2-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321712
  - mvapich2_2_2-gnu-hpc-doc: [x86_64,aarch64] #    FATE#321712
  - mvapich2_2_2-gnu-hpc-macros-devel: [x86_64,aarch64] #    FATE#321712
  - mvapich2-psm-gnu-hpc: [x86_64] #    FATE#321712
  - mvapich2-psm-gnu-hpc-devel: [x86_64] #    FATE#321712
  - mvapich2-psm-gnu-hpc-doc: [x86_64] #    FATE#321712
  - mvapich2-psm-gnu-hpc-macros-devel: [x86_64] #    FATE#321712
  - mvapich2-psm_2_2-gnu-hpc: [x86_64] #    FATE#321712
  - mvapich2-psm_2_2-gnu-hpc-devel: [x86_64] #    FATE#321712
  - mvapich2-psm_2_2-gnu-hpc-devel-static: [x86_64] #    FATE#321712
  - mvapich2-psm_2_2-gnu-hpc-doc: [x86_64] #    FATE#321712
  - mvapich2-psm_2_2-gnu-hpc-macros-devel: [x86_64] #    FATE#321712
  - mvapich2-psm2-gnu-hpc: [x86_64] #    FATE#321712
  - mvapich2-psm2-gnu-hpc-devel: [x86_64] #    FATE#321712
  - mvapich2-psm2-gnu-hpc-doc: [x86_64] #    FATE#321712
  - mvapich2-psm2-gnu-hpc-macros-devel: [x86_64] #    FATE#321712
  - mvapich2-psm2_2_2-gnu-hpc: [x86_64] #    FATE#321712
  - mvapich2-psm2_2_2-gnu-hpc-devel: [x86_64] #    FATE#321712
  - mvapich2-psm2_2_2-gnu-hpc-devel-static: [x86_64] #    FATE#321712
  - mvapich2-psm2_2_2-gnu-hpc-doc: [x86_64] #    FATE#321712
  - mvapich2-psm2_2_2-gnu-hpc-macros-devel: [x86_64] #    FATE#321712
  # openmpi2
  - libopenmpi2-gnu-hpc: [x86_64,aarch64] #    FATE#321711
  - libopenmpi_2_1_6-gnu-hpc: [x86_64,aarch64] #    FATE#321711
  - openmpi2-gnu-hpc: [x86_64,aarch64] #    FATE#321711
  - openmpi2-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321711
  - openmpi2-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321711
  - openmpi2-gnu-hpc-macros-devel: [x86_64,aarch64] #    FATE#321711
  - openmpi2-gnu-hpc-docs: [x86_64,aarch64] #    FATE#321711
  - openmpi_2_1_6-gnu-hpc: [x86_64,aarch64] #    FATE#321711
  - openmpi_2_1_6-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321711
  - openmpi_2_1_6-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321711
  - openmpi_2_1_6-gnu-hpc-macros-devel: [x86_64,aarch64] #    FATE#321711
  - openmpi_2_1_6-gnu-hpc-testsuite: [x86_64,aarch64] #    FATE#321711
  - openmpi_2_1_6-gnu-hpc-docs: [x86_64,aarch64] #    FATE#321711
  # mpich
  - mpich-gnu-hpc: [x86_64,aarch64] # FATE#323977
  - mpich-gnu-hpc-devel: [x86_64,aarch64] # FATE#323977
  - mpich-gnu-hpc-macros-devel: [x86_64,aarch64] # FATE#323977
  - mpich_3_2_1-gnu-hpc-devel: [x86_64,aarch64] # FATE#323977
  - mpich_3_2_1-gnu-hpc-devel-static: [x86_64,aarch64] # FATE#323977
  - mpich_3_2_1-gnu-hpc-macros-devel: [x86_64,aarch64] # FATE#323977
  - mpich_3_2_1-gnu-hpc: [x86_64,aarch64] # FATE#323977
  - mpich-ofi-gnu-hpc: [x86_64,aarch64] # FATE#323977
  - mpich-ofi-gnu-hpc-devel: [x86_64,aarch64] # FATE#323977
  - mpich-ofi_3_2_1-gnu-hpc: [x86_64,aarch64] # FATE#323977
  - mpich-ofi_3_2_1-gnu-hpc-devel: [x86_64,aarch64] # FATE#323977
  - mpich-ofi_3_2_1-gnu-hpc-devel-static: [x86_64,aarch64] # FATE#323977
  # mpiP
  - mpiP-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321721
  - mpiP_3_4_1-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321721
  - mpiP_3_4_1-gnu-openmpi2-hpc-devel-static: [x86_64,aarch64] #    FATE#321721
  - mpiP_3_4_1-gnu-openmpi2-hpc-doc: [x86_64,aarch64] #    FATE#321721
  - mpiP-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321721
  - mpiP_3_4_1-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321721
  - mpiP_3_4_1-gnu-mvapich2-hpc-devel-static: [x86_64,aarch64] #    FATE#321721
  - mpiP_3_4_1-gnu-mvapich2-hpc-doc: [x86_64,aarch64] #    FATE#321721
  - mpiP_3_4_1-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321721 & FATE#323977
  - mpiP_3_4_1-gnu-mpich-hpc-devel-static: [x86_64,aarch64] #    FATE#321721 & FATE#323977
  - mpiP_3_4_1-gnu-mpich-hpc-doc: [x86_64,aarch64] #    FATE#321721 & FATE#323977
  - mpiP-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321721 & FATE#323977

hpc_lib_other:
  # papi
  - libpapi_5_6_0-hpc: [x86_64,aarch64] #    FATE#321720
  - papi-hpc: [x86_64,aarch64] #    FATE#321720
  - papi-hpc-devel: [x86_64,aarch64] #    FATE#321720
  - papi_5_6_0-hpc: [x86_64,aarch64] #    FATE#321720
  - papi_5_6_0-hpc-devel: [x86_64,aarch64] #    FATE#321720
  - papi_5_6_0-hpc-devel-static: [x86_64,aarch64] #    FATE#321720
  # hdf5
  - hdf5-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-openmpi2-hpc-devel-static: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-openmpi2-hpc-module: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_1_10_4-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_cpp-gnu-openmpi2-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_cpp_1_10_4-gnu-openmpi2-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_fortran-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_fortran_1_10_1-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl_1_10_1-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl_cpp-gnu-openmpi2-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_hl_cpp_1_10_4-gnu-openmpi2-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_hl_fortran-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5hl_fortran_1_10_1-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-mvapich2-hpc-devel-static: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-mvapich2-hpc-module: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_1_10_4-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_cpp-gnu-mvapich2-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_cpp_1_10_4-gnu-mvapich2-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_fortran-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_fortran_1_10_1-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl_1_10_1-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl_cpp-gnu-mvapich2-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_hl_cpp_1_10_4-gnu-mvapich2-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_hl_fortran-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5hl_fortran_1_10_1-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - hdf5_1_10_4-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - hdf5_1_10_4-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - hdf5_1_10_4-gnu-mpich-hpc-devel-static: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - hdf5_1_10_4-gnu-mpich-hpc-module: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - libhdf5-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - libhdf5_1_10_4-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - libhdf5_cpp-gnu-mpich-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_cpp_1_10_4-gnu-mpich-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_fortran-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - libhdf5_fortran_1_10_1-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - libhdf5_hl-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - libhdf5_hl_1_10_1-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - libhdf5_hl_cpp-gnu-mpich-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_hl_cpp_1_10_4-gnu-mpich-hpc: [x86_64,aarch64] # FATE#327108
  - libhdf5_hl_fortran-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - libhdf5hl_fortran_1_10_1-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717 & FATE#323977
  - hdf5-hpc-examples: [x86_64,aarch64] # bsc#1099770
  - hdf5_1_10_4-hpc-examples: [x86_64,aarch64] # bsc#1099770
  - hdf5-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - hdf5_1_10_4-gnu-hpc-module: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_1_10_4-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_cpp-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_cpp_1_10_1-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_fortran-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_fortran_1_10_1-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl_1_10_1-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl_cpp-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl_cpp_1_10_1-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5_hl_fortran-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  - libhdf5hl_fortran_1_10_1-gnu-hpc: [x86_64,aarch64] #    FATE#321710 & FATE#321717
  # netcdf
  - libnetcdf-gnu-hpc: [x86_64,aarch64] #    FATE#321719
  - libnetcdf_4_6_1-gnu-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf-gnu-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321719
  - netcdf_4_6_1-gnu-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf_4_6_1-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321719
  - netcdf_4_6_1-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321719
  - libnetcdf-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321719
  - libnetcdf_4_6_1-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321719
  - netcdf_4_6_1-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf_4_6_1-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321719
  - netcdf_4_6_1-gnu-openmpi2-hpc-devel-static: [x86_64,aarch64] #    FATE#321719
  - libnetcdf-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - libnetcdf_4_6_1-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf_4_6_1-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf_4_6_1-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf_4_6_1-gnu-mpich-hpc-devel-static: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - libnetcdf-gnu-mvapich2-hpc: [x86_64,aarch64] # FATE#321719 & FATE#321712
  - libnetcdf_4_6_1-gnu-mvapich2-hpc: [x86_64,aarch64] # FATE#321719 & FATE#321712
  - netcdf-gnu-mvapich2-hpc: [x86_64,aarch64] # FATE#321719 & FATE#321712
  - netcdf-gnu-mvapich2-hpc-devel: [x86_64,aarch64] # FATE#321719 & FATE#321712
  - netcdf_4_6_1-gnu-mvapich2-hpc: [x86_64,aarch64] # FATE#321719 & FATE#321712
  - netcdf_4_6_1-gnu-mvapich2-hpc-devel: [x86_64,aarch64] # FATE#321719 & FATE#321712
  - netcdf_4_6_1-gnu-mvapich2-hpc-devel-static: [x86_64,aarch64] # FATE#321719 & FATE#321712
  # netcdf-cxx4
  - libnetcdf-cxx4-gnu-hpc: [x86_64,aarch64] #    FATE#321719
  - libnetcdf-cxx4-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321719
  - libnetcdf-cxx4_4_3_0-gnu-hpc: [x86_64,aarch64] #    FATE#321719
  - libnetcdf-cxx4_4_3_0-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321719
  - libnetcdf-cxx4_4_3_0-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321719
  - netcdf-cxx4-gnu-hpc-tools: [x86_64,aarch64] #    FATE#321719
  - netcdf-cxx4_4_3_0-gnu-hpc-tools: [x86_64,aarch64] #    FATE#321719
  # netcdf-fortran
  - libnetcdf-fortran-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321719
  - libnetcdf-fortran_4_4_4-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf-fortran-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf-fortran_4_4_4-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321719
  - netcdf-fortran_4_4_4-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321719
  - netcdf-fortran_4_4_4-gnu-openmpi2-hpc-devel-static: [x86_64,aarch64] #    FATE#321719
  - libnetcdf-fortran-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - libnetcdf-fortran_4_4_4-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf-fortran-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf-fortran_4_4_4-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf-fortran_4_4_4-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  - netcdf-fortran_4_4_4-gnu-mpich-hpc-devel-static: [x86_64,aarch64] #    FATE#321719 & FATE#323977
  # openblas
  - libopenblas-gnu-hpc: [x86_64,aarch64] #    FATE#321708
  - libopenblas-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321708
  - libopenblas_0_2_20-gnu-hpc: [x86_64,aarch64] #    FATE#321708
  - libopenblas_0_2_20-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321708
  - openblas_0_2_20-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321708
  - libopenblas-pthreads-gnu-hpc: [x86_64,aarch64] #    FATE#321708
  - libopenblas-pthreads-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321708
  - libopenblas-pthreads_0_2_20-gnu-hpc: [x86_64,aarch64] #    FATE#321708
  - libopenblas-pthreads_0_2_20-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321708
  - openblas-pthreads_0_2_20-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321708
  # scalapack
  - blacs-devel-headers: [x86_64,aarch64] #    FATE#k321718321715
  - libblacs2-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321718
  - libblacs2-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libblacs2_2_0_2-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321718
  - libblacs2_2_0_2-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libblacs2_2_0_2-gnu-openmpi2-hpc-devel-static: [x86_64,aarch64] #    FATE#321718
  - libscalapack2-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321718
  - libscalapack2-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libscalapack2_2_0_2-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321718
  - libscalapack2_2_0_2-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libscalapack2_2_0_2-gnu-openmpi2-hpc-devel-static: [x86_64,aarch64] #    FATE#321718
  - scalapack_2_0_2-gnu-openmpi2-hpc-module: [x86_64,aarch64] #    FATE#321718
  - scalapack_2_0_2-gnu-openmpi2-hpc-test: [x86_64,aarch64] #    FATE#321718
  - blacs-devel-headers: [x86_64,aarch64] #    FATE#321718
  - libblacs2-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321718
  - libblacs2-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libblacs2_2_0_2-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321718
  - libblacs2_2_0_2-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libblacs2_2_0_2-gnu-mvapich2-hpc-devel-static: [x86_64,aarch64] #    FATE#321718
  - libscalapack2-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321718
  - libscalapack2-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libscalapack2_2_0_2-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321718
  - libscalapack2_2_0_2-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libscalapack2_2_0_2-gnu-mvapich2-hpc-devel-static: [x86_64,aarch64] #    FATE#321718
  - scalapack_2_0_2-gnu-mvapich2-hpc-module: [x86_64,aarch64] #    FATE#321718
  - scalapack_2_0_2-gnu-mvapich2-hpc-test: [x86_64,aarch64] #    FATE#321718
  - libblacs2-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libblacs2-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libblacs2_2_0_2-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libblacs2_2_0_2-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libblacs2_2_0_2-gnu-mpich-hpc-devel-static: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libscalapack2-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libscalapack2-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libscalapack2_2_0_2-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libscalapack2_2_0_2-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libscalapack2_2_0_2-gnu-mpich-hpc-devel-static: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - scalapack_2_0_2-gnu-mpich-hpc-module: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - scalapack_2_0_2-gnu-mpich-hpc-test: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  # petsc
  - libpetsc-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321718
  - libpetsc_3_8_3-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321718
  - petsc-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - petsc_3_8_3-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libpetsc-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321718
  - libpetsc_3_8_3-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321718
  - petsc-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - petsc_3_8_3-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321718
  - libpetsc-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - libpetsc_3_8_3-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - petsc-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - petsc_3_8_3-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321718 & FATE#323977
  - petsc-doc
   # fftw3
  - fftw3-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321716
  - fftw3_3_3_6-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321716
  - fftw3_3_3_6-gnu-hpc-devel-static: [x86_64,aarch64] #    FATE#321716
  - libfftw3-gnu-hpc: [x86_64,aarch64] #    FATE#
  - libfftw3_3_3_6-gnu-hpc: [x86_64,aarch64] #    FATE#321716
  - fftw3-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321716
  - fftw3_3_3_6-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #    FATE#321716
  - fftw3_3_3_6-gnu-openmpi2-hpc-devel-static: [x86_64,aarch64] #    FATE#321716
  - libfftw3-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321716
  - libfftw3_3_3_6-gnu-openmpi2-hpc: [x86_64,aarch64] #    FATE#321716
  - fftw3-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321716
  - fftw3_3_3_6-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #    FATE#321716
  - fftw3_3_3_6-gnu-mvapich2-hpc-devel-static: [x86_64,aarch64] #    FATE#321716
  - libfftw3-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321716
  - libfftw3_3_3_6-gnu-mvapich2-hpc: [x86_64,aarch64] #    FATE#321716
  - fftw3_3_3_6-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321716 & FATE#323977
  - fftw3_3_3_6-gnu-mpich-hpc-devel-static: [x86_64,aarch64] #    FATE#321716 & FATE#323977
  - libfftw3-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321716 & FATE#323977
  - libfftw3_3_3_6-gnu-mpich-hpc: [x86_64,aarch64] #    FATE#321716 & FATE#323977
  - fftw3-gnu-mpich-hpc-devel: [x86_64,aarch64] #    FATE#321716 & FATE#323977
  # python-numpy
  - python2-numpy-gnu-hpc: [x86_64,aarch64] #    FATE#321709
  - python2-numpy-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321709
  - python3-numpy-gnu-hpc: [x86_64,aarch64] #    FATE#321709
  - python3-numpy-gnu-hpc-devel: [x86_64,aarch64] #    FATE#321709
  # gsl
  - gsl-gnu-hpc: [x86_64,aarch64] #   FATE#324138
  - gsl-gnu-hpc-devel: [x86_64,aarch64] #   FATE#324138
  - gsl-gnu-hpc-doc: [x86_64,aarch64] #   FATE#324138
  - gsl_2_4-gnu-hpc: [x86_64,aarch64] #   FATE#324138
  - gsl_2_4-gnu-hpc-devel: [x86_64,aarch64] #   FATE#324138
  - gsl_2_4-gnu-hpc-doc: [x86_64,aarch64] #   FATE#324138
  - gsl_2_4-gnu-hpc-module: [x86_64,aarch64] #   FATE#324138
  - libgsl-gnu-hpc: [x86_64,aarch64] #   FATE#324138
  - libgsl_2_4-gnu-hpc: [x86_64,aarch64] #   FATE#324138
  - libgslcblas-gnu-hpc: [x86_64,aarch64] #   FATE#324138
  - libgslcblas_2_4-gnu-hpc: [x86_64,aarch64] #   FATE#324138
  # superlu
  - libsuperlu-gnu-hpc: [x86_64,aarch64] #   FATE#324150
  - libsuperlu_5_2_1-gnu-hpc: [x86_64,aarch64] #   FATE#324150
  - superlu-gnu-hpc-devel: [x86_64,aarch64] #   FATE#324150
  - superlu-gnu-hpc-doc: [x86_64,aarch64] #   FATE#324150
  - superlu-gnu-hpc-examples: [x86_64,aarch64] #   FATE#324150
  - superlu_5_2_1-gnu-hpc: [x86_64,aarch64] #   FATE#324150
  - superlu_5_2_1-gnu-hpc-devel: [x86_64,aarch64] #   FATE#324150
  - superlu_5_2_1-gnu-hpc-doc: [x86_64,aarch64] #   FATE#324150
  - superlu_5_2_1-gnu-hpc-examples: [x86_64,aarch64] #   FATE#324150
  # metis
  - libmetis-gnu-hpc: [x86_64,aarch64] #   FATE#324140
  - libmetis_5_1_0-gnu-hpc: [x86_64,aarch64] #   FATE#324140
  - metis-gnu-hpc: [x86_64,aarch64] #   FATE#324140
  - metis-gnu-hpc-devel: [x86_64,aarch64] #   FATE#324140
  - metis-gnu-hpc-doc: [x86_64,aarch64] #   FATE#324140
  - metis_5_1_0-gnu-hpc: [x86_64,aarch64] #   FATE#324140
  - metis_5_1_0-gnu-hpc-devel: [x86_64,aarch64] #   FATE#324140
  - metis_5_1_0-gnu-hpc-doc: [x86_64,aarch64] #   FATE#324140
  - metis_5_1_0-gnu-hpc-examples: [x86_64,aarch64] #   FATE#324140
  # imb
  - imb-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#324155
  - imb_2019_1-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#324155
  - imb-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#324155
  - imb_2019_1-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#324155
  - imb-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#324155
  - imb_2019_1-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#324155
  # hypre
  - hypre-gnu-mpich-hpc-devel: [x86_64,aarch64] #   FATE#324153
  - hypre_2_15_1-gnu-mpich-hpc-devel: [x86_64,aarch64] #   FATE#324153
  - libHYPRE-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#324153
  - libHYPRE_2_15_1-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#324153
  - hypre-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #   FATE#324153
  - hypre_2_15_1-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #   FATE#324153
  - libHYPRE-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#324153
  - libHYPRE_2_15_1-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#324153
  - hypre-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #   FATE#324153
  - hypre_2_15_1-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #   FATE#324153
  - libHYPRE-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#324153
  - libHYPRE_2_15_1-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#324153
  # python-scipy
  - python2-scipy-gnu-hpc: [x86_64,aarch64] #   FATE#324152
  - python2-scipy_1_2_0-gnu-hpc: [x86_64,aarch64] #   FATE#324152
  - python3-scipy-gnu-hpc: [x86_64,aarch64] #   FATE#324152
  - python3-scipy_1_2_0-gnu-hpc: [x86_64,aarch64] #   FATE#324152
  # scotch
  - libptscotch-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#327141
  - libptscotch_6_0_6-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch-gnu-mpich-hpc-devel: [x86_64,aarch64] #   FATE#327141
  - ptscotch_6_0_6-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch_6_0_6-gnu-mpich-hpc-devel: [x86_64,aarch64] #   FATE#327141
  - libptscotch-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#327141
  - libptscotch_6_0_6-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #   FATE#327141
  - ptscotch_6_0_6-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch_6_0_6-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #   FATE#327141
  - libptscotch-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#327141
  - libptscotch_6_0_6-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #   FATE#327141
  - ptscotch_6_0_6-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#327141
  - ptscotch_6_0_6-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #   FATE#327141
  # ocr
  - ocr-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#324154
  - ocr-gnu-mpich-hpc-devel: [x86_64,aarch64] #   FATE#324154
  - ocr_1_0_1-gnu-mpich-hpc: [x86_64,aarch64] #   FATE#324154
  - ocr_1_0_1-gnu-mpich-hpc-devel: [x86_64,aarch64] #   FATE#324154
  - ocr-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#324154
  - ocr-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #   FATE#324154
  - ocr_1_0_1-gnu-openmpi2-hpc: [x86_64,aarch64] #   FATE#324154
  - ocr_1_0_1-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #   FATE#324154
  - ocr-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#324154
  - ocr-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #   FATE#324154
  - ocr_1_0_1-gnu-mvapich2-hpc: [x86_64,aarch64] #   FATE#324154
  - ocr_1_0_1-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #   FATE#324154
  - ocr-gnu-hpc: [x86_64,aarch64] #   FATE#324154
  - ocr-gnu-hpc-devel: [x86_64,aarch64] #   FATE#324154
  - ocr_1_0_1-gnu-hpc: [x86_64,aarch64] #   FATE#324154
  - ocr_1_0_1-gnu-hpc-devel: [x86_64,aarch64] #   FATE#324154
# mumps
  - libmumps-gnu-mpich-hpc: [x86_64,aarch64] #  FATE#324151
  - libmumps_5_1_2-gnu-mpich-hpc: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-mpich-hpc-devel: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-mpich-hpc-doc: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-mpich-hpc-examples: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-mpich-hpc-devel: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-mpich-hpc-doc: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-mpich-hpc-examples: [x86_64,aarch64] #  FATE#324151
 #
  - libmumps-gnu-mvapich2-hpc: [x86_64,aarch64] #  FATE#324151
  - libmumps_5_1_2-gnu-mvapich2-hpc: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-mvapich2-hpc-doc: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-mvapich2-hpc-examples: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-mvapich2-hpc-doc: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-mvapich2-hpc-examples: [x86_64,aarch64] #  FATE#324151
 #
  - libmumps-gnu-openmpi2-hpc: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-openmpi2-hpc-doc: [x86_64,aarch64] #  FATE#324151
  - mumps-gnu-openmpi2-hpc-examples: [x86_64,aarch64] #  FATE#324151
  - libmumps_5_1_2-gnu-openmpi2-hpc: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-openmpi2-hpc-doc: [x86_64,aarch64] #  FATE#324151
  - mumps_5_1_2-gnu-openmpi2-hpc-examples: [x86_64,aarch64] #  FATE#324151
# trilinos
  - trilinos_12_10_1-hpc-doc: [x86_64,aarch64] #  FATE#324185
  - trilinos-hpc-doc: [x86_64,aarch64] #  FATE#324185
#
  - libtrilinos-gnu-mpich-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos-gnu-mpich-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos-gnu-mpich-hpc-devel: [x86_64,aarch64] #  FATE#324185
  - libtrilinos_12_10_1-gnu-mpich-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos_12_10_1-gnu-mpich-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos_12_10_1-gnu-mpich-hpc-devel: [x86_64,aarch64] #  FATE#324185
 #
  - libtrilinos-gnu-mvapich2-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos-gnu-mvapich2-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #  FATE#324185
  - libtrilinos_12_10_1-gnu-mvapich2-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos_12_10_1-gnu-mvapich2-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos_12_10_1-gnu-mvapich2-hpc-devel: [x86_64,aarch64] #  FATE#324185
 #
  - libtrilinos-gnu-openmpi2-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos-gnu-openmpi2-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #  FATE#324185
  - libtrilinos_12_10_1-gnu-openmpi2-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos_12_10_1-gnu-openmpi2-hpc: [x86_64,aarch64] #  FATE#324185
  - trilinos_12_10_1-gnu-openmpi2-hpc-devel: [x86_64,aarch64] #  FATE#324185

# Contains everything that is part of "OFED"
# 	Owner: TBD, pth/sf/TPMs

ofed:
  - patterns-ofed-ofed: [recommended]
  - patterns-ofed-ofed-32bit: [recommended]
  - dapl-debug-devel
  - dapl-debug #    inherited from CODE 12
  - dapl-debug-libs # inherited from SDK 12
  - dapl-devel
  - dapl #    inherited from CODE 12
  - dapl-utils #    inherited from CODE 12
  - ibacm #    inherited from CODE 12
  - ibsim #    inherited from CODE 12
  - ibutils #    inherited from CODE 12, contains graphical stuff; should get splitted
  - ibutils-devel
  - imgen #    inherited from CODE 12
  - infiniband-diags #    inherited from CODE 12
  - infiniband-diags-devel
  - iwpmd #    inherited from CODE 12, FATE#319831
  - libdat2-2 #    inherited from CODE 12
  - libfabric1 #    inherited from CODE 12, FATE#319253
  - libibdm1 #    inherited from CODE 12
  - libibnetdisc5 #    inherited from CODE 12
  - libibumad3 #    inherited from CODE 12
  - libibverbs-utils #    inherited from CODE 12, bsc#867997
  - libpsm2-compat: [locked] # use libinfinipath4 instead
  - libpsm_infinipath1: [x86_64] #    inherited from CODE 12
  - librdmacm-utils # bsc#1069839
  - mpich-devel # Initial package for SLE15
  - mpi-selector #    inherited from CODE 12
  - mstflint #    inherited from CODE 12
  - mvapich2-psm: [x86_64] #    inherited from CODE 12
  - mvapich2-psm-devel: [x86_64]
  - mvapich2-psm2: [x86_64] #  Initial package for SLE15, bsc#1085083
  - mvapich2-psm2-devel: [x86_64] #  Initial package for SLE15, bsc#1085083
  - mvapich2-doc # Initial package for SLE15
  - mvapich2 #    inherited from CODE 12
  - libopasadb1_0_0: [x86_64] # bsc#1076593 , required by opa-address-resolution
  - opa-address-resolution: [x86_64] # bsc#1076593
  - opa-address-resolution-devel: [x86_64] # bsc#1083499
  - opa-fastfabric: [x86_64] #    inherited from CODE 12, FATE#319232
  - opa-fm: [x86_64] #    inherited from CODE 12, FATE#319230
  - openmpi2-config # Initial package for SLE 15,  FATE#321711, FATE#323413
  - openmpi2-devel # Initial package for SLE 15, FATE#323413
  - openmpi2-docs # Initial package for SLE15
  - openmpi2 #  Initial package for SLE 15, FATE#316373, FATE#323413
  - openmpi2-libs #  Initial package for SLE 15, FATE#323413
  - opensm-devel
  - opensm #    inherited from CODE 12
  - qperf #    inherited from CODE 12
  - rdma-ndd #    inherited from CODE 12,bsc#1040183
  - rds-tools #    inherited from CODE 12
  - srp_daemon #    inherited from CODE 12
  - mpitests-mpich # Initial package for SLE15
  - mpitests-mvapich2 # Initial package for SLE15
  - mpitests-mvapich2-psm: [x86_64] # Initial package for SLE15
  - mpitests-mvapich2-psm2: [x86_64] # Initial package for SLE15
  - mpitests-openmpi2 # Initial package for SLE15


#  Contains everything that is part of "HA
#    * Owner: TPM HA (Antoine Ginies)
#    * TPM: Antoine Ginies
#    * contains: packages which are needed for HA / GEO
#
#    Currently existing:
#    * ha / geo
#

sle_module_ha:
  - samba-libs-python: [locked] # use python3 variant
  - patterns-ha-ha_sles: [recommended] #    inherited from CODE 12
  - sle-ha-release: [silent] # should not be part of the module, only the extension
  - hawk2 #    inherited from CODE 12
  - cluster-glue #    inherited from CODE 12
  - corosync #    inherited from CODE 12
  - corosync-qdevice #    missing on the media1
  - corosync-qnetd #    missing on the media1
  - corosync-testagents #    missing on the media1
  - crmsh #    inherited from CODE 12
  - crmsh-scripts #    inherited from CODE 12
  - csync2 #    inherited from CODE 12
  - ctdb #    inherited from CODE 12
  - fence-agents-devel
  - fence-agents #    inherited from CODE 12
  - graphviz-python #    inherited from CODE 12
  - ha-cluster-bootstrap #    inherited from CODE 12
  - haproxy #    inherited from CODE 12
  - ldirectord #    inherited from CODE 12
  - libcfg6 #    missing on the media1
  - libcmap4 #    missing on the media1
  - libcorosync_common4 #    missing on the media1
  - libcorosync-devel
  - libcpg4 #    missing on the media1
  - libglue2 #    inherited from CODE 12
  - libglue-devel
  - libnetfilter_cthelper0 #    inherited from CODE 12
  - libnetfilter_cttimeout1 #    inherited from CODE 12
  - libpacemaker3 #    inherited from CODE 12
  - libpacemaker-devel
  - libpcreposix0 #    inherited from CODE 12
  - libqb-tests #    bsc#1131328
  - libqb-tools #    bsc#1131328
  - libquorum5 #    missing on the media1
  - libsam4 #    missing on the media1
  - libtotem_pg5 #    missing on the media1
  - libvotequorum8 #    missing on the media1
  - monitoring-plugins-metadata #    inherited from CODE 12
  - omping #    inherited from CODE 12
  - pacemaker-cli #    inherited from CODE 12
  - pacemaker-cts #    inherited from CODE 12
  - pacemaker #    inherited from CODE 12
  - pacemaker-remote #    inherited from CODE 12
  - perl-Net-INET6Glue #    inherited from CODE 12
  - system-role-ha #    FATE#324757
  # list all python3 to get them on media until
  # crmshell portage to py3 will be done
  # python-PyYAML already listed in public_cloud
  - python3-python-dateutil
  - python3-pexpect
  - python3-parallax
  - resource-agents #    inherited from CODE 12
  - sbd #    inherited from CODE 12

# Storage and filesystem
  - libdlm #    inherited from CODE 12
  - libdlm3 #    inherited from CODE 12
  - scsires #    inherited from CODE 12
  - dlm-kmp #    inherited from CODE 12
  - dlm-kmp-default #    inherited from CODE 12
  - dlm-kmp-trace #    inherited from CODE 12
  - drbd #    inherited from CODE 12
  - drbd-kmp-default #    inherited from CODE 12
  - drbd-kmp-trace #    inherited from CODE 12
  - drbd-utils #    inherited from CODE 12
  - cluster-md-kmp-default #    inherited from CODE 12
  - cluster-md-kmp-trace #    inherited from CODE 12
  - gfs2-kmp-default #    inherited from CODE 12
  - gfs2-kmp-trace #    inherited from CODE 12
  - gfs2-utils #    inherited from CODE 12
  - ocfs2-kmp-default #    inherited from CODE 12
  - ocfs2-kmp-trace #    inherited from CODE 12
  - ocfs2-tools #    inherited from CODE 12
  - ocfs2-tools-o2cb #    inherited from CODE 12
  - lvm2-clvm #    inherited from CODE 12
  - lvm2-lockd #    FATE#323203
  - lvm2-cmirrord #    inherited from CODE 12

# Documentation
# RN will be back when ready on the media
# - release-notes-ha #    inherited from CODE 12

# YAST2
  - yast2-cluster #    inherited from CODE 12
  - yast2-drbd #    inherited from CODE 12
  - yast2-iplb #    inherited from CODE 12
  - yast2-multipath #    inherited from CODE 12
  - yast2-rear: [x86_64,ppc64le] #    inherited from CODE 12; rear23 only for selective platforms available

# REAR
  - ebiso: [x86_64] #    inherited from CODE 12
    # - rear-SUSE double check needed
  - rear23a: [x86_64,ppc64le] #    inherited from CODE 12

# GEO
  - patterns-ha-geo-ha_geo: [recommended] #    inherited from CODE 12
  - yast2-geo-cluster #    inherited from CODE 12
  - booth #    inherited from CODE 12

# texlive collections
texlive:
  - texlive-collection-basic
  - texlive-collection-binextra
  - texlive-collection-context
  - texlive-collection-fontsrecommended
  - texlive-collection-fontutils
  - texlive-collection-langczechslovak
  - texlive-collection-langenglish
  - texlive-collection-langeuropean
  - texlive-collection-langfrench
  - texlive-collection-langgerman
  - texlive-collection-langitalian
  - texlive-collection-langpolish
  - texlive-collection-langportuguese
  - texlive-collection-langspanish
  - texlive-collection-latex
  - texlive-collection-latexrecommended
  - texlive-collection-luatex
  - texlive-collection-metapost
  - texlive-collection-xetex
  - texlive-bin-devel
  - texlive-devel
  - texlive-kpathsea-devel
  - texlive-ptexenc-devel
  - texlive-synctex-devel
  - texlive-texlua-devel
  - texlive-texluajit-devel: [x86_64,aarch64]
  - texlive-scheme-full: [recommended]
  - texlive-scheme-basic
  - texlive-scheme-context
  - texlive-scheme-gust
  - texlive-scheme-infraonly
  - texlive-scheme-medium
  - texlive-scheme-minimal
  - texlive-scheme-small
  - texlive-scheme-tetex

# This contains the packages that were part of the SDK on SLE 12 SP3.
#  Plan: Remove packages that
#     - are already in another module
#     - end on -devel

missing_from_sdk12:
  - xiterm # (requested on sle-beta ML by ext-linus.larsson@se.fujitsu.com for SLE 15)

sle_module_live_patching:
  - sle-module-live-patching-release
  - patterns-lp-lp_sles: [recommended]
  - kernel-livepatch-tools
  - kernel-livepatch-tools-devel # bsc#1121403
  - kernel-default-livepatch
  - kernel-default-livepatch-devel 
  - lifecycle-data-sle-module-live-patching

sle_manager_tools:
  - sle-manager-tools-release
  - spacewalk-check # SUSE Manager Core Package traditional registration
  - spacewalk-client-setup # SUSE Manager Core Package traditional registration
  - spacewalk-client-tools # SUSE Manager Core Package traditional registration
  - python3-spacewalk-check # SUSE Manager Core Package traditional registration
  - python3-spacewalk-client-setup # SUSE Manager Core Package traditional registration
  - python3-spacewalk-client-tools # SUSE Manager Core Package traditional registration
  - python3-rhnlib # SUSE Manager Core Package traditional registration
  - python3-hwdata # required by spacewalk-client-tools
  - hwdata # required by python3-hwdata
  - spacewalksd # SUSE Manager Core Package traditional registration
  - osad # SUSE Manager Core Package traditional registration
  - python3-osa-common # SUSE Manager Core Package traditional registration
  - python3-osad # SUSE Manager Core Package traditional registration
  - python-dmidecode # required by spacewalk-client-tools
  - python3-jabberpy # required by osad
  - rhncfg-actions # SUSE Manager Core Package traditional registration
  - rhncfg-client # SUSE Manager Core Package traditional registration
  - rhncfg-management # SUSE Manager Core Package traditional registration
  - rhncfg # SUSE Manager Core Package traditional registration
  - python3-rhncfg-actions # SUSE Manager Core Package traditional registration
  - python3-rhncfg-client # SUSE Manager Core Package traditional registration
  - python3-rhncfg-management # SUSE Manager Core Package traditional registration
  - python3-rhncfg # SUSE Manager Core Package traditional registration
  - rhn-custom-info # SUSE Manager Core Package
  - rhnpush # SUSE Manager Core Package
  - python3-rhnpush # SUSE Manager Core Package
  - rhn-virtualization-host # SUSE Manager Core Package traditional registration
  - python3-rhn-virtualization-common # SUSE Manager Core Package traditional registration
  - python3-rhn-virtualization-host # SUSE Manager Core Package traditional registration
  - python3-spacewalk-backend-libs # SUSE Manager Core Package required by rhnpush
  - spacewalk-koan # SUSE Manager Core Package traditional registration
  - python3-spacewalk-koan # SUSE Manager Core Package traditional registration
  - koan # required by spacewalk-koan
  - spacewalk-oscap # SUSE Manager Core Package traditional registration
  - python3-spacewalk-oscap # SUSE Manager Core Package traditional registration
  - spacewalk-remote-utils # SUSE Manager Core Package
  - supportutils-plugin-susemanager-client # supportutils plugin for SUSE Manager clients
  - suseRegisterInfo # SUSE Manager Core Package traditional registration
  - python3-suseRegisterInfo # SUSE Manager Core Package traditional registration
  - zypp-plugin-spacewalk # SUSE Manager Core Package traditional registration
  - python3-zypp-plugin-spacewalk # SUSE Manager Core Package traditional registration
  - python3-spacewalk-usix # SUSE Manager Core Package required by osad, rhn-virtualization, rhnpush
  - python3-docker # required by salt for building container in SUSE Manager
  - python3-docker-pycreds # required by python3-docker

sle_module_cap_tools:
  - cf-cli

# See FATE# 326327 comment 11.
# in preparation of the new module we group the packages here. Selection may
# get changed still.
sle_transactional_updates:
  - cetcd-devel
  - health-checker
  - health-checker-plugins-caasp
  - health-checker-testing
  - libcetcd0
  - patterns-base-transactional_base # FATE#326327
  - read-only-root-fs
  - read-only-root-fs-volatile
  - rebootmgr
  - system-role-transactional-server
  - systemd-presets-branding-transactional-server
  - transactional-update
  - transactional-update-zypp-config  # bsc#1111319

sle_module_rt:
# See FATE#326547 [MODULE] create Real Time module
  - patterns-rt-rt_sles: [recommended] 
  - system-role-real-time-text-mode # Only for Real Time, bsc#1123315
  - sle-module-rt-release # FATE#326547
 
# Real Time
  - kernel-rt-base #    FATE#326547 
  - kernel-rt-devel #    FATE#326547 
  - kernel-rt #    FATE#326547 
  - kernel-rt_debug-devel #    FATE#326547 
  - kernel-source-rt #    FATE#326547 
  - kernel-devel-rt #    FATE#326547 
  # needs pesign from devTools.
  - kernel-syms-rt #    FATE#326547 
  - libcpuset-devel #    Inherited from CODE 12
  - rt-tests #    Initial package for SLE15
  - ibmrtpkgs #    Initial package for SLE15
  
# SLES compatibility KMPs
  - crash-kmp-rt #    Inherited from CODE 12
  - oracleasm-kmp-rt #    Inherited from CODE 12
  # lttng-tools is part of the DevTools Module
  - lttng-tools-devel #    Inherited from CODE 12
  - lttng-modules-kmp-rt #    Inherited from CODE 12

# Storage and filesystem
  - dlm-kmp-rt #    Inherited from CODE 12  
  # conflicts with HA module
  # - drbd-kmp-rt #    Inherited from CODE 12 
  # - drbd-utils #    Inherited from CODE 12 
  - cluster-md-kmp-rt #    Inherited from CODE 12  
  - gfs2-kmp-rt #    Inherited from CODE 12     
  - ocfs2-kmp-rt #    Inherited from CODE 12    
  
# Product Documentation
# RN will be back when ready on the media
  - release-notes-sle_rt #    Inherited from CODE 12
  - sle-rt-quick_en #    Inherited from CODE 12    
  - sle-rt-hw_en #    Inherited from CODE 12 
  - sle-rt-shielding_en #    Inherited from CODE 12
  - sle-rt-virtguide_en #    Inherited from CODE 12 

sle_module_python2:
  - sle-module-python2-release # FATE#326911
openSUSE Build Service is sponsored by