From d303052914d9ba58184325db4992fe1e55094fac Mon Sep 17 00:00:00 2001 From: Igor Zhbanov Date: Sat, 25 Jul 2015 00:28:29 +0000 Subject: [PATCH] [PATCH] [packaging] Add libtool to BuildRequires in .spec. Fixes JB#31050 This fixes build error. Signed-off-by: Igor Zhbanov --- rpm/systemd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/systemd.spec b/rpm/systemd.spec index 55c9ca2..bb72ca1 100644 --- a/rpm/systemd.spec +++ b/rpm/systemd.spec @@ -20,6 +20,7 @@ BuildRequires: gperf BuildRequires: xz-devel BuildRequires: kmod-devel >= 15 BuildRequires: fdupes +BuildRequires: libtool Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: dbus