Accepting request 766918 from home:dimstar:Factory
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavor. OBS-URL: https://build.opensuse.org/request/show/766918 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=164
This commit is contained in:
parent
1b2a3c0e23
commit
d41fefb9da
@ -18,6 +18,12 @@ Wed Feb 12 19:30:42 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
||||
during rout config file writing. This patch update addresses the
|
||||
issue by extracting the new entries properly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 14:49:35 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
|
||||
shortcut through the -mini flavor.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 18:55:41 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
@ -53,7 +53,7 @@ BuildRequires: filesystem
|
||||
# pkg-config is needed to find correct systemd unit dir
|
||||
BuildRequires: pkg-config
|
||||
# needed for /lib/udev
|
||||
BuildRequires: udev
|
||||
BuildRequires: pkgconfig(udev)
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user