From 9254d88a746e19a22df0f05f08ec1398020acb9c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Dec 2014 00:01:54 +0100 Subject: [PATCH] add missing libmount dependency --- systemd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.spec b/systemd.spec index 41cbd5b..331e326 100644 --- a/systemd.spec +++ b/systemd.spec @@ -49,6 +49,7 @@ Patch1000: kernel-install-grubby.patch %global num_patches %{lua: c=0; for i,p in ipairs(patches) do c=c+1; end; print(c);} BuildRequires: libcap-devel +BuildRequires: libmount-devel BuildRequires: pam-devel BuildRequires: libselinux-devel BuildRequires: audit-libs-devel