From d41fefb9da82fc1a20fc8e6657269d1384dc2cc9f5201a85bebea47a6244fc8b Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Sun, 8 Mar 2020 11:35:55 +0000 Subject: [PATCH] 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 --- cloud-init.changes | 6 ++++++ cloud-init.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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