forked from pool/libvirt
Accepting request 769624 from home:dimstar:Factory
- BuildRequire pkgconfig((lib)?udev) instead of (lib)?udev: allow OBS to shortcut through -mini flavors. OBS-URL: https://build.opensuse.org/request/show/769624 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=803
This commit is contained in:
parent
960eaf175f
commit
f02ed55bb3
@ -18,6 +18,12 @@ Wed Jan 29 20:56:13 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
6c1dddaf-libxl-shutdown-inhibit.patch
|
||||
bsc#1157100
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 14:03:15 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire pkgconfig((lib)?udev) instead of (lib)?udev: allow
|
||||
OBS to shortcut through -mini flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 19:27:10 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
@ -251,8 +251,8 @@ BuildRequires: rpcgen
|
||||
# For pool-build probing for existing pools
|
||||
BuildRequires: libblkid-devel >= 2.17
|
||||
BuildRequires: libpciaccess0-devel >= 0.10.9
|
||||
BuildRequires: libudev-devel >= 145
|
||||
BuildRequires: libyajl-devel
|
||||
BuildRequires: pkgconfig(libudev) >= 145
|
||||
%if %{with_sanlock}
|
||||
BuildRequires: sanlock-devel >= 2.4
|
||||
%endif
|
||||
@ -404,7 +404,7 @@ Requires: modutils
|
||||
# for /sbin/ip & /sbin/tc
|
||||
Requires: iproute
|
||||
Requires: logrotate
|
||||
Requires: udev >= 145
|
||||
Requires: pkgconfig(udev) >= 145
|
||||
Recommends: polkit >= 0.112
|
||||
%ifarch %ix86 x86_64 ia64
|
||||
# For virConnectGetSysinfo
|
||||
|
Loading…
Reference in New Issue
Block a user