From 84b8bb10f800d8898f32f4fe8c1a7ba1bcc8db5273273cd470fabed9a601e2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 24 Jan 2019 10:54:50 +0000 Subject: [PATCH] Accepting request 664875 from home:iznogood:branches:devel:libraries:c_c++ Add missing BR OBS-URL: https://build.opensuse.org/request/show/664875 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=20 --- libblockdev.changes | 7 +++++++ libblockdev.spec | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libblockdev.changes b/libblockdev.changes index d649885..01b568f 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 11 20:28:13 UTC 2019 - bjorn.lie@gmail.com + +- Add pkgconfig(dbus-1) BuildRequires: Add missing BuildRequires, + libblockdev needs dbus headerfiles during build, but configure + does not check for it. + ------------------------------------------------------------------- Mon Nov 19 15:23:30 UTC 2018 - luc14n0@linuxmail.org diff --git a/libblockdev.spec b/libblockdev.spec index 0088bc5..2a94945 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,7 +1,7 @@ # # spec file for package libblockdev # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,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/ # @@ -42,6 +42,7 @@ BuildRequires: python3-devel #BuildRequires: s390-tools-devel BuildRequires: pkgconfig(blkid) >= 2.23.0 BuildRequires: pkgconfig(bytesize) >= 0.1 +BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(devmapper) >= 1.02.93 BuildRequires: pkgconfig(gio-2.0) >= 2.42.2 BuildRequires: pkgconfig(glib-2.0) >= 2.42.2