From 5934706f9131d4a90aa1d89842c654b24d70ad7f099399d2580029998cab8976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sat, 15 Oct 2011 18:44:36 +0000 Subject: [PATCH] Accepting request 87942 from home:coolo:removelibtool add libtool as buildrequire to avoid a hidden require from projconfig OBS-URL: https://build.opensuse.org/request/show/87942 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=22 --- FastCGI.changes | 5 +++++ FastCGI.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/FastCGI.changes b/FastCGI.changes index f697518..807a210 100644 --- a/FastCGI.changes +++ b/FastCGI.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 15 04:47:09 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Sat Sep 17 09:16:06 UTC 2011 - jengelh@medozas.de diff --git a/FastCGI.spec b/FastCGI.spec index d769f68..a79f917 100644 --- a/FastCGI.spec +++ b/FastCGI.spec @@ -25,6 +25,7 @@ Group: Development/Languages/C and C++ License: PERMISSIVE-OSI-COMPLIANT ; Open Market Permissive License # BuildRequires: gcc-c++ +BuildRequires: libtool BuildRoot: %{_tmppath}/%{name}-%{version}-build # Url: http://www.fastcgi.com