Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mkosi for openSUSE:Factory checked 
in at 2024-06-20 16:48:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkosi (Old)
 and      /work/SRC/openSUSE:Factory/.mkosi.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkosi"

Thu Jun 20 16:48:45 2024 rev:18 rq:1181901 version:23.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkosi/mkosi.changes      2024-06-13 
15:40:09.090644388 +0200
+++ /work/SRC/openSUSE:Factory/.mkosi.new.18349/mkosi.changes   2024-06-20 
16:49:27.806406987 +0200
@@ -1,0 +2,9 @@
+Thu Jun 13 09:23:17 UTC 2024 - Antonio Feijoo <antonio.fei...@suse.com>
+
+- Update package summary and description.
+  * BIOS support was removed in v14, but restored in v16.
+
+- Remove dnf dependency.
+  * With openSUSE, zypper is a sufficient requirement for mkosi to work.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mkosi.spec ++++++
--- /var/tmp/diff_new_pack.xAv7aT/_old  2024-06-20 16:49:28.322425137 +0200
+++ /var/tmp/diff_new_pack.xAv7aT/_new  2024-06-20 16:49:28.322425137 +0200
@@ -21,7 +21,7 @@
 Name:           mkosi
 Version:        23.1
 Release:        0
-Summary:        Build Legacy-Free OS Images
+Summary:        Build bespoke OS Images
 License:        LGPL-2.1-or-later
 Group:          System/Management
 URL:            https://github.com/systemd/mkosi
@@ -37,7 +37,6 @@
 Requires:       python3 >= 3.9
 Requires:       zypper
 Recommends:     btrfsprogs
-Recommends:     dnf >= 4.8.0
 Recommends:     dosfstools
 Recommends:     dpkg
 Recommends:     edk2-ovmf
@@ -50,13 +49,17 @@
 ExclusiveArch:  x86_64 aarch64
 
 %description
-A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that
-may generate disk images with a number of bells and whistles.
+A fancy wrapper around "dnf --installroot", "apt", "pacman", and "zypper" that
+generates disk images with a number of bells and whistles.
 
-Generated images are "legacy-free". This means only GPT disk labels
-(and no MBR disk labels) are supported, and only systemd based images
-may be generated. Moreover, for bootable images only EFI systems are
-supported (not plain MBR/BIOS).
+Generated images are tailored to the purpose: GPT partitions,
+systemd-boot or grub2, images for containers, VMs, initrd, and extensions.
+
+mkosi can boot an image via QEMU or systemd-nspawn, or simply start a shell in
+chroot, burn the image to a device, connect to a running VM via ssh, extract
+logs and coredumps, and also serve an image over HTTP.
+
+See https://mkosi.systemd.io/ for documentation.
 
 %prep
 %autosetup -p1

Reply via email to