ci: lcitool: Maintain project package deps lists here

Each respective project that lcitool knows about and currently
maintains its list of package dependencies knows best what packages
they actually depend on. If a new dependency is currently needed, first
a change in lcitool is necessary before GitLab jobs and containers can
be updated. Provided a mapping already exists in lcitool (which can
quickly be added as an override via mappings.yml temporarily) we speed
up the whole CI update process by one step.
This patch adds all libvirt deps lists lcitool currently maintains for
libvirt.

Note that as with any overrides (since commit f199dd50) lcitool must be
invoked as '$ lcitool -d/--data-dir ci/lcitool ...'

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Erik Skultety 2023-08-21 11:42:36 +02:00
parent 07b6189ef4
commit 120a674f25
3 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
packages:
- libvirt

View File

@ -0,0 +1,23 @@
---
packages:
- ccache
- cpp
- gcc
- gettext
- glib2
- gnutls
- libc
- libnl3
- libnlroute3
- libtirpc
- libxml2
- make
- meson
- ninja
- perl
- pkg-config
- python3
- python3-docutils
- rpcgen
- xmllint
- xsltproc

View File

@ -0,0 +1,80 @@
---
packages:
- apparmor
- augeas
- augeas-lenses
- bash-completion
- ccache
- clang
- codespell
- cpp
- cppi
- cyrus-sasl
- device-mapper
- diffutils
- dlfcn
- dtrace
- dwarves
- ebtables
- firewalld-filesystem
- flake8
- fuse
- gcc
- gettext
- glib2
- glusterfs
- gnutls
- grep
- ip
- iptables
- iscsiadm
- libacl
- libattr
- libaudit
- libblkid
- libc
- libcap-ng
- libcurl
- libiscsi
- libnl3
- libnlroute3
- libnuma
- libparted
- libpcap
- libpciaccess
- librbd
- libselinux
- libssh
- libssh2
- libtirpc
- libudev
- libxml2
- lvm2
- make
- meson
- modprobe
- netcf
- ninja
- numad
- openwsman
- perl
- pkg-config
- polkit
- portablexdr
- python3
- python3-docutils
- qemu-img
- readline
- rpcgen
- rpmbuild
- sanlock
- scrub
- sed
- showmount
- systemd-rpm-macros
- tc
- wireshark
- xen
- xmllint
- xsltproc
- yajl