1
0
000package-groups/openSUSE-Tumbleweed-Kubic-release.spec.in

113 lines
3.4 KiB
RPMSpec

#
# spec file for package openSUSE-Tumbleweed-Kubic-release
#
# Copyright (c) 2017 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 http://bugs.opensuse.org/
#
Name: openSUSE-Tumbleweed-Kubic-release
Summary: ___SUMMARY___ ___BETA_VERSION___
License: GPL-2.0+
Group: System/Fhs
Version: ___VERSION___
Release: 0
BuildRequires: skelcd-openSUSE
Recommends: branding
# in rare cases, 'ln' is not found...
Requires(post): coreutils
Requires: issue-generator
Provides: distribution-release
# Needed to not break installation-images in short turn; this needs to fixed there of course
Provides: openSUSE-Kubic-release
Conflicts: otherproviders(distribution-release)
___PRODUCT_PROVIDES___
___PRODUCT_DEPENDENCIES___
# Make sure we are at SLES12 SP2 level
PreReq: glibc >= 2.19
Conflicts: kernel < 4.4
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# this package should only be available for the "basearchs" of a product
ExclusiveArch: %ix86 x86_64 ppc64le s390x aarch64
%description
___DESCRIPTION___
___FLAVOR_PACKAGES___
%prep
%build
%install
mkdir -p $RPM_BUILD_ROOT/etc
mkdir -p $RPM_BUILD_ROOT/usr/lib/issue.d
echo -e "\nWelcome to ___SUMMARY___ ___BETA_VERSION___ (%{_target_cpu}) - Kernel \\\r (\\\l).\n" > $RPM_BUILD_ROOT/usr/lib/issue.d/10-OS
echo -e "\n" > $RPM_BUILD_ROOT/usr/lib/issue.d/90-OS
touch $RPM_BUILD_ROOT/etc/motd
# Put EULA into correct place
mkdir -p $RPM_BUILD_ROOT//etc/YaST2/licenses/base
cd $RPM_BUILD_ROOT//etc/YaST2/licenses/base
if [ -f /CD1/license.tar.gz ]; then
tar -xzf /CD1/license.tar.gz
elif [ -f /usr/lib/skelcd/CD1/license.tar.gz ]; then
tar -xzf /usr/lib/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 > $RPM_BUILD_ROOT/usr/lib/os-release <<EOF
NAME="openSUSE Tumbleweed Kubic"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse-tumbleweed-kubic"
ID_LIKE="suse opensuse"
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 ../usr/lib/os-release $RPM_BUILD_ROOT/etc/os-release
___CREATE_PRODUCT_FILES___
%clean
rm -rf %buildroot
%files
%defattr(644,root,root,755)
/etc/os-release
/usr/lib/os-release
%dir /etc/products.d
/etc/products.d/*
%dir /etc/YaST2/
%config(noreplace) /etc/motd
%dir /etc/YaST2/licenses/
%dir /etc/YaST2/licenses/base/
# no %doc here, or we will not install them
/etc/YaST2/licenses/base/license*txt
/etc/YaST2/licenses/base/no-acceptance-needed
%dir /usr/lib/issue.d
/usr/lib/issue.d/*-OS
%changelog