forked from pool/mkosi
Accepting request 1181901 from Virtualization
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1181901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mkosi?expand=0&rev=18
This commit is contained in:
commit
1392418cdd
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 13 09:23:17 UTC 2024 - Antonio Feijoo <antonio.feijoo@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 12 20:26:36 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
|
Wed Jun 12 20:26:36 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
19
mkosi.spec
19
mkosi.spec
@ -21,7 +21,7 @@
|
|||||||
Name: mkosi
|
Name: mkosi
|
||||||
Version: 23.1
|
Version: 23.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build Legacy-Free OS Images
|
Summary: Build bespoke OS Images
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
URL: https://github.com/systemd/mkosi
|
URL: https://github.com/systemd/mkosi
|
||||||
@ -37,7 +37,6 @@ Requires: bubblewrap
|
|||||||
Requires: python3 >= 3.9
|
Requires: python3 >= 3.9
|
||||||
Requires: zypper
|
Requires: zypper
|
||||||
Recommends: btrfsprogs
|
Recommends: btrfsprogs
|
||||||
Recommends: dnf >= 4.8.0
|
|
||||||
Recommends: dosfstools
|
Recommends: dosfstools
|
||||||
Recommends: dpkg
|
Recommends: dpkg
|
||||||
Recommends: edk2-ovmf
|
Recommends: edk2-ovmf
|
||||||
@ -50,13 +49,17 @@ BuildArch: noarch
|
|||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that
|
A fancy wrapper around "dnf --installroot", "apt", "pacman", and "zypper" that
|
||||||
may generate disk images with a number of bells and whistles.
|
generates disk images with a number of bells and whistles.
|
||||||
|
|
||||||
Generated images are "legacy-free". This means only GPT disk labels
|
Generated images are tailored to the purpose: GPT partitions,
|
||||||
(and no MBR disk labels) are supported, and only systemd based images
|
systemd-boot or grub2, images for containers, VMs, initrd, and extensions.
|
||||||
may be generated. Moreover, for bootable images only EFI systems are
|
|
||||||
supported (not plain MBR/BIOS).
|
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
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user