From b5c68a76ce83115c66ecfc135ea32f74d1830ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 19 Apr 2020 16:47:57 +0200 Subject: [PATCH] Add explicit BuildRequires: acl The acl package is not present in the buildroots when building in bootstrap mode, but test-acl-util needs /usr/bin/getfacl. Thus it should be an explicit build-time dependency. --- systemd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd.spec b/systemd.spec index 483c307..f56f9bb 100644 --- a/systemd.spec +++ b/systemd.spec @@ -92,6 +92,8 @@ BuildRequires: audit-libs-devel BuildRequires: cryptsetup-devel %endif BuildRequires: dbus-devel +# /usr/bin/getfacl is needed by test-acl-util +BuildRequires: acl BuildRequires: libacl-devel BuildRequires: gobject-introspection-devel BuildRequires: libblkid-devel