diff --git a/tdb.changes b/tdb.changes index e353927..7c67ce5 100644 --- a/tdb.changes +++ b/tdb.changes @@ -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 diff --git a/tdb.spec b/tdb.spec index f444f39..338b19e 100644 --- a/tdb.spec +++ b/tdb.spec @@ -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