Sync from SUSE:ALP:Source:Standard:1.0 kiwi-settings revision ec467ce0f17bbf866505dc65ef5e4037
This commit is contained in:
commit
f72c3dca7c
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
5
kiwi-settings.changes
Normal file
5
kiwi-settings.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 19:18:20 UTC 2023 - Jiri Srain <jsrain@suse.com>
|
||||
|
||||
- initial import of kiwi build settings on s/390x, use kpartx
|
||||
instead of partx in order to build DASD images
|
42
kiwi-settings.spec
Normal file
42
kiwi-settings.spec
Normal file
@ -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
|
2
kiwi.yml.s390x
Normal file
2
kiwi.yml.s390x
Normal file
@ -0,0 +1,2 @@
|
||||
mapper:
|
||||
- part_mapper: kpartx
|
Loading…
Reference in New Issue
Block a user