From 9288648cfae2a7c7d460d42b3d28045b155c37030f29aa40e6bce2181d4ef595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 1 Jun 2012 15:28:08 +0000 Subject: [PATCH] BuildIgnore libtalloc to prevent a package conflict on Fedora systems. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=9 --- ldb.changes | 5 +++++ ldb.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/ldb.changes b/ldb.changes index b875d20..dfc6738 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 1 15:27:26 UTC 2012 - lmuelle@suse.com + +- BuildIgnore libtalloc to prevent a package conflict on Fedora systems. + ------------------------------------------------------------------- Fri Jun 1 14:59:53 UTC 2012 - lmuelle@suse.com diff --git a/ldb.spec b/ldb.spec index ca75e48..be6b804 100644 --- a/ldb.spec +++ b/ldb.spec @@ -29,6 +29,7 @@ BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif +#!BuildIgnore: libtalloc BuildRequires: libtalloc-devel >= %{talloc_version} BuildRequires: libtdb-devel >= %{tdb_version} BuildRequires: libtevent-devel >= %{tevent_version}