SHA256
1
0
forked from pool/cloud-init
Dominique Leuenberger 2020-03-11 17:33:15 +00:00 committed by Git OBS Bridge
commit df49ce6d46
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
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>

View File

@ -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