Accepting request 692231 from home:RBrownSUSE:microos

Groups.yml refreshed, all patterns defined, with correct names

OBS-URL: https://build.opensuse.org/request/show/692231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/000package-groups?expand=0&rev=63
This commit is contained in:
Dominique Leuenberger 2019-04-08 18:52:08 +00:00 committed by Git OBS Bridge
parent c2bda2eb17
commit c024419497
3 changed files with 70 additions and 44 deletions

View File

@ -12,7 +12,12 @@ OUTPUT:
- opensuse_kubic: - opensuse_kubic:
recommends: false recommends: false
includes: includes:
- opensuse_microos
- opensuse_kubic - opensuse_kubic
- opensuse_microos:
recommends: false
includes:
- opensuse_microos
dvd: dvd:
- kernel-default - kernel-default
@ -341,19 +346,29 @@ dvd:
- inkscape - inkscape
- autoyast2 - autoyast2
opensuse_kubic: opensuse_microos:
- dummy-release: [locked] - dummy-release: [locked]
# we need a global flag, not there yet # we need a global flag, not there yet
- kernel-vanilla-base: [locked] - kernel-vanilla-base: [locked]
- kernel-kvmsmall-base: [locked] - kernel-kvmsmall-base: [locked]
- kernel-vanilla: [locked] - kernel-vanilla: [locked]
- kernel-kvmsmall: [locked] - kernel-kvmsmall: [locked]
- openSUSE-Tumbleweed-Kubic-release - openSUSE-MicroOS-release
- kernel-default - kernel-default
- patterns-caasp-MicroOS: [aarch64,x86_64] - patterns-microos-base: [aarch64,x86_64]
- patterns-caasp-kubeadm: [aarch64,x86_64] - patterns-microos-defaults: [aarch64,x86_64]
- patterns-caasp-onlyDVD: [aarch64,x86_64] - patterns-microos-hardware: [aarch64,x86_64]
- patterns-caasp-alt-onlyDVD: [aarch64,x86_64] - patterns-microos-apparmor: [aarch64,x86_64]
- patterns-microos-selinux: [aarch64,x86_64]
- patterns-microos-sssd_ldap: [aarch64,x86_64]
- patterns-microos-ima_evm: [aarch64,x86_64]
- patterns-microos-cloud: [aarch64,x86_64]
- patterns-microos-onlyDVD: [aarch64,x86_64]
- patterns-microos-alt_onlyDVD: [aarch64,x86_64]
- podman-cni-config: [aarch64,x86_64] - podman-cni-config: [aarch64,x86_64]
- docker-kubic-kubeadm-criconfig: [aarch64,x86_64]
- kernel-default-base: [aarch64,x86_64] - kernel-default-base: [aarch64,x86_64]
opensuse_kubic:
- patterns-containers-kubeadm: [aarch64,x86_64]
- patterns-containers-container_runtime_kubernetes: [aarch64,x86_64]
- patterns-containers-container_runtime: [aarch64,x86_64]

View File

@ -1,5 +1,5 @@
# #
# spec file for package openSUSE-Tumbleweed-Kubic-release.spec # spec file for package openSUSE-MicroOS-release.spec
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
@ -16,7 +16,7 @@
# #
Name: openSUSE-Tumbleweed-Kubic-release Name: openSUSE-MicroOS-release
Version: ___VERSION___ Version: ___VERSION___
Release: 0 Release: 0
Summary: ___SUMMARY___ ___BETA_VERSION___ Summary: ___SUMMARY___ ___BETA_VERSION___
@ -32,8 +32,9 @@ Recommends: branding
Conflicts: distribution-release Conflicts: distribution-release
Conflicts: kernel < 4.4 Conflicts: kernel < 4.4
Provides: distribution-release Provides: distribution-release
# Needed to not break installation-images in short turn; this needs to fixed there of course # MicroOS-release replaces Tumbleweed-Kubic-release
Provides: openSUSE-Kubic-release Provides: openSUSE-Tumbleweed-Kubic-release
Obsoletes: openSUSE-Tumbleweed-Kubic-release <= 20190324
# this package should only be available for the "basearchs" of a product # this package should only be available for the "basearchs" of a product
ExclusiveArch: %ix86 x86_64 ppc64le s390x aarch64 ExclusiveArch: %ix86 x86_64 ppc64le s390x aarch64
___PRODUCT_PROVIDES___ ___PRODUCT_PROVIDES___
@ -69,14 +70,14 @@ VERSION_ID=`echo %{version}|tr '[:upper:]' '[:lower:]'|sed -e 's/ //g;'`
# note: VERSION is an optional field and has no meaning other than informative on a rolling distro # note: VERSION is an optional field and has no meaning other than informative on a rolling distro
# We do thus not add it to the os-release file # We do thus not add it to the os-release file
cat > %{buildroot}%{_libexecdir}/os-release <<EOF cat > %{buildroot}%{_libexecdir}/os-release <<EOF
NAME="openSUSE Tumbleweed Kubic" NAME="openSUSE MicroOS"
# VERSION="%{version}%{?betaversion: %{betaversion}}" # VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse-tumbleweed-kubic" ID="opensuse-microos"
ID_LIKE="suse opensuse opensuse-tumbleweed" ID_LIKE="suse opensuse opensuse-tumbleweed"
VERSION_ID="$VERSION_ID" VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Tumbleweed Kubic" PRETTY_NAME="openSUSE MicroOS"
ANSI_COLOR="0;32" ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:tumbleweed-kubic:%{version}" CPE_NAME="cpe:/o:opensuse:microos:%{version}"
BUG_REPORT_URL="https://bugs.opensuse.org" BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/" HOME_URL="https://www.opensuse.org/"
EOF EOF

