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
This commit is contained in:
parent
2ea4b7220d
commit
84b8bb10f8
@ -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
|
Mon Nov 19 15:23:30 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libblockdev
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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: s390-tools-devel
|
||||||
BuildRequires: pkgconfig(blkid) >= 2.23.0
|
BuildRequires: pkgconfig(blkid) >= 2.23.0
|
||||||
BuildRequires: pkgconfig(bytesize) >= 0.1
|
BuildRequires: pkgconfig(bytesize) >= 0.1
|
||||||
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(devmapper) >= 1.02.93
|
BuildRequires: pkgconfig(devmapper) >= 1.02.93
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.42.2
|
BuildRequires: pkgconfig(gio-2.0) >= 2.42.2
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.42.2
|
BuildRequires: pkgconfig(glib-2.0) >= 2.42.2
|
||||||
|
Loading…
Reference in New Issue
Block a user