Accepting request 1143557 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1143557 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-v2v?expand=0&rev=13
This commit is contained in:
commit
8953601ada
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 14:58:36 UTC 2024 - olaf@aepfle.de
|
||||
|
||||
- Relax the openssh requirement. Options passed to scp are known
|
||||
by openssh 8.4
|
||||
- Move autoreconf from prep to build, to simplify quilt setup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 13:38:59 MST 2024 - carnold@suse.com
|
||||
|
||||
|
@ -66,7 +66,7 @@ Requires: %{_bindir}/virsh
|
||||
Requires: curl
|
||||
Requires: guestfs-tools >= 1.42
|
||||
Requires: libguestfs0 >= 1.42
|
||||
Requires: openssh-clients >= 8.8p1
|
||||
Requires: openssh-clients
|
||||
Requires: ovmf
|
||||
Requires: unzip
|
||||
Recommends: nbdkit
|
||||
@ -125,11 +125,11 @@ for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%if 0%{patches_touch_autotools}
|
||||
autoreconf -i
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{patches_touch_autotools}
|
||||
autoreconf -fi
|
||||
%endif
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user