Sync from SUSE:SLFO:Main product-composer revision 5f6cf8c1cd58cca6be113a1b2cc9d1fb

This commit is contained in:
Adrian Schröter 2025-01-31 10:10:41 +01:00
parent 336edae47f
commit aa4d00baa1
6 changed files with 44 additions and 10 deletions

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/openSUSE/product-composer</param>
<param name="scm">git</param>
<param name="revision">0.4.20</param>
<param name="version">0.4.20</param>
<param name="revision">0.5.2</param>
<param name="version">0.5.2</param>
</service>
<service name="set_version" mode="manual" />
<service name="tar" mode="buildtime" />

BIN
product-composer-0.4.20.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
product-composer-0.5.2.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Jan 30 09:14:14 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.2
Handle baseisos like meta packages
This means we don't expect them deployed in the build host system
anymore. Instead we search for them in the given repositories for
the product and unpack the containment rpm.
The wanted side effect of this is that products will get rebuild,
when the baseiso has changed now.
-------------------------------------------------------------------
Wed Jan 29 12:39:26 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.1
* use mksusecd instead of xorriso, fixes boot partition, requires root
-------------------------------------------------------------------
Tue Jan 28 16:03:00 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.0
* New option to add generated rpm-md tree to a base image.
Can be used to create an agama based offline installer image.
-------------------------------------------------------------------
Fri Jan 24 09:29:41 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to version 0.4.21
* Use generate_sbom from OBS server instance if available
-------------------------------------------------------------------
Mon Sep 30 10:22:13 UTC 2024 - Adrian Schröter <adrian@suse.de>

View File

@ -1,4 +1,4 @@
name: product-composer
version: 0.4.20
mtime: 1727684611
commit: 6dc065d5dc1d71ca92242953e5dfeca31e35a60b
version: 0.5.2
mtime: 1738227407
commit: ab91dcc249784e2742c3d2585e48cd69a10e5b57

View File

@ -1,7 +1,7 @@
#
# spec file for package product-composer
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%endif
Name: product-composer
Version: 0.4.20
Version: 0.5.2
Release: 0
Summary: Product Composer
License: GPL-2.0-or-later
@ -47,6 +47,7 @@ Requires: createrepo_c
Requires: inst-source-utils
Requires: libsolv-tools
Requires: mkisofs
Requires: mksusecd
BuildArch: noarch
%description