From 09600b08dbdc05d6bbd509af6ff2a7e1e2e754f6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 5 Oct 2017 09:58:46 +0200 Subject: [PATCH] add missing BuildRequires: libtool Signed-off-by: Igor Gnatenko --- libxslt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxslt.spec b/libxslt.spec index 572d57b..439cf04 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -12,7 +12,7 @@ BuildRequires: libxml2-devel >= 2.6.27 BuildRequires: python2-devel BuildRequires: libxml2-python BuildRequires: libgcrypt-devel -BuildRequires: automake autoconf +BuildRequires: automake autoconf libtool # Fedora specific patches Patch0: multilib.patch