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)