From 030bfd6f942dcfdc5ab76e39c533eda8e00d6d03bd65746399c8fbd63bd33d18 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 9 Jun 2022 09:57:20 +0000 Subject: [PATCH] - update to 2.23: * Python now waits on child processes with os.wait() * open() call with O_CREAT now passes permissions * -Ttext-segment argument on aarch64 passes page size in hex * Build system improvements - add disable-morecore.patch: fix build and working with glibc >= 2.34 - rediff patches OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=320 --- dbus-1.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dbus-1.spec b/dbus-1.spec index ee3bdda..ba5ff8f 100644 --- a/dbus-1.spec +++ b/dbus-1.spec @@ -57,18 +57,16 @@ Provides: dbus-launch = %{version} %if %{with selinux} BuildRequires: libselinux-devel %endif -Requires: dbus-1-common +Requires: dbus-1-common >= %{version} # Later this should move to Recommends -Requires: dbus-1-tools +Requires: dbus-1-tools >= %{version} # Later on change this to just dbus-broker -Requires: dbus-service -Recommends: dbus-1-daemon +Requires: dbus-service >= %{version} +Recommends: dbus-1-daemon >= %{version} %package -n %{_libname} Summary: Library package for D-Bus -# Own those directories in the library instead of dbus-1, since dbus users -# often ship files there -Recommends: dbus-common +Requires: dbus-1-common >= %{version} %package common Summary: D-BUS message bus configuration