Sync from SUSE:ALP:Source:Standard:1.0 product-builder-plugin-ALP revision 514a7a34184385921d0ee99022ab7a57
This commit is contained in:
commit
331286e1dc
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
|
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE/product-builder-plugins.git</param>
|
||||
<param name="revision">ALP</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="version">1.0.13</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version" />
|
||||
<service mode="buildtime" name="tar"/>
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
6
product-builder-plugin-ALP.changes
Normal file
6
product-builder-plugin-ALP.changes
Normal file
@ -0,0 +1,6 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 12:57:06 UTC 2023 - Adrian Schröter <adrian.schroeter@suse.com>
|
||||
|
||||
- ALP fork of current tumbleweed plugin
|
||||
* only difference is the drop of dnf dependency for now.
|
||||
|
67
product-builder-plugin-ALP.spec
Normal file
67
product-builder-plugin-ALP.spec
Normal file
@ -0,0 +1,67 @@
|
||||
#
|
||||
# spec file for package product-builder-plugin-Tumbleweed
|
||||
#
|
||||
# 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: product-builder-plugin-ALP
|
||||
Summary: openSUSE - KIWI Image System
|
||||
License: GPL-2.0+
|
||||
Group: System/Management
|
||||
Version: 1.0.13
|
||||
%define plugin_version suse-alp
|
||||
Release: 0
|
||||
Source: product-builder-plugins-%version.tar.xz
|
||||
Provides: product-builder-plugin = %version-%release
|
||||
Requires: build >= 20230215
|
||||
Requires: createrepo_c
|
||||
Requires: instsource-susedata
|
||||
Requires: mkdosfs
|
||||
Requires: mtools
|
||||
Requires: package-EULAs
|
||||
Requires: package-translations
|
||||
Requires: instsource-susedata
|
||||
Requires: product-builder
|
||||
Supplements: product-builder
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
openSUSE - Product Builder Image System InstSource plugins provides information
|
||||
and plugin code to create meta information for a SUSE
|
||||
installation source. This particular package contains the metadata
|
||||
plugins specific for the SUSE ALP media.
|
||||
|
||||
%prep
|
||||
%setup -n product-builder-plugins-%version
|
||||
|
||||
%build
|
||||
# empty because of rpmlint warning rpm-buildroot-usage
|
||||
|
||||
%install
|
||||
# build
|
||||
test -e /.buildenv && . /.buildenv
|
||||
make buildroot="%{buildroot}" version="%{plugin_version}" install
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%license LICENSE
|
||||
%dir %{_datadir}/kiwi
|
||||
%dir %{_datadir}/kiwi/modules
|
||||
%dir %{_datadir}/kiwi/modules/plugins
|
||||
%dir %{_datadir}/kiwi/modules/plugins/%{plugin_version}
|
||||
%{_datadir}/kiwi/modules/plugins/%{plugin_version}/*.pm
|
||||
%config(noreplace) %{_datadir}/kiwi/modules/plugins/%{plugin_version}/*.ini
|
||||
|
||||
%changelog
|
BIN
product-builder-plugins-1.0.13.obscpio
(Stored with Git LFS)
Normal file
BIN
product-builder-plugins-1.0.13.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
4
product-builder-plugins.obsinfo
Normal file
4
product-builder-plugins.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: product-builder-plugins
|
||||
version: 1.0.13
|
||||
mtime: 1685711151
|
||||
commit: 78fe990c645f30987a4c2161e889061a00c5c5c2
|
Loading…
Reference in New Issue
Block a user