diff --git a/ldb.changes b/ldb.changes index 9eb6de9..774e195 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 21 16:55:27 UTC 2016 - lmuelle@suse.com + +- Avoid a file collision for non SUSE build targets; (bsc#966174). + ------------------------------------------------------------------- Wed Feb 17 18:04:54 UTC 2016 - lmuelle@suse.com diff --git a/ldb.spec b/ldb.spec index dad80bb..5c48672 100644 --- a/ldb.spec +++ b/ldb.spec @@ -31,7 +31,6 @@ Name: ldb BuildRequires: docbook-xsl-stylesheets BuildRequires: doxygen -#!BuildIgnore: libtalloc BuildRequires: libtalloc-devel >= %{talloc_version} BuildRequires: libtdb-devel >= %{tdb_version} BuildRequires: libtevent-devel >= %{tevent_version} @@ -65,7 +64,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Ldb is an LDAP-like embedded database. +%if 0%{?suse_version} > 0 %define libldb_name libldb1 +%else +%define libldb_name libldb +%endif %package -n %{libldb_name} Summary: An LDAP-like embedded database Group: System/Libraries