From e44866c44b678ecd2cde559ece4800310f2ec419a6c813c10d9ce7f0d8580977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 23 May 2014 17:19:09 +0000 Subject: [PATCH] Don't BuildRequire pkg-config from the main and libtdb package. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=48 --- tdb.changes | 5 +++++ tdb.spec | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/tdb.changes b/tdb.changes index 59605da..fcb66fe 100644 --- a/tdb.changes +++ b/tdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 23 16:03:32 UTC 2014 - lmuelle@suse.com + +- Don't BuildRequire pkg-config from the main and libtdb package. + ------------------------------------------------------------------- Thu Mar 20 19:12:16 UTC 2014 - lmuelle@suse.com diff --git a/tdb.spec b/tdb.spec index 7e3b991..ea24c01 100644 --- a/tdb.spec +++ b/tdb.spec @@ -30,11 +30,6 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: gpg-offline %endif BuildRequires: libxslt -%if 0%{?suse_version} > 1020 -BuildRequires: pkg-config -%else -BuildRequires: pkgconfig -%endif BuildRequires: python-devel Url: http://tdb.samba.org/ Version: 1.2.13 @@ -61,11 +56,6 @@ small. %package -n %{libtdb_name} Summary: Libraries and Header Files to Develop Programs with tdb1 Support Group: System/Libraries -%if 0%{?suse_version} > 1020 -Requires: pkg-config -%else -Requires: pkgconfig -%endif PreReq: /sbin/ldconfig %description -n %{libtdb_name}