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)
This commit is contained in:
Richard W.M. Jones 2022-08-23 11:59:28 +01:00
parent 5536e0a305
commit 75a05b7201

View File

@ -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 <rjones@redhat.com> - 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 <releng@fedoraproject.org> - 1.49.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild