Sync from SUSE:SLFO:Main product-builder-plugin-SLE_15 revision 5b91b5cea430db1626ffa96d9e6df740

This commit is contained in:
Adrian Schröter 2024-05-03 19:38:29 +02:00
commit 1cac2fe934
6 changed files with 241 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">SLE_15</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,130 @@
-------------------------------------------------------------------
Thu Mar 16 17:20:44 CET 2023 - ro@suse.de
- update to 1.0.13
* rerun generate_sbom for full media on the combined trees
- update to 1.0.12
* handle full media like pool media (create the same empty repodata
on medium 2 as on the others) (bsc#1209384)
-------------------------------------------------------------------
Wed Feb 15 08:30:38 UTC 2023 - Adrian Schröter <adrian.schroeter@suse.com>
- update to version 1.0.11
* final output SBOM filenames following OBS definitions
* CycloneDX SBOM support added
-------------------------------------------------------------------
Wed Feb 8 15:16:33 UTC 2023 - Adrian Schröter <adrian.schroeter@suse.com>
- update to version 1.0.8
* backport SPDX generation support
-------------------------------------------------------------------
Fri Feb 28 14:40:27 UTC 2020 - Adrian Schröter <adrian.schroeter@suse.com>
- update to version 1.0.7
* support kwd files when building via config.xml
-------------------------------------------------------------------
Tue Dec 10 12:00:14 UTC 2019 - Adrian Schröter <adrian@suse.de>
- update to version 1.0.6
* Flavor for Full installer has changed
-------------------------------------------------------------------
Fri Sep 27 09:53:19 UTC 2019 - Adrian Schröter <adrian@suse.de>
- update to version 1.0.5
* adding content tags in repositories (SLE-7695)
-------------------------------------------------------------------
Thu Sep 19 06:31:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
- version 1.0.4
* Fix construction of media.1/products (jsc#SLE-8271)
-------------------------------------------------------------------
Sat Sep 14 16:19:27 UTC 2019 - Stephan Kulow <coolo@suse.com>
- version 1.0.3
* build Packages-DVD flavor differently: jsc#SLE-8271
-------------------------------------------------------------------
Mon Mar 19 12:48:06 UTC 2018 - adrian@suse.de
- allow multiple license tar ball extractions
* may overwrite license.txt without warning
-------------------------------------------------------------------
Mon Mar 19 10:11:55 UTC 2018 - adrian@suse.de
- version 1.0.2
* fix return value verification
-------------------------------------------------------------------
Fri Mar 16 16:18:30 UTC 2018 - adrian@suse.de
- extract license.txt into extra license directory (bsc#1084694)
-------------------------------------------------------------------
Fri Mar 9 13:13:40 UTC 2018 - adrian@suse.de
- add dependency to instsource-susedata for disk usage data
(bsc#1081456)
-------------------------------------------------------------------
Thu Feb 1 16:03:12 UTC 2018 - adrian@suse.de
- tag it as version 1.0
- install it into sle15 path instead of tumbleweed
-------------------------------------------------------------------
Wed Sep 20 09:51:53 UTC 2017 - adrian@suse.de
- fix product specific license cleanup and naming scheme
-------------------------------------------------------------------
Tue Sep 12 15:22:56 UTC 2017 - adrian@suse.de
- add multiple license files according to included products on media
-------------------------------------------------------------------
Thu Aug 24 15:59:09 UTC 2017 - adrian@suse.de
- create detached pubkey for repomd.xml
-------------------------------------------------------------------
Fri Aug 18 13:06:53 UTC 2017 - adrian@suse.de
- fix signing of CHECKSUMS file
-------------------------------------------------------------------
Mon Aug 14 08:58:03 UTC 2017 - adrian@suse.de
- fix adding of license.tar.gz
-------------------------------------------------------------------
Tue Jul 11 15:41:57 UTC 2017 - adrian@suse.de
- add support for susedata tool
-------------------------------------------------------------------
Fri Jun 23 08:58:26 UTC 2017 - adrian@suse.de
- fixes for mini media
-------------------------------------------------------------------
Wed May 24 12:54:02 UTC 2017 - adrian@suse.de
- don't drop meta files on NET images anymore
-------------------------------------------------------------------
Fri Apr 28 16:52:57 UTC 2017 - jengelh@inai.de
- Stop using old RPM shell vars
-------------------------------------------------------------------
Thu Apr 27 09:54:58 UTC 2017 - adrian@suse.de
- successor of kiwi-instsource-plugin-* packages

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-SLE_15
Summary: openSUSE - KIWI Image System
License: GPL-2.0+
Group: System/Management
Version: 1.0.13
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: openSUSE-appstream-process
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 SLE 15 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="sle15" install
%files
%defattr(-, root, root)
%license LICENSE
%dir %{_datadir}/kiwi
%dir %{_datadir}/kiwi/modules
%dir %{_datadir}/kiwi/modules/plugins
%dir %{_datadir}/kiwi/modules/plugins/suse-sle15
%{_datadir}/kiwi/modules/plugins/suse-sle15/*.pm
%config(noreplace) %{_datadir}/kiwi/modules/plugins/suse-sle15/*.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: 1678983398
commit: fda954e23dd55f7302bdb708d29d98c91252676d