View File

@ -3,18 +3,18 @@
<products> <products>
<product> <product>
<vendor>openSUSE</vendor> <vendor>openSUSE</vendor>
<name>openSUSE-Tumbleweed-Kubic</name> <name>openSUSE-MicroOS</name>
<releasepkgname>openSUSE-Tumbleweed-Kubic-release</releasepkgname> <releasepkgname>openSUSE-MicroOS-release</releasepkgname>
<endoflife/> <endoflife/>
<version></version> <version></version>
<!-- release is no longer optional --> <!-- release is no longer optional -->
<release>0</release> <release>0</release>
<productline>openSUSE-Tumbleweed-Kubic</productline> <productline>openSUSE-MicroOS</productline>
<summary>openSUSE Tumbleweed Kubic</summary> <summary>openSUSE MicroOS</summary>
<shortsummary>openSUSE Tumbleweed Kubic</shortsummary> <shortsummary>openSUSE MicroOS</shortsummary>
<description>openSUSE Tumbleweed Kubic combines the benefits of a rolling OS with a container orchestration platform. It is a modern Linux Operating System, designed for containers and optimized for large, clustered deployments. It inherits the <description>openSUSE MicroOS combines the benefits of a rolling OS with a read-only root filesystem with transactional updates. It is a modern Linux Operating System, designed for single-service installations, such as container hosts. It is optimized for large, clustered deployments.
benefits of openSUSE Tumbleweed while redefining the operating system into a small, efficient and reliable distribution. It inherits the benefits of openSUSE Tumbleweed while redefining the operating system into a small, efficient and reliable distribution.
</description> </description>
<linguas> <linguas>
@ -27,7 +27,7 @@
<buildconfig> <buildconfig>
<!-- This section is needed to generate the installation media --> <!-- This section is needed to generate the installation media -->
<producttheme>Kubic</producttheme> <producttheme>MicroOS</producttheme>
<create_flavors>true</create_flavors> <create_flavors>true</create_flavors>
</buildconfig> </buildconfig>
@ -53,7 +53,34 @@
<media <media
type="dvd5" type="dvd5"
flavor="dvd" flavor="dvd"
name="openSUSE-Tumbleweed-Kubic-DVD" name="openSUSE-MicroOS-DVD"
sourcemedia="0"
firmware="uefi"
mediastyle="suse-tumbleweed"
run_hybridiso="true"
run_media_check="true"
use_undecided="false"
create_pattern="false"
use_required="true"
use_recommended="true"
use_suggested="false">
<archsets>
<archset ref="x86_64"/>
</archsets>
<metadata>
<package name="skelcd-installer-MicroOS"/>
<!--package name="skelcd-control-MicroOS"/-->
<package name="skelcd-openSUSE"/>
</metadata>
<use group="opensuse_microos" create_pattern="false"/>
<use group="opensuse_microos.x86_64" create_pattern="false"/>
</media>
<!-- BEWARE: do not touch the naming here without adapting ftp upload scripts ! -->
<media
type="dvd5"
flavor="kubic-dvd"
name="openSUSE-Kubic-DVD"
sourcemedia="0" sourcemedia="0"
firmware="uefi" firmware="uefi"
mediastyle="suse-tumbleweed" mediastyle="suse-tumbleweed"
@ -77,26 +104,9 @@
</media> </media>
</mediasets> </mediasets>
<group name="openSUSE-Kubic-direct"> <xi:include href="opensuse_microos.group"/>
<packagelist>
<package name="caasp-container-manifests"/>
<package name="kubic-caasp-dex-image"/>
<package name="kubic-dnsmasq-nanny-image"/>
<package name="kubic-flannel-image"/>
<package name="kubic-haproxy-image"/>
<package name="kubic-kubedns-image"/>
<package name="kubic-mariadb-image"/>
<package name="kubic-openldap-image"/>
<package name="kubic-pv-recycler-node-image"/>
<package name="kubic-salt-api-image"/>
<package name="kubic-salt-master-image"/>
<package name="kubic-salt-minion-image"/>
<package name="kubic-sidecar-image"/>
<package name="kubic-tiller-image"/>
<package name="kubic-velum-image"/>
</packagelist>
</group>
<xi:include href="opensuse_kubic.group"/> <xi:include href="opensuse_kubic.group"/>
</productdefinition> </productdefinition>