From 1e5e0386befe50bb4d9949917d24137b2311b5784f47210d29cdf410206373f4 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Mon, 3 Feb 2020 19:15:35 +0000 Subject: [PATCH] Accepting request 769700 from home:dimstar:Factory Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769700 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=530 --- qemu.changes | 6 ++++++ qemu.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu.changes b/qemu.changes index b547431..5b6e4c6 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 3 16:00:26 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(libudev) instead of libudev-devel: Allow + OBS to shortcut through -mini flavors. + ------------------------------------------------------------------- Tue Jan 28 16:24:31 UTC 2020 - Bruce Rogers diff --git a/qemu.spec b/qemu.spec index 62141c5..ab2db78 100644 --- a/qemu.spec +++ b/qemu.spec @@ -349,9 +349,9 @@ BuildRequires: libSDL2_image-devel BuildRequires: libseccomp-devel >= 2.3.0 BuildRequires: libspice-server-devel >= 0.12.5 BuildRequires: libssh-devel >= 0.8 -BuildRequires: libudev-devel BuildRequires: libusb-1_0-devel >= 1.0.13 BuildRequires: libvdeplug-devel +BuildRequires: pkgconfig(libudev) %if 0%{?is_opensuse} BuildRequires: lzfse-devel %endif