From a6bdda479df8a3a4103648ab2fd2a94f032cdd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 20 Jul 2021 09:40:19 +0200 Subject: [PATCH] Add sfdisk to BuildRequires https://bugzilla.redhat.com/show_bug.cgi?id=1983450 --- systemd.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index cbe1be4..46bda6d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -118,8 +118,9 @@ BuildRequires: audit-libs-devel BuildRequires: cryptsetup-devel %endif BuildRequires: dbus-devel +BuildRequires: /usr/sbin/sfdisk # /usr/bin/getfacl is needed by test-acl-util -BuildRequires: acl +BuildRequires: /usr/bin/getfacl BuildRequires: libacl-devel BuildRequires: gobject-introspection-devel BuildRequires: libblkid-devel