From 76955332a175c6a5bd111362f6caa06602ba2a70481095be325db41732cdb106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 27 Mar 2013 21:24:47 +0000 Subject: [PATCH] Accepting request 161490 from home:jengelh:branches:devel:libraries:c_c++ - Avoid explicit requires on library packages OBS-URL: https://build.opensuse.org/request/show/161490 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kyotocabinet?expand=0&rev=13 --- kyotocabinet.changes | 5 +++++ kyotocabinet.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/kyotocabinet.changes b/kyotocabinet.changes index d52a1fe..bf0f1c5 100644 --- a/kyotocabinet.changes +++ b/kyotocabinet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 4 16:30:01 UTC 2013 - jengelh@inai.de + +- Avoid explicit requires on library packages + ------------------------------------------------------------------- Thu Dec 27 10:34:38 UTC 2012 - dvaleev@suse.com diff --git a/kyotocabinet.spec b/kyotocabinet.spec index 58c0a7b..b52c3ff 100644 --- a/kyotocabinet.spec +++ b/kyotocabinet.spec @@ -1,7 +1,7 @@ # # spec file for package kyotocabinet # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,6 @@ BuildRequires: libbz2-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: zlib-devel -Requires: libkyotocabinet%{soname} = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %if "%_target_cpu" == "i386" # kyotocabinet uses __sync_* primitives and requires at least 586