From f18de429c1bf9c5092167c997ab49f65a60d12b1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Jun 20 2011 11:45:07 +0000 Subject: Enable bluetoothd by default --- 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 - 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 4.94-1 - Update to 4.94