Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
79c045a52b |
4
_service
4
_service
@@ -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.12</param>
|
||||
<param name="version">0.5.12</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
<service name="tar" mode="buildtime" />
|
||||
|
BIN
product-composer-0.4.20.obscpio
(Stored with Git LFS)
BIN
product-composer-0.4.20.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
product-composer-0.5.12.obscpio
(Stored with Git LFS)
Normal file
BIN
product-composer-0.5.12.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,113 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 10:05:44 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.12:
|
||||
* Fix handling of internal updateinfo.xml attributes
|
||||
supportstatus, superseded_by and embargo_date .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 15:43:58 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.11
|
||||
* cli: keep creating Source and Debug images when using the baseiso feature
|
||||
* fix crash on missing summary field
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 16:04:33 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.10
|
||||
* allow to specify build_options per flavor
|
||||
* build_option for skiping copy of rpm-md trees to base iso
|
||||
* build_option for updateinfo_packages_only
|
||||
* bugfixes and cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 14:04:48 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.9
|
||||
|
||||
Crash fix for offline media build using splitted repodata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 10:35:48 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.8
|
||||
|
||||
Added missing bits for splitted source medium
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 13:25:46 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.7
|
||||
|
||||
Fixing splitted repodata handling with splitted source medium
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 14:57:49 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.6
|
||||
|
||||
Call verifymedia on generated bootable media for verbose output
|
||||
in log file. It is not fatal yet, due to a known issue in agama
|
||||
base images, but that will be changed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 12:37:02 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.5
|
||||
|
||||
Suport architecture specific meta data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 12:42:11 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.4
|
||||
|
||||
support source and debug settings per flavor
|
||||
|
||||
generate sha256 files for install.iso
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 09:11:29 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 0.5.3
|
||||
|
||||
Adding skip_updateinfos build option to pass issue #14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
(boo#1231141)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 10:22:13 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: product-composer
|
||||
version: 0.4.20
|
||||
mtime: 1727684611
|
||||
commit: 6dc065d5dc1d71ca92242953e5dfeca31e35a60b
|
||||
version: 0.5.12
|
||||
mtime: 1743413738
|
||||
commit: 50204a1c3bf839edfa5c9f4e17d44e9f1b9a13a9
|
||||
|
@@ -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.12
|
||||
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 >= 3.5
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user