From 19b543746b30b091b823f80e92696eda7e8b9a05d0cb637fa60de3b89d2c1acd Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 4 Oct 2011 07:03:07 +0000 Subject: [PATCH] Accepting request 85998 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/85998 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=115 --- epiphany.changes | 5 +++++ epiphany.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/epiphany.changes b/epiphany.changes index 12623d8..db90edb 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 20:07:59 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Tue Sep 27 14:39:28 UTC 2011 - vuntz@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 7f276f0..eace782 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -41,6 +41,7 @@ BuildRequires: libgnome-keyring-devel BuildRequires: libnotify-devel >= 0.5.1 BuildRequires: libseed-gtk3-devel BuildRequires: libsoup-devel +BuildRequires: libtool BuildRequires: libwebkitgtk3-devel >= 1.6.1 BuildRequires: libxslt-devel BuildRequires: mozilla-nss-devel