SHA256
1
0
forked from pool/cloud-init

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:
Robert Schweikert 2020-03-08 11:35:55 +00:00 committed by Git OBS Bridge
parent 1b2a3c0e23
commit d41fefb9da
2 changed files with 7 additions and 1 deletions

View File

@ -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 during rout config file writing. This patch update addresses the
issue by extracting the new entries properly. 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> Fri Jan 17 18:55:41 UTC 2020 - Robert Schweikert <rjschwei@suse.com>

View File

@ -53,7 +53,7 @@ BuildRequires: filesystem
# pkg-config is needed to find correct systemd unit dir # pkg-config is needed to find correct systemd unit dir
BuildRequires: pkg-config BuildRequires: pkg-config
# needed for /lib/udev # needed for /lib/udev
BuildRequires: udev BuildRequires: pkgconfig(udev)
%if 0%{?suse_version} > 1320 %if 0%{?suse_version} > 1320
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools