From df09c71504cbfd17fa070435194698b659978e724ab3f8a01ec38c0ef4798fec Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 13 Sep 2021 13:18:58 +0000 Subject: [PATCH] Accepting request 918728 from home:badshah400:branches:hardware Disable to avoid build cycle with gudev (it is recommended but not required for umockdev itself). OBS-URL: https://build.opensuse.org/request/show/918728 OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=6 --- umockdev.changes | 6 ++++++ umockdev.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/umockdev.changes b/umockdev.changes index 009f21d..899f944 100644 --- a/umockdev.changes +++ b/umockdev.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 13 13:09:28 UTC 2021 - Atri Bhattacharya + +- Disable to avoid build cycle with gudev (it is recommended but + not required for umockdev itself). + ------------------------------------------------------------------- Thu Aug 26 18:45:30 UTC 2021 - Atri Bhattacharya diff --git a/umockdev.spec b/umockdev.spec index 4a28341..67e9427 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -34,7 +34,8 @@ BuildRequires: vala BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gudev-1.0) +# Disable to avoid build cycle with gudev (it is recommended but not required here) +# BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(libpcap) BuildRequires: pkgconfig(libudev)