Hello community,
here is the log from the commit of package 000package-groups for
openSUSE:Factory checked in at 2019-04-08 20:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
and /work/SRC/openSUSE:Factory/.000package-groups.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000package-groups"
Mon Apr 8 20:52:08 2019 rev:63 rq:692231 version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
Old:
----
openSUSE-Tumbleweed-Kubic-release.spec.in
openSUSE-Tumbleweed-Kubic.product.in
New:
----
openSUSE-MicroOS-release.spec.in
openSUSE-MicroOS.product.in
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ groups.yml ++++++
--- /var/tmp/diff_new_pack.gt3Vuv/_old 2019-04-08 20:52:11.234508953 +0200
+++ /var/tmp/diff_new_pack.gt3Vuv/_new 2019-04-08 20:52:11.234508953 +0200
@@ -12,7 +12,12 @@
- opensuse_kubic:
recommends: false
includes:
+ - opensuse_microos
- opensuse_kubic
+ - opensuse_microos:
+ recommends: false
+ includes:
+ - opensuse_microos
dvd:
- kernel-default
@@ -341,19 +346,29 @@
- inkscape
- autoyast2
-opensuse_kubic:
+opensuse_microos:
- dummy-release: [locked]
# we need a global flag, not there yet
- kernel-vanilla-base: [locked]
- kernel-kvmsmall-base: [locked]
- kernel-vanilla: [locked]
- kernel-kvmsmall: [locked]
- - openSUSE-Tumbleweed-Kubic-release
+ - openSUSE-MicroOS-release
- kernel-default
- - patterns-caasp-MicroOS: [aarch64,x86_64]
- - patterns-caasp-kubeadm: [aarch64,x86_64]
- - patterns-caasp-onlyDVD: [aarch64,x86_64]
- - patterns-caasp-alt-onlyDVD: [aarch64,x86_64]
+ - patterns-microos-base: [aarch64,x86_64]
+ - patterns-microos-defaults: [aarch64,x86_64]
+ - patterns-microos-hardware: [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]
- - docker-kubic-kubeadm-criconfig: [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]
++++++ openSUSE-MicroOS-release.spec.in ++++++
#
# spec file for package openSUSE-MicroOS-release.spec
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: openSUSE-MicroOS-release
Version: ___VERSION___
Release: 0
Summary: ___SUMMARY___ ___BETA_VERSION___
License: GPL-2.0-or-later
Group: System/Fhs
BuildRequires: skelcd-openSUSE
Requires: issue-generator
# Make sure we are at SLES12 SP2 level
PreReq: glibc >= 2.19
# in rare cases, 'ln' is not found...
Requires(post): coreutils
Recommends: branding
Conflicts: distribution-release
Conflicts: kernel < 4.4
Provides: distribution-release
# MicroOS-release replaces Tumbleweed-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
ExclusiveArch: %ix86 x86_64 ppc64le s390x aarch64
___PRODUCT_PROVIDES___
___PRODUCT_DEPENDENCIES___
%description
___DESCRIPTION___
___FLAVOR_PACKAGES___
%prep
%build
%install
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_libexecdir}/issue.d
echo -e "\nWelcome to ___SUMMARY___ (%{_target_cpu}) - Kernel \\\r (\\\l).\n" >
%{buildroot}%{_libexecdir}/issue.d/10-OS
echo -e "\n" > %{buildroot}%{_libexecdir}/issue.d/90-OS
touch %{buildroot}%{_sysconfdir}/motd
# Put EULA into correct place
mkdir -p %{buildroot}/%{_sysconfdir}/YaST2/licenses/base
cd %{buildroot}/%{_sysconfdir}/YaST2/licenses/base
if [ -f /CD1/license.tar.gz ]; then
tar -xzf /CD1/license.tar.gz
elif [ -f %{_libexecdir}/skelcd/CD1/license.tar.gz ]; then
tar -xzf %{_libexecdir}/skelcd/CD1/license.tar.gz
fi
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
# We do thus not add it to the os-release file
cat > %{buildroot}%{_libexecdir}/os-release <<EOF
NAME="openSUSE MicroOS"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse-microos"
ID_LIKE="suse opensuse opensuse-tumbleweed"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE MicroOS"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:microos:%{version}"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
EOF
ln -s ..%{_libexecdir}/os-release %{buildroot}%{_sysconfdir}/os-release
___CREATE_PRODUCT_FILES___
%files
%defattr(644,root,root,755)
%{_sysconfdir}/os-release
%{_libexecdir}/os-release
%dir %{_sysconfdir}/products.d
%{_sysconfdir}/products.d/*
%dir %{_sysconfdir}/YaST2/
%config(noreplace) %{_sysconfdir}/motd
%dir %{_sysconfdir}/YaST2/licenses/
%dir %{_sysconfdir}/YaST2/licenses/base/
# no %doc here, or we will not install them
%{_sysconfdir}/YaST2/licenses/base/license*txt
%{_sysconfdir}/YaST2/licenses/base/no-acceptance-needed
%dir %{_libexecdir}/issue.d
%{_libexecdir}/issue.d/*-OS
%changelog
++++++ openSUSE-MicroOS.product.in ++++++
<?xml version="1.0" encoding="UTF-8"?>
<productdefinition xmlns:xi="http://www.w3.org/2001/XInclude">
<products>
<product>
<vendor>openSUSE</vendor>
<name>openSUSE-MicroOS</name>
<releasepkgname>openSUSE-MicroOS-release</releasepkgname>
<endoflife/>
<version></version>
<!-- release is no longer optional -->
<release>0</release>
<productline>openSUSE-MicroOS</productline>
<summary>openSUSE MicroOS</summary>
<shortsummary>openSUSE MicroOS</shortsummary>
<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.
It inherits the benefits of openSUSE Tumbleweed while redefining the
operating system into a small, efficient and reliable distribution.
</description>
<linguas>
<language>en_US</language>
</linguas>
<urls>
<url
name="releasenotes">http://doc.opensuse.org/release-notes/x86_64/openSUSE/Tumbleweed/release-notes-openSUSE.rpm</url>
</urls>
<buildconfig>
<!-- This section is needed to generate the installation media -->
<producttheme>MicroOS</producttheme>
<create_flavors>true</create_flavors>
</buildconfig>
<installconfig>
<!-- All flags needed during installation -->
<defaultlang>en_US</defaultlang>
<datadir>suse</datadir>
<descriptiondir>suse/setup/descr</descriptiondir>
<distribution>openSUSE</distribution>
</installconfig>
<!-- All Flags needed in the running system -->
<runtimeconfig/>
</product>
</products>
<!-- Default conditionals, repositories and archsets get imported -->
<xi:include href="defaults-conditionals.include"/>
<xi:include href="defaults-archsets.include"/>
<xi:include href="defaults-repositories.include"/>
<mediasets>
<media
type="dvd5"
flavor="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"
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-Kubic"/>
<!--package name="skelcd-control-Kubic"/-->
<package name="skelcd-openSUSE"/>
</metadata>
<use group="opensuse_kubic" create_pattern="false"/>
<use group="opensuse_kubic.x86_64" create_pattern="false"/>
</media>
</mediasets>
<xi:include href="opensuse_microos.group"/>
<xi:include href="opensuse_kubic.group"/>
</productdefinition>