From c0d3f57f48491b780829f711be8a4b645e72b9a9186dc164538ae95745579ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sun, 2 Oct 2011 15:39:16 +0000 Subject: [PATCH] Accepting request 85957 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/85957 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=24 --- bzip2.changes | 5 +++++ bzip2.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/bzip2.changes b/bzip2.changes index abc8f58..4a30fd8 100644 --- a/bzip2.changes +++ b/bzip2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 20:07:46 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Sat Sep 17 21:13:00 UTC 2011 - jengelh@medozas.de diff --git a/bzip2.spec b/bzip2.spec index c37db1d..be7d735 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -23,6 +23,7 @@ Release: 11 Provides: bzip Obsoletes: bzip BuildRequires: pkg-config +BuildRequires: libtool # The following is a kludge to get updating bzip2 to after the split work PreReq: libbz2-1 # bug437293