From 3b825b571d2c9b72dfde8f3a3f78a245f36e0b68 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 3 Aug 2022 18:14:33 +0100 Subject: [PATCH] Add extra dependencies needed by the gating test Add back coreutils, wrongly dropped in previous commit resolves: rhbz#1990052 (cherry picked from Fedora commit c80321a700ae75c8fd80072fdd12e97b69e01a74) (cherry picked from Fedora commit 6eff731b16a701ea5c66bdb262304c92feab8279) --- tests/tests.yml | 7 +++++++ virt-p2v.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 9ae7bc3..3261a65 100755 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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: . diff --git a/virt-p2v.spec b/virt-p2v.spec index 36fb55f..972b386 100644 --- a/virt-p2v.spec +++ b/virt-p2v.spec @@ -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 - 1:1.42.2-1 +* Wed Aug 03 2022 Richard W.M. Jones - 1:1.42.2-1.1 - New upstream release 1.42.2 - Synchronise with Fedora 37: * Uses PCRE2 instead of PCRE.