From 184c017b361550c1866936f83776a1f044112572 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 15 Jun 2017 09:37:49 +0200 Subject: [PATCH] libbuild.sh: Install polkit-devel We need this until the updated package with the polkit support added makes it into a repo. Closes: #825 Approved by: cgwalters --- ci/libbuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/libbuild.sh b/ci/libbuild.sh index 9ee36800..e6f53f33 100644 --- a/ci/libbuild.sh +++ b/ci/libbuild.sh @@ -23,6 +23,7 @@ install_builddeps() { # builddeps+runtime deps dnf builddep -y $pkg + dnf install -y polkit-devel dnf install -y $pkg rpm -e $pkg }