dbus: move generic units into 'dbus-common'
Make sure the generic unit files are provided by 'dbus-common', so alternative dbus implementations can use them as well. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
896fb4a918
commit
b8679ce6a8
12
dbus.spec
12
dbus.spec
@ -22,7 +22,7 @@
|
|||||||
Name: dbus
|
Name: dbus
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.12.10
|
Version: 1.12.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -348,6 +348,9 @@ popd
|
|||||||
%{_datadir}/dbus-1/system-services
|
%{_datadir}/dbus-1/system-services
|
||||||
%{_datadir}/dbus-1/interfaces
|
%{_datadir}/dbus-1/interfaces
|
||||||
%{_sysusersdir}/dbus.conf
|
%{_sysusersdir}/dbus.conf
|
||||||
|
%{_unitdir}/dbus.socket
|
||||||
|
%{_unitdir}/messagebus.service
|
||||||
|
%{_userunitdir}/dbus.socket
|
||||||
|
|
||||||
%files daemon
|
%files daemon
|
||||||
# Strictly speaking, we could remove the COPYING from this subpackage and
|
# Strictly speaking, we could remove the COPYING from this subpackage and
|
||||||
@ -378,10 +381,7 @@ popd
|
|||||||
%exclude %{_libexecdir}/dbus-1/dbus-run-installed-tests
|
%exclude %{_libexecdir}/dbus-1/dbus-run-installed-tests
|
||||||
%{_tmpfilesdir}/dbus.conf
|
%{_tmpfilesdir}/dbus.conf
|
||||||
%{_unitdir}/dbus-daemon.service
|
%{_unitdir}/dbus-daemon.service
|
||||||
%{_unitdir}/dbus.socket
|
|
||||||
%{_unitdir}/messagebus.service
|
|
||||||
%{_userunitdir}/dbus-daemon.service
|
%{_userunitdir}/dbus-daemon.service
|
||||||
%{_userunitdir}/dbus.socket
|
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
@ -432,6 +432,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 10 2018 David Herrmann <dh.herrmann@gmail.com> - 1:1.12.10-2
|
||||||
|
- Move generic units into 'dbus-common', so other dbus implementations can use
|
||||||
|
them as well.
|
||||||
|
|
||||||
* Fri Aug 10 2018 David Herrmann <dh.herrmann@gmail.com> - 1:1.12.10-1
|
* Fri Aug 10 2018 David Herrmann <dh.herrmann@gmail.com> - 1:1.12.10-1
|
||||||
- Add [Install] sections to unit files, rather than creating the symlinks
|
- Add [Install] sections to unit files, rather than creating the symlinks
|
||||||
manually during the installation. This will pick up the systemd-presets
|
manually during the installation. This will pick up the systemd-presets
|
||||||
|
Loading…
Reference in New Issue
Block a user