1
0

Add include files and spec file templates

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/000package-groups?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2018-12-03 20:46:09 +00:00 committed by Git OBS Bridge
parent 2fea629ce2
commit 67b1402568
4 changed files with 340 additions and 0 deletions

65
archsets.inc Normal file
View File

@ -0,0 +1,65 @@
<archsets>
<archset name="i586" productarch="i586">
<arch>i586</arch>
<arch>i686</arch> <!-- i686 is fallback of i586 because we have some optional packages for i686 only -->
<arch>noarch</arch>
</archset>
<archset name="i686" productarch="i686">
<arch>i686</arch>
<arch>i586</arch>
<arch>i486</arch>
<arch>i386</arch>
<arch>noarch</arch>
</archset>
<archset name="x86_64" productarch="x86_64">
<arch>x86_64</arch>
<arch>i686</arch>
<arch>i586</arch>
<arch>i486</arch>
<arch>i386</arch>
<arch>noarch</arch>
</archset>
<archset name="ppc" productarch="ppc">
<arch>ppc</arch>
<arch>noarch</arch>
</archset>
<archset name="ppc64" productarch="ppc64">
<arch>ppc64</arch>
<arch>noarch</arch>
</archset>
<archset name="ppc64le" productarch="ppc64le">
<arch>ppc64le</arch>
<arch>noarch</arch>
</archset>
<archset name="s390x" productarch="s390x">
<arch>s390x</arch>
<arch>noarch</arch>
</archset>
<archset name="armv6l" productarch="armv6hl">
<arch>armv6hl</arch>
<arch>armv6l</arch>
<arch>noarch</arch>
</archset>
<archset name="armv7l" productarch="armv7hl">
<arch>armv7hl</arch>
<arch>armv7l</arch>
<arch>noarch</arch>
</archset>
<archset name="aarch64" productarch="aarch64">
<arch>aarch64</arch>
<arch>noarch</arch>
</archset>
</archsets>

52
conditionals.inc Normal file
View File

@ -0,0 +1,52 @@
<conditionals>
<conditional name="baselibs_only_x86_64">
<platform onlyarch="x86_64" />
</conditional>
<conditional name="baselibs_hammer_from_i686">
<platform arch="x86_64" baselibs_arch="i686" />
</conditional>
<conditional name="only_i586">
<platform arch="i586,i686" />
</conditional>
<conditional name="only_i686">
<platform arch="i586,i686" onlyarch="i686" />
</conditional>
<conditional name="only_x86_64">
<platform arch="x86_64" />
</conditional>
<conditional name="only_aarch64">
<platform arch="aarch64" />
</conditional>
<conditional name="only_ppc64">
<platform arch="ppc64" />
</conditional>
<conditional name="only_ppc64le">
<platform arch="ppc64le" />
</conditional>
<conditional name="drop_from_ftp">
<platform onlyarch="skipit" />
</conditional>
<conditional name="drop_from_medium">
<platform onlyarch="skipit" />
</conditional>
<conditional name="i586_special">
<platform arch="i586,i686" addarch="i586,i686" />
</conditional>
<conditional name="i686_special">
<platform arch="i586" onlyarch="x86_64,i686" />
</conditional>
<conditional name="i686_replacement">
<platform arch="i586,i686,x86_64" onlyarch="x86_64,i686" />
</conditional>
<conditional name="baselibs_only_s390x">
<platform arch="s390x" onlyarch="s390x"/>
</conditional>
<conditional name="s390_special">
<platform arch="s390x" addarch="s390" />
</conditional>
<conditional name="only_s390x">
<platform arch="s390x" />
</conditional>
</conditionals>

View File

@ -0,0 +1,103 @@
#
# spec file for package openSUSE-Tumbleweed-Kubic-release.spec
#
# Copyright (c) 2018 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-Tumbleweed-Kubic-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
# Needed to not break installation-images in short turn; this needs to fixed there of course
Provides: openSUSE-Kubic-release
# 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 Tumbleweed Kubic"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse-tumbleweed-kubic"
ID_LIKE="suse opensuse opensuse-tumbleweed"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Tumbleweed Kubic"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:tumbleweed-kubic:%{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

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8"?>
<productdefinition xmlns:xi="http://www.w3.org/2001/XInclude">
<products>
<product>
<vendor>openSUSE</vendor>
<name>openSUSE-Tumbleweed-Kubic</name>
<releasepkgname>openSUSE-Tumbleweed-Kubic-release</releasepkgname>
<endoflife/>
<version>20181120</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>openSUSE-Tumbleweed-Kubic</productline>
<summary>openSUSE Tumbleweed Kubic</summary>
<shortsummary>openSUSE Tumbleweed Kubic</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 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>Kubic</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="conditionals.inc" />
<xi:include href="archsets.inc" />
<repositories>
<repository path="obs://openSUSE:Factory/standard"/>
<repository path="obs://openSUSE:Factory:Containers/container"/>
</repositories>
<mediasets>
<media type="dvd5"
flavor="dvd"
name="openSUSE-Tumbleweed-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="false"
use_suggested="false" >
<!-- type : defines the default size of a media
flavor : flavor name - this is needed for registration
product : references the product name
name : name of the media
sourcemedia : sources on this media allowed?
create_pattern : create pattern out of the given groups
use_required : add required packages from the groups
use_recommended : add recommended packages from the groups
use_suggested : add suggested packages from the groups
size : define a new size for the media - default is defined via 'type' attribute
-->
<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_recommended="false" />
</media>
</mediasets>
<group name="openSUSE-Kubic-direct">
<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" />
</productdefinition>