Notable changes: * drop libdbus and radvd; * add codespell. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- Pushed under the CI refresh rule. Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/440555431 Full patch: https://gitlab.com/libvirt/libvirt/-/commit/d004171806f1364c8a0112e02329ff0c152fe5c8 ci/cirrus/freebsd-12.vars | 2 +- ci/cirrus/freebsd-13.vars | 2 +- ci/cirrus/freebsd-current.vars | 2 +- ci/cirrus/macos-11.vars | 2 +- ci/containers/centos-8.Dockerfile | 4 +--- ci/containers/centos-stream-8.Dockerfile | 4 +--- ci/containers/debian-10-cross-aarch64.Dockerfile | 3 +-- ci/containers/debian-10-cross-armv6l.Dockerfile | 3 +-- ci/containers/debian-10-cross-armv7l.Dockerfile | 3 +-- ci/containers/debian-10-cross-i686.Dockerfile | 3 +-- ci/containers/debian-10-cross-mips.Dockerfile | 3 +-- ci/containers/debian-10-cross-mips64el.Dockerfile | 3 +-- ci/containers/debian-10-cross-mipsel.Dockerfile | 3 +-- ci/containers/debian-10-cross-ppc64le.Dockerfile | 3 +-- ci/containers/debian-10-cross-s390x.Dockerfile | 3 +-- ci/containers/debian-10.Dockerfile | 3 +-- ci/containers/debian-11-cross-aarch64.Dockerfile | 6 ++---- ci/containers/debian-11-cross-armv6l.Dockerfile | 6 ++---- ci/containers/debian-11-cross-armv7l.Dockerfile | 6 ++---- ci/containers/debian-11-cross-i686.Dockerfile | 6 ++---- ci/containers/debian-11-cross-mips64el.Dockerfile | 6 ++---- ci/containers/debian-11-cross-mipsel.Dockerfile | 6 ++---- ci/containers/debian-11-cross-ppc64le.Dockerfile | 6 ++---- ci/containers/debian-11-cross-s390x.Dockerfile | 6 ++---- ci/containers/debian-11.Dockerfile | 6 ++---- ci/containers/debian-sid-cross-aarch64.Dockerfile | 6 ++---- ci/containers/debian-sid-cross-armv6l.Dockerfile | 6 ++---- ci/containers/debian-sid-cross-armv7l.Dockerfile | 6 ++---- ci/containers/debian-sid-cross-i686.Dockerfile | 6 ++---- ci/containers/debian-sid-cross-mips64el.Dockerfile | 6 ++---- ci/containers/debian-sid-cross-mipsel.Dockerfile | 6 ++---- ci/containers/debian-sid-cross-ppc64le.Dockerfile | 6 ++---- ci/containers/debian-sid-cross-s390x.Dockerfile | 6 ++---- ci/containers/debian-sid.Dockerfile | 6 ++---- ci/containers/fedora-34.Dockerfile | 8 +++----- ci/containers/fedora-35-cross-mingw32.Dockerfile | 6 ++---- ci/containers/fedora-35-cross-mingw64.Dockerfile | 6 ++---- ci/containers/fedora-35.Dockerfile | 8 +++----- ci/containers/fedora-rawhide-cross-mingw32.Dockerfile | 6 ++---- ci/containers/fedora-rawhide-cross-mingw64.Dockerfile | 6 ++---- ci/containers/fedora-rawhide.Dockerfile | 8 +++----- ci/containers/opensuse-leap-152.Dockerfile | 3 +-- ci/containers/opensuse-tumbleweed.Dockerfile | 3 +-- ci/containers/ubuntu-1804.Dockerfile | 6 ++---- ci/containers/ubuntu-2004.Dockerfile | 6 ++---- 45 files changed, 75 insertions(+), 145 deletions(-) diff --git a/ci/cirrus/freebsd-13.vars b/ci/cirrus/freebsd-13.vars index 4845d8d461..480a403361 100644 --- a/ci/cirrus/freebsd-13.vars +++ b/ci/cirrus/freebsd-13.vars @@ -11,6 +11,6 @@ MAKE='/usr/local/bin/gmake' NINJA='/usr/local/bin/ninja' PACKAGING_COMMAND='pkg' PIP3='/usr/local/bin/pip-3.8' -PKGS='augeas bash-completion ca_root_nss ccache cppi curl cyrus-sasl dbus diffutils diskscrub dnsmasq fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py38-docutils py38-flake8 python3 qemu radvd readline yajl' +PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils diskscrub dnsmasq fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py38-docutils py38-flake8 python3 qemu readline yajl' PYPI_PKGS='' PYTHON='/usr/local/bin/python3' diff --git a/ci/containers/debian-11.Dockerfile b/ci/containers/debian-11.Dockerfile index e26b89d1d9..ce66568fb5 100644 --- a/ci/containers/debian-11.Dockerfile +++ b/ci/containers/debian-11.Dockerfile @@ -17,6 +17,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ ca-certificates \ ccache \ clang \ + codespell \ cpp \ diffutils \ dnsmasq-base \ @@ -39,7 +40,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ libc6-dev \ libcap-ng-dev \ libcurl4-gnutls-dev \ - libdbus-1-dev \ libdevmapper-dev \ libfuse-dev \ libglib2.0-dev \ @@ -81,14 +81,12 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ python3 \ python3-docutils \ qemu-utils \ - radvd \ scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ xfslibs-dev \ - xsltproc \ - zfs-fuse && \ + xsltproc && \ eatmydata apt-get autoremove -y && \ eatmydata apt-get autoclean -y && \ sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \ [... a lot more like this ...] -- 2.31.1