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:
parent
e3b8e70dc8
commit
a64436d15e
@ -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
|
Wed Feb 17 18:04:54 UTC 2016 - lmuelle@suse.com
|
||||||
|
|
||||||
|
5
ldb.spec
5
ldb.spec
@ -31,7 +31,6 @@
|
|||||||
Name: ldb
|
Name: ldb
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
#!BuildIgnore: libtalloc
|
|
||||||
BuildRequires: libtalloc-devel >= %{talloc_version}
|
BuildRequires: libtalloc-devel >= %{talloc_version}
|
||||||
BuildRequires: libtdb-devel >= %{tdb_version}
|
BuildRequires: libtdb-devel >= %{tdb_version}
|
||||||
BuildRequires: libtevent-devel >= %{tevent_version}
|
BuildRequires: libtevent-devel >= %{tevent_version}
|
||||||
@ -65,7 +64,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Ldb is an LDAP-like embedded database.
|
Ldb is an LDAP-like embedded database.
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
%define libldb_name libldb1
|
%define libldb_name libldb1
|
||||||
|
%else
|
||||||
|
%define libldb_name libldb
|
||||||
|
%endif
|
||||||
%package -n %{libldb_name}
|
%package -n %{libldb_name}
|
||||||
Summary: An LDAP-like embedded database
|
Summary: An LDAP-like embedded database
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user