From b4a14c9c0e744707c4ae749a0fc1d7971f90dcc71bdf4d26d55471a56dbe4d7c Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Fri, 29 Sep 2023 08:51:37 +0000 Subject: [PATCH] Accepting request 1114289 from home:favogt:branches:Base:System - Add BuildIgnore to break cycle with dbus-1. Ideally dbus-1-devel won't pull in dbus-1 but just libdbus-1, but this would probably break some stuff. OBS-URL: https://build.opensuse.org/request/show/1114289 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-broker?expand=0&rev=40 --- dbus-broker.changes | 5 +++++ dbus-broker.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/dbus-broker.changes b/dbus-broker.changes index 06bf155..e3cbc46 100644 --- a/dbus-broker.changes +++ b/dbus-broker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 29 08:49:36 UTC 2023 - Fabian Vogt + +- Add BuildIgnore to break cycle with dbus-1. + ------------------------------------------------------------------- Thu Sep 21 07:56:38 UTC 2023 - Simon Lees diff --git a/dbus-broker.spec b/dbus-broker.spec index 1d5b6ae..d72e3ad 100644 --- a/dbus-broker.spec +++ b/dbus-broker.spec @@ -31,6 +31,8 @@ BuildRequires: meson BuildRequires: pkg-config BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(audit) >= 3.0 +# dbus-1 requires dbus-broker, break that dep to avoid a cycle. +#!BuildIgnore: dbus-broker BuildRequires: pkgconfig(dbus-1) >= 1.10 BuildRequires: pkgconfig(expat) >= 2.2.3 BuildRequires: pkgconfig(glib-2.0) >= 2.50