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
This commit is contained in:
Kalev Lember 2017-06-15 09:37:49 +02:00 committed by Atomic Bot
parent 41a8c7a02e
commit 184c017b36

View File

@ -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
}