- 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
This commit is contained in:
Dirk Mueller 2022-06-09 09:57:20 +00:00 committed by Git OBS Bridge
parent fc4d97e228
commit 030bfd6f94

View File

@ -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