From 65d319ff40e593089ffef3aa87f89f4800ffc5cc278d044a91b87eb613e42de7 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Thu, 23 Jan 2020 13:14:40 +0000 Subject: [PATCH] Accepting request 766595 from home:dimstar:Factory - BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavors. OBS-URL: https://build.opensuse.org/request/show/766595 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=210 --- haproxy.changes | 6 ++++++ haproxy.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/haproxy.changes b/haproxy.changes index 32622ab..9b20a0b 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 23 13:10:03 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(udev) instead of udev: allow OBS to + shortcut through the -mini flavors. + ------------------------------------------------------------------- Wed Dec 11 17:07:41 UTC 2019 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 753d8ae..9c6b9dd 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -72,7 +72,7 @@ BuildRequires: pcre-devel BuildRequires: zlib-devel BuildRequires: openssl-devel BuildRequires: pkg-config -BuildRequires: udev +BuildRequires: pkgconfig(udev) %if %{with systemd} BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(libsystemd)