Accepting request 1139964 from home:olh:branches:Virtualization

- Relax the openssh requirement. Options passed to scp are known
  by openssh 8.4
- Move autoreconf from prep to build, to simplify quilt setup.

OBS-URL: https://build.opensuse.org/request/show/1139964
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=47
This commit is contained in:
Olaf Hering 2024-02-02 06:48:08 +00:00 committed by Git OBS Bridge
parent 2df73b9cd6
commit fba33c7e46
2 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -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