- bsc#1223444 - New virt-v2v dependency on btrfsprogs causes error
with zypper dup on systems without btrfs installed Add additional Requires for filesystem tools in the spec file OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=56
This commit is contained in:
parent
4ce0e20af6
commit
844ab511ff
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 14:32:22 MDT 2024 - carnold@suse.com
|
||||
|
||||
- bsc#1223444 - New virt-v2v dependency on btrfsprogs causes error
|
||||
with zypper dup on systems without btrfs installed
|
||||
Add additional Requires for filesystem tools in the spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 09:03:27 MDT 2024 - carnold@suse.com
|
||||
|
||||
|
@ -66,6 +66,7 @@ Requires: %{_bindir}/virsh
|
||||
Requires: btrfsprogs
|
||||
Requires: curl
|
||||
Requires: dhcp-client
|
||||
Requires: e2fsprogs
|
||||
Requires: gptfdisk
|
||||
Requires: guestfs-tools >= 1.42
|
||||
Requires: libguestfs-winsupport
|
||||
@ -79,9 +80,11 @@ Requires: nbdkit-ssh-plugin
|
||||
%ifarch x86_64
|
||||
Requires: nbdkit-vddk-plugin
|
||||
%endif
|
||||
Requires: ntfsprogs
|
||||
Requires: openssh-clients
|
||||
Requires: ovmf
|
||||
Requires: unzip
|
||||
Requires: xfsprogs
|
||||
# Build only for architectures that have a kernel
|
||||
ExclusiveArch: x86_64 ppc64le s390x aarch64 riscv64
|
||||
%if 0%{patches_touch_autotools}
|
||||
|
Loading…
x
Reference in New Issue
Block a user