Accepting request 360746 from home:lmuelle:bsc966174

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

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 21 16:50:07 UTC 2016 - lmuelle@suse.com
- Avoid a file collision for non SUSE build targets; (bsc#966174).
-------------------------------------------------------------------
Wed Nov 11 17:44:42 UTC 2015 - lmuelle@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package tdb
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -64,7 +64,11 @@ internally to keep writers from trampling on each other. TDB is also extremely
small.
%if 0%{?suse_version} > 0
%define libtdb_name libtdb1
%else
%define libtdb_name libtdb
%endif
%package -n %{libtdb_name}
Summary: Libraries and Header Files to Develop Programs with tdb1 Support
Group: System/Libraries