[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 15/39] tests/docker: fix mistakes in centos package lists
|
From: |
Alex Bennée |
|
Subject: |
[PATCH v1 15/39] tests/docker: fix mistakes in centos package lists |
|
Date: |
Tue, 6 Jul 2021 15:57:53 +0100 |
From: Daniel P. Berrangé <berrange@redhat.com>
mesa-libEGL-devel is not used in QEMU at all, but mesa-libgbm-devel is.
spice-glib-devel is not use in QEMU at all, but spice-protocol is.
We also need the -devel package for spice-server, not the runtime.
There is no need to specifically refer to python36, we can just
use python3 as in other distros.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210623142245.307776-8-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/docker/dockerfiles/centos8.docker | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/docker/dockerfiles/centos8.docker
b/tests/docker/dockerfiles/centos8.docker
index ee52305646..5f1c57b4ad 100644
--- a/tests/docker/dockerfiles/centos8.docker
+++ b/tests/docker/dockerfiles/centos8.docker
@@ -21,16 +21,16 @@ ENV PACKAGES \
libgcrypt-devel \
lzo-devel \
make \
- mesa-libEGL-devel \
+ mesa-libgbm-devel \
nettle-devel \
ninja-build \
nmap-ncat \
perl-Test-Harness \
pixman-devel \
- python36 \
+ python3 \
rdma-core-devel \
- spice-glib-devel \
- spice-server \
+ spice-protocol \
+ spice-server-devel \
systemtap-sdt-devel \
tar \
zlib-devel
--
2.20.1
- [PATCH v1 07/39] gitlab: support for FreeBSD 12, 13 and macOS 11 via cirrus-run, (continued)
- [PATCH v1 07/39] gitlab: support for FreeBSD 12, 13 and macOS 11 via cirrus-run, Alex Bennée, 2021/07/06
- [PATCH v1 37/39] plugins/cache: Added FIFO and LRU eviction policies, Alex Bennée, 2021/07/06
- [PATCH v1 13/39] tests/docker: remove FEATURES env var from templates, Alex Bennée, 2021/07/06
- [PATCH v1 02/39] Jobs based on custom runners: build environment docs and playbook, Alex Bennée, 2021/07/06
- [PATCH v1 11/39] tests/docker: use project specific container registries, Alex Bennée, 2021/07/06
- [PATCH v1 34/39] docs/devel: tcg-plugins: add execlog plugin description, Alex Bennée, 2021/07/06
- [PATCH v1 32/39] contrib/plugins: enable -Wall for building plugins, Alex Bennée, 2021/07/06
- [PATCH v1 33/39] contrib/plugins: add execlog to log instruction execution and memory access, Alex Bennée, 2021/07/06
- [PATCH v1 23/39] tests/docker: expand opensuse-leap package list, Alex Bennée, 2021/07/06
- [PATCH v1 15/39] tests/docker: fix mistakes in centos package lists,
Alex Bennée <=
- [PATCH v1 21/39] tests/docker: expand ubuntu1804 package list, Alex Bennée, 2021/07/06
- [PATCH v1 26/39] tests/tcg: make test-mmap a little less aggressive, Alex Bennée, 2021/07/06
- [PATCH v1 28/39] meson.build: move TCG plugin summary output, Alex Bennée, 2021/07/06
- [PATCH v1 20/39] tests/docker: expand fedora package list, Alex Bennée, 2021/07/06
- [PATCH v1 30/39] configure: stop user enabling plugins on Windows for now, Alex Bennée, 2021/07/06
- [PATCH v1 22/39] tests/docker: expand ubuntu2004 package list, Alex Bennée, 2021/07/06
- [PATCH v1 36/39] plugins/cache: Enable cache parameterization, Alex Bennée, 2021/07/06
- [PATCH v1 16/39] tests/docker: fix mistakes in fedora package list, Alex Bennée, 2021/07/06
- [PATCH v1 19/39] tests/docker: expand centos8 package list, Alex Bennée, 2021/07/06