Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2026-02-18 17:05:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and      /work/SRC/openSUSE:Factory/.microos-tools.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "microos-tools"

Wed Feb 18 17:05:39 2026 rev:49 rq:1333556 version:4.0+git23

Changes:
--------
--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes      
2026-01-29 17:45:17.290202816 +0100
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.1977/microos-tools.changes    
2026-02-18 17:06:45.653047735 +0100
@@ -1,0 +2,7 @@
+Tue Feb 17 12:54:49 UTC 2026 - Thorsten Kukuk <[email protected]>
+
+- Update to version 4.0+git23:
+  * zypp-*: require libzypp(econf)
+  * test: Work around missing 9pnet_virtio in the initrd (boo#1258314)
+
+-------------------------------------------------------------------

Old:
----
  microos-tools-4.0+git21.obscpio

New:
----
  microos-tools-4.0+git23.obscpio

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

Other differences:
------------------
++++++ microos-tools.spec ++++++
--- /var/tmp/diff_new_pack.beOcHu/_old  2026-02-18 17:06:48.285157286 +0100
+++ /var/tmp/diff_new_pack.beOcHu/_new  2026-02-18 17:06:48.313158451 +0100
@@ -19,7 +19,7 @@
 %{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
 
 Name:           microos-tools
-Version:        4.0+git21
+Version:        4.0+git23
 Release:        0
 Summary:        Files and Scripts for openSUSE MicroOS
 License:        GPL-2.0-or-later
@@ -57,18 +57,21 @@
 
 %package -n zypp-no-recommends
 Summary:        Disable recommends of libzypp by default
+Requires:       libzypp(econf)
 
 %description -n zypp-no-recommends
 This package installs a zypp.conf snippet to disable Recommends.
 
 %package -n zypp-excludedocs
 Summary:        Exclude installation of docs by libzypp
+Requires:       libzypp(econf)
 
 %description -n zypp-excludedocs
 This package installs a zypp.conf snippet to enable excludedocs.
 
 %package -n zypp-no-multiversion
 Summary:        Don't install multiple packages in parallel
+Requires:       libzypp(econf)
 
 %description -n zypp-no-multiversion
 This package installs a zypp.conf snippet to disable multiversion

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.beOcHu/_old  2026-02-18 17:06:48.789178264 +0100
+++ /var/tmp/diff_new_pack.beOcHu/_new  2026-02-18 17:06:48.833180095 +0100
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/openSUSE/microos-tools.git</param>
-  <param 
name="changesrevision">053db97240911978f79e776204d955bda329bb34</param></service>
+  <param 
name="changesrevision">c471caef2ca4e2573d93456791dbdaae39e09b74</param></service>
 </servicedata>
 (No newline at EOF)
 

++++++ microos-tools-4.0+git21.obscpio -> microos-tools-4.0+git23.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-4.0+git21/microos-tools.spec 
new/microos-tools-4.0+git23/microos-tools.spec
--- old/microos-tools-4.0+git21/microos-tools.spec      2026-01-28 
11:36:25.000000000 +0100
+++ new/microos-tools-4.0+git23/microos-tools.spec      2026-02-17 
13:52:53.000000000 +0100
@@ -57,18 +57,21 @@
 
 %package -n zypp-no-recommends
 Summary:         Disable recommends of libzypp by default
+Requires:        libzypp(econf)
 
 %description -n zypp-no-recommends
 This package installs a zypp.conf snippet to disable Recommends.
 
 %package -n zypp-excludedocs
 Summary:         Exclude installation of docs by libzypp
+Requires:        libzypp(econf)
 
 %description -n zypp-excludedocs
 This package installs a zypp.conf snippet to enable excludedocs.
 
 %package -n zypp-no-multiversion
 Summary:         Don't install multiple packages in parallel
+Requires:        libzypp(econf)
 
 %description -n zypp-no-multiversion
 This package installs a zypp.conf snippet to disable multiversion
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-4.0+git21/test/test.sh 
new/microos-tools-4.0+git23/test/test.sh
--- old/microos-tools-4.0+git21/test/test.sh    2026-01-28 11:36:25.000000000 
+0100
+++ new/microos-tools-4.0+git23/test/test.sh    2026-02-17 13:52:53.000000000 
+0100
@@ -60,6 +60,7 @@
 set -euxo pipefail
 exec &>/dev/ttyS0
 trap '[ $? -eq 0 ] || SYSTEMD_IGNORE_CHROOT=1 poweroff -f' EXIT
+modprobe 9pnet_virtio # Explicitly load the module from the real root
 mount -t 9p -o trans=virtio tmpdir /mnt
 cp -av /mnt/install/usr /
 cp /usr/lib/modules/$(uname -r)/vmlinuz /mnt/vmlinuz
@@ -113,6 +114,7 @@
 set -euxo pipefail
 exec &>/dev/ttyS0
 trap '[ $? -eq 0 ] || SYSTEMD_IGNORE_CHROOT=1 poweroff -f' EXIT
+modprobe 9pnet_virtio # Explicitly load the module from the real root
 mount -t 9p -o trans=virtio tmpdir /mnt
 cp -av /mnt/install/usr /
 cp /usr/lib/modules/$(uname -r)/vmlinuz /mnt/vmlinuz-minimal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-4.0+git21/test/testscript 
new/microos-tools-4.0+git23/test/testscript
--- old/microos-tools-4.0+git21/test/testscript 2026-01-28 11:36:25.000000000 
+0100
+++ new/microos-tools-4.0+git23/test/testscript 2026-02-17 13:52:53.000000000 
+0100
@@ -9,10 +9,11 @@
        rpm -e --nodeps --noscripts --nodb microos-tools
 fi
 rpm -e --nodeps --noscripts --nodb selinux-autorelabel
+modprobe 9pnet_virtio # Explicitly load the module from the real root
+mount -t 9p -o trans=virtio tmpdir /mnt
 # Install microos-tools
 # FIXME: This installs all of microos-tools on Minimal as well,
 # which is wrong but doesn't break anything ATM.
-mount -t 9p -o trans=virtio tmpdir /mnt
 chown -R root:root /mnt/install/usr
 cp -av /mnt/install/usr /
 umount /mnt

++++++ microos-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.beOcHu/_old  2026-02-18 17:06:49.989228211 +0100
+++ /var/tmp/diff_new_pack.beOcHu/_new  2026-02-18 17:06:50.021229543 +0100
@@ -1,5 +1,5 @@
 name: microos-tools
-version: 4.0+git21
-mtime: 1769596585
-commit: 053db97240911978f79e776204d955bda329bb34
+version: 4.0+git23
+mtime: 1771332773
+commit: c471caef2ca4e2573d93456791dbdaae39e09b74
 

Reply via email to