Add extra dependencies needed by the gating test Add back coreutils, wrongly dropped in previous commit resolves: rhbz#1990052

This commit is contained in:
Richard W.M. Jones 2022-08-03 18:14:33 +01:00 committed by Stepan Oksanichenko
parent 708bc6c6a1
commit 32d80207ae
3 changed files with 11 additions and 2 deletions

2
.virt-p2v.metadata Normal file
View File

@ -0,0 +1,2 @@
3dfc27df2fac9ac862074906be8c0b9d6c314c74 virt-p2v-1.42.2.tar.gz
bd5e90b9fa3d7f86624aece13f02925cf8cd190c virt-p2v-1.42.2.tar.gz.sig

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.