Sync from SUSE:SLFO:Main product-builder-plugin-ALP revision 514a7a34184385921d0ee99022ab7a57

This commit is contained in:
Adrian Schröter 2024-05-03 19:38:12 +02:00
commit d93acec4e5
6 changed files with 117 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View 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>

View 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.

View 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

Binary file not shown.

View File

@ -0,0 +1,4 @@
name: product-builder-plugins
version: 1.0.13
mtime: 1685711151
commit: 78fe990c645f30987a4c2161e889061a00c5c5c2