From 5a55353206c5bc8ec0a51bd3be06ee11407393b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Fri, 20 Jan 2023 17:14:07 +0100 Subject: automation: add vala as builddep. We don't have vala-tools in Fedora Rawhide (not sure when it went away) but we need vapigen which is in vala rpm in Rawhide now. --- contrib/rh-bkr/build-from-source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/rh-bkr/build-from-source.sh b/contrib/rh-bkr/build-from-source.sh index 46c8b83065..47a404ff70 100755 --- a/contrib/rh-bkr/build-from-source.sh +++ b/contrib/rh-bkr/build-from-source.sh @@ -79,6 +79,7 @@ if [[ "$INSTALL_DEPENDENCIES" == yes ]]; then systemd \ teamd-devel \ vala-tools \ + vala \ valgrind \ wireless-tools-devel \ "${YUM_ARGS[@]}" \ -- cgit v1.2.1