commit 8acc372276c40fbf3493c91ac4147deb94dc55c8 Author: Adrian Schröter Date: Thu Dec 7 11:22:52 2023 +0100 Sync from SUSE:ALP:Source:Standard:1.0 kiwi-settings revision ec467ce0f17bbf866505dc65ef5e4037 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fecc750 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/kiwi-settings.changes b/kiwi-settings.changes new file mode 100644 index 0000000..504470b --- /dev/null +++ b/kiwi-settings.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Dec 6 19:18:20 UTC 2023 - Jiri Srain + +- initial import of kiwi build settings on s/390x, use kpartx + instead of partx in order to build DASD images diff --git a/kiwi-settings.spec b/kiwi-settings.spec new file mode 100644 index 0000000..16fd363 --- /dev/null +++ b/kiwi-settings.spec @@ -0,0 +1,42 @@ +# +# spec file for package kiwi-settings +# +# Copyright (c) 2023 SUSE LLC +# +# 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: kiwi-settings +Version: 0.1 +Release: 0 +License: GPL-3.0-or-later +Summary: KIWI - runtime config file for ALP +Group: System/Management +Source0: kiwi.yml.s390x +BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: s390x + +%description +Provides a KIWI runtime config file suitable building +ALP images + +%prep + +%install +install -D -m 644 %{SOURCE0} %{buildroot}/etc/kiwi.yml + +%files +%defattr(-,root,root) +%config /etc/kiwi.yml + +%changelog diff --git a/kiwi.yml.s390x b/kiwi.yml.s390x new file mode 100644 index 0000000..d42595a --- /dev/null +++ b/kiwi.yml.s390x @@ -0,0 +1,2 @@ +mapper: + - part_mapper: kpartx