forked from pool/mkosi
Accepting request 1162297 from home:RBrownSUSE:branches:Virtualization
- Correct dependencies after discussions with upstream * Requires: systemd-experimental for systemd-repart needed to build disk images * Requires: bubblewrap as bbwrap is called during build * Requires: zypper * Recommends: squashfs, tar, and xz as they are all optional features * Remove recommends for tools they no longer support OBS-URL: https://build.opensuse.org/request/show/1162297 OBS-URL: https://build.opensuse.org/package/show/Virtualization/mkosi?expand=0&rev=28
This commit is contained in:
parent
5bf478bb4b
commit
3dd7b41a52
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 26 14:37:39 UTC 2024 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- Correct dependencies after discussions with upstream
|
||||||
|
* Requires: systemd-experimental for systemd-repart needed to build disk images
|
||||||
|
* Requires: bubblewrap as bbwrap is called during build
|
||||||
|
* Requires: zypper
|
||||||
|
* Recommends: squashfs, tar, and xz as they are all optional features
|
||||||
|
* Remove recommends for tools they no longer support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 15 08:27:02 UTC 2024 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
|
Fri Mar 15 08:27:02 UTC 2024 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
|
||||||
|
|
||||||
|
13
mkosi.spec
13
mkosi.spec
@ -33,20 +33,19 @@ BuildRequires: %{pythons}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pandoc
|
BuildRequires: pandoc
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: bubblewrap
|
||||||
Requires: python3 >= 3.9
|
Requires: python3 >= 3.9
|
||||||
Requires: squashfs
|
Requires: systemd-experimental
|
||||||
Requires: tar
|
Requires: zypper
|
||||||
Requires: xz
|
|
||||||
Recommends: arch-install-scripts
|
|
||||||
Recommends: btrfsprogs
|
Recommends: btrfsprogs
|
||||||
Recommends: debootstrap >= 1.0.117
|
|
||||||
Recommends: dnf >= 4.8.0
|
Recommends: dnf >= 4.8.0
|
||||||
Recommends: dosfstools
|
Recommends: dosfstools
|
||||||
Recommends: dpkg
|
Recommends: dpkg
|
||||||
Recommends: edk2-ovmf
|
Recommends: edk2-ovmf
|
||||||
Recommends: gnupg
|
Recommends: gnupg
|
||||||
Recommends: pacman >= 6.0.1
|
Recommends: squashfs
|
||||||
Recommends: veritysetup
|
Recommends: tar
|
||||||
|
Recommends: xz
|
||||||
Recommends: zstd
|
Recommends: zstd
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user