Drop the ordering on sysinit.target
Upstream pull request: https://github.com/bus1/dbus-broker/pull/271.
This commit is contained in:
parent
b10d46d1d6
commit
ee7c2a1777
@ -28,7 +28,7 @@ index 4155630..37d5dd7 100644
|
||||
Description=D-Bus System Message Bus
|
||||
Documentation=man:dbus-broker-launch(1)
|
||||
DefaultDependencies=false
|
||||
+After=dbus.socket sysinit.target
|
||||
+After=dbus.socket
|
||||
Before=basic.target shutdown.target
|
||||
Requires=dbus.socket
|
||||
Conflicts=shutdown.target
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
|
||||
Name: dbus-broker
|
||||
Version: 29
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Linux D-Bus Message Broker
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/bus1/dbus-broker
|
||||
Source0: https://github.com/bus1/dbus-broker/releases/download/v%{version}/dbus-broker-%{version}.tar.xz
|
||||
Patch0000: https://github.com/bus1/dbus-broker/commit/28af5ac996c94922fc49660e0efa955f57575187.patch
|
||||
Patch0000: 28af5ac996c94922fc49660e0efa955f57575187.patch
|
||||
%{?systemd_requires}
|
||||
BuildRequires: pkgconfig(audit)
|
||||
BuildRequires: pkgconfig(expat)
|
||||
@ -94,6 +94,9 @@ fi
|
||||
%{_userunitdir}/dbus-broker.service
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 29-3
|
||||
- Drop the ordering on sysinit.target (#1976653)
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 29-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user