diff --git a/cloud-init.changes b/cloud-init.changes index 74c5cf2..d02fec8 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -18,6 +18,12 @@ Wed Feb 12 19:30:42 UTC 2020 - Robert Schweikert 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 + +- BuildRequire pkgconfig(udev) instead of udev: allow OBS to + shortcut through the -mini flavor. + ------------------------------------------------------------------- Fri Jan 17 18:55:41 UTC 2020 - Robert Schweikert diff --git a/cloud-init.spec b/cloud-init.spec index c6cd5f2..bf59249 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -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