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:
Ana Guerrero 2024-02-02 14:47:30 +00:00 committed by Git OBS Bridge
commit 8953601ada
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 Thu Jan 4 13:38:59 MST 2024 - carnold@suse.com

View File

@ -66,7 +66,7 @@ Requires: %{_bindir}/virsh
Requires: curl Requires: curl
Requires: guestfs-tools >= 1.42 Requires: guestfs-tools >= 1.42
Requires: libguestfs0 >= 1.42 Requires: libguestfs0 >= 1.42
Requires: openssh-clients >= 8.8p1 Requires: openssh-clients
Requires: ovmf Requires: ovmf
Requires: unzip Requires: unzip
Recommends: nbdkit Recommends: nbdkit
@ -125,11 +125,11 @@ for %{name}.
%prep %prep
%autosetup -p1 %autosetup -p1
%if 0%{patches_touch_autotools}
autoreconf -i
%endif
%build %build
%if 0%{patches_touch_autotools}
autoreconf -fi
%endif
%configure %configure
%make_build %make_build