Add extra dependencies needed by the gating test
Add back coreutils, wrongly dropped in previous commit resolves: rhbz#1990052 (cherry picked from Fedora commitc80321a700
) (cherry picked from Fedora commit6eff731b16
)
This commit is contained in:
parent
708bc6c6a1
commit
3b825b571d
@ -6,6 +6,13 @@
|
|||||||
required_packages:
|
required_packages:
|
||||||
- coreutils
|
- coreutils
|
||||||
- virt-p2v
|
- 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:
|
tests:
|
||||||
- simple:
|
- simple:
|
||||||
dir: .
|
dir: .
|
||||||
|
@ -10,7 +10,7 @@ Summary: Convert a physical machine to run on KVM
|
|||||||
Name: virt-p2v
|
Name: virt-p2v
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.42.2
|
Version: 1.42.2
|
||||||
Release: 1%{?dist}
|
Release: 1.1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
# virt-p2v works only on x86_64 at the moment. It requires porting
|
# 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
|
%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
|
- New upstream release 1.42.2
|
||||||
- Synchronise with Fedora 37:
|
- Synchronise with Fedora 37:
|
||||||
* Uses PCRE2 instead of PCRE.
|
* Uses PCRE2 instead of PCRE.
|
||||||
|
Loading…
Reference in New Issue
Block a user