From 75a05b7201c6d43fbae2a98940532c55d2df34e2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 23 Aug 2022 11:59:28 +0100 Subject: [PATCH] Add BR glibc-static As part of the test we build a small static binary which acts like 'rpm' inside our test VM. This needs glibc-static. We only run this test on x86-64. (cherry picked from virt-v2v commit c4fd3776bccc8ea8fefc0311f08bfe01c45ae02e) --- guestfs-tools.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guestfs-tools.spec b/guestfs-tools.spec index 5d4846a..4833342 100644 --- a/guestfs-tools.spec +++ b/guestfs-tools.spec @@ -70,6 +70,9 @@ BuildRequires: libvirt-devel BuildRequires: libosinfo-devel BuildRequires: libxcrypt-devel BuildRequires: ncurses-devel +%ifarch x86_64 +BuildRequires: glibc-static +%endif BuildRequires: ocaml-libguestfs-devel BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-gettext-devel @@ -434,6 +437,7 @@ end * Thu Jan 19 2023 Richard W.M. Jones - 1.49.9-1 - New upstream development version 1.49.9 - New tool: virt-drivers +- Add BR glibc-static for tests on x86_64. * Thu Jan 19 2023 Fedora Release Engineering - 1.49.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild