diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..daed394 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libmaxminddb0 diff --git a/libmaxminddb.changes b/libmaxminddb.changes index 370d6c3..c9638e3 100644 --- a/libmaxminddb.changes +++ b/libmaxminddb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 20 13:46:56 UTC 2019 - Dominique Leuenberger + +- Add baselibs.conf: build libmaxminddb0-32bit, which is required + by libdns1310-32bit (new dependency gained). + ------------------------------------------------------------------- Sun Nov 3 16:56:13 UTC 2019 - Andreas Stieger diff --git a/libmaxminddb.spec b/libmaxminddb.spec index ee63e35..93facbf 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -1,7 +1,7 @@ # # spec file for package libmaxminddb # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Summary: C library for the MaxMind DB file format License: Apache-2.0 URL: https://dev.maxmind.com/ Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz +Source99: baselibs.conf BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig