Add extra dependencies needed by the gating test

Add back coreutils, wrongly dropped in previous commit
resolves: rhbz#1990052

(cherry picked from Fedora commit c80321a700)
(cherry picked from Fedora commit 6eff731b16)
This commit is contained in:
Richard W.M. Jones 2022-08-03 18:14:33 +01:00
parent 708bc6c6a1
commit 3b825b571d
2 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,13 @@
required_packages:
- coreutils
- virt-p2v
# https://github.com/libguestfs/virt-p2v/blob/master/dependencies.m4
# Only need the virt-p2v program dependencies.
# There's no way that I'm aware of to build this list automatically.
- dbus-libs
- gtk3
- libxml2
- pcre2
tests:
- simple:
dir: .

View File

@ -10,7 +10,7 @@ Summary: Convert a physical machine to run on KVM
Name: virt-p2v
Epoch: 1
Version: 1.42.2
Release: 1%{?dist}
Release: 1.1%{?dist}
License: GPLv2+
# virt-p2v works only on x86_64 at the moment. It requires porting
@ -119,7 +119,7 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/p2v-release-notes.1*
%changelog
* Wed Aug 03 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.42.2-1
* Wed Aug 03 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.42.2-1.1
- New upstream release 1.42.2
- Synchronise with Fedora 37:
* Uses PCRE2 instead of PCRE.