Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sysextmgr for openSUSE:Factory 
checked in at 2026-03-05 17:13:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysextmgr (Old)
 and      /work/SRC/openSUSE:Factory/.sysextmgr.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysextmgr"

Thu Mar  5 17:13:12 2026 rev:7 rq:1336563 version:0.1.0+git20260304.fc915b3

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysextmgr/sysextmgr.changes      2026-02-02 
14:56:03.660716237 +0100
+++ /work/SRC/openSUSE:Factory/.sysextmgr.new.561/sysextmgr.changes     
2026-03-05 17:14:07.196085385 +0100
@@ -1,0 +2,28 @@
+Wed Mar 04 16:31:50 UTC 2026 - Thorsten Kukuk <[email protected]>
+
+- Update to version 0.1.0+git20260304.fc915b3:
+  * Release version 0.1.0
+  * Prefer .manifest over .json
+
+-------------------------------------------------------------------
+Wed Mar 04 10:43:37 UTC 2026 - Thorsten Kukuk <[email protected]>
+
+- Update to version 0.0+git20260304.ffa65d6:
+  * sysextmgr.service: namespaces cannot be restricted (mounting images)
+
+-------------------------------------------------------------------
+Wed Mar  4 10:01:00 UTC 2026 - Thorsten Kukuk <[email protected]>
+
+- Add config file with default download URL
+- Merge sysextmgrcli back into sysextmgr, it doesn't work standalone
+
+-------------------------------------------------------------------
+Wed Mar 04 09:38:45 UTC 2026 - Thorsten Kukuk <[email protected]>
+
+- Update to version 0.0+git20260304.5c7528e:
+  * Make sure storage directories exist and adjust sysextmgr.service
+  * sysextmgrcli: fix "no images found" check
+  * mkdir_p: fix error code for last directory
+  * Add stroom() function
+
+-------------------------------------------------------------------

Old:
----
  sysextmgr-0.0+git20250924.8eb417e.tar.xz

New:
----
  sysextmgr-0.1.0+git20260304.fc915b3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sysextmgr.spec ++++++
--- /var/tmp/diff_new_pack.ORJlFz/_old  2026-03-05 17:14:08.148124956 +0100
+++ /var/tmp/diff_new_pack.ORJlFz/_new  2026-03-05 17:14:08.148124956 +0100
@@ -15,11 +15,10 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
 Name:           sysextmgr
-Version:        0.0+git20250924.8eb417e
+Version:        0.1.0+git20260304.fc915b3
 Release:        0
-Summary:        Tools to manage sysext-images on MicroOS
+Summary:        Tools to manage systemd-sysext images
 License:        GPL-2.0-or-later
 URL:            https://github.com/thkukuk/sysextmgr
 Source:         %{name}-%{version}.tar.xz
@@ -32,20 +31,18 @@
 Requires:       %{_bindir}/systemd-dissect
 #Requires:       /usr/lib/systemd/systemd-pull
 Requires:       systemd-container >= 257.6
+Provides:       sysextmgrcli = %{version}
+Obsoletes:      sysextmgrcli < %{version}
 
 %description
-sysextmgr is used to create and manage json files of dependencies
-from systemd-sysext images.
-
-%package -n sysextmgrcli
-Summary:        Command line interface for sysextmgr
-
-%description -n sysextmgrcli
-sysextmgrcli is a commandline interface to communicate with the sysextmgr 
daemon via varlink.
+sysextmgr is used to manage systemd-sysext images on the system: list
+available extensions, install and update them.
+sysextmgrcli is a commandline interface to communicate with the sysextmgr
+daemon via varlink.
 
 %package -n sysextmgr-tukit-plugin
 Summary:        Plugin for tukit to update sysexe images
-Requires:       sysextmgrcli
+Requires:       sysextmgr
 
 %description -n sysextmgr-tukit-plugin
 This package contains a plugin for tukit, so that transactional-update not 
only updates the packages of the host OS, but also the sysext images.
@@ -59,6 +56,8 @@
 
 %install
 %meson_install
+mkdir -p %{buildroot}%{_datadir}/sysextmgr
+echo -e "[default]\nurl=https://download.opensuse.org/tumbleweed/appliances/"; 
> %{buildroot}%{_datadir}/sysextmgr/sysextmgr.conf
 
 %check
 %meson_test
@@ -77,15 +76,15 @@
 
 %files
 %license LICENSE.GPL2 LICENSE.LGPL2.1
+%{_bindir}/sysextmgrcli
 %{_prefix}/lib/systemd/system/sysextmgr.service
 %{_prefix}/lib/systemd/system/sysextmgr.socket
 %{_prefix}/lib/systemd/system/sysextmgr-cleanup.service
 %{_prefix}/lib/systemd/system/sysextmgr-cleanup.timer
 %{_libexecdir}/sysextmgrd
-
-%files -n sysextmgrcli
-%license LICENSE.GPL2 LICENSE.LGPL2.1
-%{_bindir}/sysextmgrcli
+%{_tmpfilesdir}/sysextmgr.conf
+%dir %{_datadir}/sysextmgr
+%{_datadir}/sysextmgr/sysextmgr.conf
 
 %files -n sysextmgr-tukit-plugin
 %dir %{_prefix}/lib/tukit

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ORJlFz/_old  2026-03-05 17:14:08.216127783 +0100
+++ /var/tmp/diff_new_pack.ORJlFz/_new  2026-03-05 17:14:08.232128448 +0100
@@ -5,7 +5,8 @@
     <param name="changesgenerate">enable</param>
     <param name="filename">sysextmgr</param>
     <param name="revision">main</param>
-    <param name="versionformat">0.0+git%cd.%h</param>
+    <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
+    <param name="versionrewrite-pattern">v(.*?)(\+git0)?$</param>
   </service>
   <service mode="manual" name="recompress">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ORJlFz/_old  2026-03-05 17:14:08.292130942 +0100
+++ /var/tmp/diff_new_pack.ORJlFz/_new  2026-03-05 17:14:08.296131109 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/thkukuk/sysextmgr.git</param>
-<param 
name="changesrevision">8eb417ef8a9e102c119abb2802016f75a9af1b38</param></service></servicedata>
+<param 
name="changesrevision">fc915b3bb0741a7798572c0e49a478f660eae244</param></service></servicedata>
 (No newline at EOF)
 

Reply via email to