From b22fac032de86204fee3fc438c118cc2ecc24ab9974238e8d87ab1d881c9ca3f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 27 Dec 2019 10:04:25 +0000 Subject: [PATCH] Accepting request 759659 from home:dimstar:Factory - BuildRequire and Require hwdata: usb.ids and pci.ids are shipped and maintained by this package. Prior to version 1.7.x, libosinfo shipped own, outdated copies (boo#1159838). OBS-URL: https://build.opensuse.org/request/show/759659 OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=86 --- libosinfo.changes | 7 +++++++ libosinfo.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/libosinfo.changes b/libosinfo.changes index 801fb92..a0cbbde 100644 --- a/libosinfo.changes +++ b/libosinfo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 27 09:30:02 UTC 2019 - Dominique Leuenberger + +- BuildRequire and Require hwdata: usb.ids and pci.ids are shipped + and maintained by this package. Prior to version 1.7.x, libosinfo + shipped own, outdated copies (boo#1159838). + ------------------------------------------------------------------- Wed Dec 4 08:04:03 MST 2019 - carnold@suse.com diff --git a/libosinfo.spec b/libosinfo.spec index df277c1..c75f8ec 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -1,7 +1,7 @@ # # spec file for package libosinfo # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,10 +25,11 @@ Release: 0 Summary: Operating system and hypervisor information management library License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Development/Libraries/C and C++ -Url: https://releases.pagure.org/libosinfo/ +URL: https://releases.pagure.org/libosinfo/ Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz Source1: ids.tar.bz2 BuildRequires: gtk-doc +BuildRequires: hwdata BuildRequires: libcurl-devel BuildRequires: meson BuildRequires: vala @@ -54,6 +55,8 @@ combination. Summary: Operating system and hypervisor information management library Group: System/Libraries Requires: %{name} >= %{version} +# for usb.ids and pci.ids +Requires: hwdata %description -n libosinfo-1_0-0 libosinfo is a library that allows virtualization provisioning tools to