diff --git a/_service b/_service
index 9e6c671..88b6f76 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
https://github.com/openSUSE/product-composer
git
- 0.4.20
- 0.4.20
+ 0.5.2
+ 0.5.2
diff --git a/product-composer-0.4.20.obscpio b/product-composer-0.4.20.obscpio
deleted file mode 100644
index 694aef7..0000000
--- a/product-composer-0.4.20.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a057684fd382a2a3780e97e163116a66c9d5ef7607c8d0fecb1429c21fea518f
-size 125451
diff --git a/product-composer-0.5.2.obscpio b/product-composer-0.5.2.obscpio
new file mode 100644
index 0000000..d767bb3
--- /dev/null
+++ b/product-composer-0.5.2.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4cb29190970d97c8c1c5f695faeff93534cb7f5a92fe60c3e8bc8120e0c4fe2a
+size 136203
diff --git a/product-composer.changes b/product-composer.changes
index ccfb232..eb88576 100644
--- a/product-composer.changes
+++ b/product-composer.changes
@@ -1,3 +1,36 @@
+-------------------------------------------------------------------
+Thu Jan 30 09:14:14 UTC 2025 - Adrian Schröter
+
+- 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
+
+- 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
+
+- 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
+
+- 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
diff --git a/product-composer.obsinfo b/product-composer.obsinfo
index 4866879..cb12724 100644
--- a/product-composer.obsinfo
+++ b/product-composer.obsinfo
@@ -1,4 +1,4 @@
name: product-composer
-version: 0.4.20
-mtime: 1727684611
-commit: 6dc065d5dc1d71ca92242953e5dfeca31e35a60b
+version: 0.5.2
+mtime: 1738227407
+commit: ab91dcc249784e2742c3d2585e48cd69a10e5b57
diff --git a/product-composer.spec b/product-composer.spec
index 5bdd012..a94b7fa 100644
--- a/product-composer.spec
+++ b/product-composer.spec
@@ -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