contrib: add jq to REQUIRED_PACKAGES

jq is used in contrib/fedora/rpm/release.sh and now
also build_clean.sh, so it should probably be added
to REQUIRED_PACKAGES.
This commit is contained in:
Jan Vaclav 2023-12-12 12:54:46 +01:00
parent 95f7c8e128
commit 43c3409081
2 changed files with 3 additions and 2 deletions

View file

@ -58,9 +58,9 @@ variables:
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
ALPINE_TAG: 'tag-7da44bbacc09'
CENTOS_TAG: 'tag-c8090b8a9a6b'
CENTOS_TAG: 'tag-df11907da86a'
DEBIAN_TAG: 'tag-86a16c2d74d8'
FEDORA_TAG: 'tag-c8090b8a9a6b'
FEDORA_TAG: 'tag-df11907da86a'
UBUNTU_TAG: 'tag-86a16c2d74d8'
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'

View file

@ -63,6 +63,7 @@ install \
gtk-doc \
iptables \
jansson-devel \
jq \
libcurl-devel \
libndp-devel \
libselinux-devel \