From 83d714b6da11a2028fa0fc297a326751539ff4e3d195868499c4debb9e135a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 8 Jan 2021 13:46:39 +0000 Subject: [PATCH] Accepting request 861537 from GNOME:Next - Add baselibs.conf: build libgusb2-32bit, which is a dependency to libfprint-2-2-32bit. Due to a installcheck bot issue, this happened to be undetected for a while though. OBS-URL: https://build.opensuse.org/request/show/861537 OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=34 --- baselibs.conf | 1 + libgusb.changes | 7 +++++++ libgusb.spec | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..3e713f6 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libgusb2 diff --git a/libgusb.changes b/libgusb.changes index 9a025eb..2be218f 100644 --- a/libgusb.changes +++ b/libgusb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 8 07:46:54 UTC 2021 - Dominique Leuenberger + +- Add baselibs.conf: build libgusb2-32bit, which is a dependency to + libfprint-2-2-32bit. Due to a installcheck bot issue, this + happened to be undetected for a while though. + ------------------------------------------------------------------- Mon Sep 14 10:51:19 UTC 2020 - Dirk Mueller diff --git a/libgusb.spec b/libgusb.spec index c548f4c..55b76e3 100644 --- a/libgusb.spec +++ b/libgusb.spec @@ -1,7 +1,7 @@ # # spec file for package libgusb # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 @@ License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: https://github.com/hughsie/libgusb Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz +Source99: baselibs.conf BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig