From da419372ef0680d0c540c278c9f1180bfbe84f231fc3173a17ac71ef1f428754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 23 May 2014 15:44:38 +0000 Subject: [PATCH] Remove superfluous build requirement to pkg-config from the main package. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=45 --- ldb.changes | 5 +++++ ldb.spec | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ldb.changes b/ldb.changes index 91deb02..0da3e8d 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 23 15:39:36 UTC 2014 - lmuelle@suse.com + +- Remove superfluous build requirement to pkg-config from the main package. + ------------------------------------------------------------------- Mon May 5 11:38:58 UTC 2014 - lmuelle@suse.com diff --git a/ldb.spec b/ldb.spec index 937c5bc..0ab048f 100644 --- a/ldb.spec +++ b/ldb.spec @@ -60,11 +60,6 @@ Ldb is an LDAP-like embedded database. %package -n %{libldb_name} Summary: An LDAP-like embedded database Group: System/Libraries -%if 0%{?suse_version} > 1020 -BuildRequires: pkg-config -%else -BuildRequires: pkgconfig -%endif PreReq: /sbin/ldconfig %description -n %{libldb_name}