From b6dc429edf97b6d4795e17c18def2e7abd0fa10d412e960f1a7cae6af619f76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sun, 2 Oct 2011 15:36:39 +0000 Subject: [PATCH] Accepting request 85939 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/85939 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=97 --- alsa.changes | 5 +++++ alsa.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/alsa.changes b/alsa.changes index bb37c0e..038344c 100644 --- a/alsa.changes +++ b/alsa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 20:07:40 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Tue Sep 27 10:00:09 CEST 2011 - tiwai@suse.de diff --git a/alsa.spec b/alsa.spec index 8b90541..c62060f 100644 --- a/alsa.spec +++ b/alsa.spec @@ -18,7 +18,7 @@ Name: alsa -BuildRequires: doxygen pkg-config +BuildRequires: doxygen libtool pkg-config %define package_version 1.0.24.1 License: LGPLv2.1+ Group: System/Libraries