[bluez] Enable bluetoothd by default

Lennart Poettering lennart at fedoraproject.org
Mon Jun 20 11:46:38 UTC 2011


commit f18de429c1bf9c5092167c997ab49f65a60d12b1
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Jun 20 13:25:18 2011 +0200

    Enable bluetoothd by default

 bluez.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index 68a3203..ac9bb04 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.94
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
@@ -177,7 +177,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 if [ $1 -eq 1 ]; then
-        /bin/systemctl daemon-reload >/dev/null 2>&1 || :
+	/bin/systemctl enable bluetooth.service >/dev/null 2>&1 || :
 fi
 
 %postun libs -p /sbin/ldconfig
@@ -295,6 +295,10 @@ fi
 %{_mandir}/man1/pand.1.gz
 
 %changelog
+* Mon Jun 20 2011 Lennart Poettering <lpoetter at redhat.com> - 4.94-2
+- Enable bluetoothd by default
+- Follow-up on https://bugzilla.redhat.com/show_bug.cgi?id=694519 also fixing upgrades
+
 * Wed Jun 01 2011 Bastien Nocera <bnocera at redhat.com> 4.94-1
 - Update to 4.94
 


More information about the scm-commits mailing list