Accepting request 360743 from home:lmuelle:bsc966174

Avoid a file collision for non SUSE build targets; (bsc#966174).

OBS-URL: https://build.opensuse.org/request/show/360743
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=97
This commit is contained in:
Lars Müller 2016-02-21 19:22:47 +00:00 committed by Git OBS Bridge
parent e3b8e70dc8
commit a64436d15e
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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