From 0b52c981df474bec255677f3b78628396a79872820e02f5651db46e3f3b1de0c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 2 Oct 2011 14:39:00 +0000 Subject: [PATCH] Accepting request 86015 from home:coolo:removelibtool add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages OBS-URL: https://build.opensuse.org/request/show/86015 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse?expand=0&rev=26 --- fuse.changes | 5 +++++ fuse.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/fuse.changes b/fuse.changes index 4dc3a0f..3095efe 100644 --- a/fuse.changes +++ b/fuse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 1 05:39:08 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Mon Aug 29 20:48:16 UTC 2011 - crrodriguez@opensuse.org diff --git a/fuse.spec b/fuse.spec index be39d37..16f9fcd 100644 --- a/fuse.spec +++ b/fuse.spec @@ -41,6 +41,7 @@ Requires: util-linux >= 2.18 Requires: util-linux(fake+no-canonicalize) %endif BuildRequires: pkgconfig +BuildRequires: libtool %if 0%{?suse_version} >= 0 && 0%{?suse_version} >= 1000 Supplements: filesystem(fuse) %endif