Accepting request 556389 from home:seife:testing
document systemd dependency during %post OBS-URL: https://build.opensuse.org/request/show/556389 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=238
This commit is contained in:
parent
71a4de34de
commit
1cd5bc1f78
@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 21:54:32 UTC 2017 - seife+obs@b1-systems.com
|
||||
Tue Dec 12 08:23:07 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
- add 0001-obexd-use-AM_LDFLAGS-for-linking.patch
|
||||
- avoid systemd dependency during %post
|
||||
- document systemd dependency during %post
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 22:34:07 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
@ -53,7 +53,7 @@ BuildRequires: pkgconfig(libical)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
Requires(post): coreutils
|
||||
Requires(post): systemd
|
||||
Recommends: sbc
|
||||
Provides: bluez-utils = 3.36
|
||||
Obsoletes: bluez-utils <= 3.36
|
||||
@ -211,9 +211,8 @@ make check V=0
|
||||
%{fillup_only -n bluetooth}
|
||||
# We need the bluez systemd service enabled at any time. It won't start up
|
||||
# on it's own, as it is triggered by udev in the end (bnc#796671)
|
||||
install -d /etc/systemd/system/bluetooth.target.wants
|
||||
ln -sf /usr/lib/systemd/system/bluetooth.service /etc/systemd/system/bluetooth.target.wants/bluetooth.service
|
||||
ln -sf /usr/lib/systemd/system/bluetooth.service /etc/systemd/system/dbus-org.bluez.service
|
||||
/bin/systemctl enable bluetooth.service 2>&1 || :
|
||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||
|
||||
%preun
|
||||
%service_del_preun bluetooth.service
|
||||
|
Loading…
Reference in New Issue
Block a user