From a963a2d0320854090ba9a261d8dad4878e19e4bf70fc0c93ccb708e471bc049a Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 16 Oct 2011 10:47:01 +0000 Subject: [PATCH] Accepting request 88029 from devel:libraries:c_c++ add libtool as buildrequire to avoid a hidden require from projconfig (forwarded request 87956 from coolo) OBS-URL: https://build.opensuse.org/request/show/88029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=20 --- gsl.changes | 5 +++++ gsl.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/gsl.changes b/gsl.changes index 69e381b..3025bd8 100644 --- a/gsl.changes +++ b/gsl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 15 04:47:13 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Sat Oct 1 01:08:56 UTC 2011 - crrodriguez@opensuse.org diff --git a/gsl.spec b/gsl.spec index e93293c..8d2ec04 100644 --- a/gsl.spec +++ b/gsl.spec @@ -23,6 +23,7 @@ Name: gsl BuildRequires: blas %if 0%{?suse_version} BuildRequires: pkg-config +BuildRequires: libtool %else BuildRequires: pkgconfig %endif