From 9a3b8ba445cdf26e6adf3c21fbae01b4620f2df7 Mon Sep 17 00:00:00 2001 From: wangkerong Date: Thu, 13 Jan 2022 15:57:25 +0800 Subject: [PATCH] fix an error in logs during bluez installation or uninstallation --- bluez.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bluez.spec b/bluez.spec index c5853a3..26f943f 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Name: bluez Summary: Bluetooth utilities Version: 5.54 -Release: 5 +Release: 6 License: GPLv2+ URL: http://www.bluez.org/ Source0: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz @@ -119,13 +119,13 @@ make check %preun %systemd_preun bluetooth.service %systemd_user_preun obex.service -%systemd_user_preun bluetooth-mesh.service +%systemd_preun bluetooth-mesh.service %post %systemd_post bluetooth.service /sbin/udevadm trigger --subsystem-match=usb %systemd_user_post obex.service -%systemd_user_post bluetooth-mesh.service +%systemd_post bluetooth-mesh.service %postun %systemd_postun_with_restart bluetooth.service @@ -179,7 +179,10 @@ make check %{_mandir}/man8/* %changelog -* Fri Sep 24 2021 yanan - 5.54-9 +* Thu Feb 13 2022 wangkerong - 5.54-6 +- DESC:fix an error in logs during bluez installation or uninstallation + +* Fri Sep 24 2021 yanan - 5.54-5 - DESC:fix CVE-2021-3658 * Tue Aug 10 2021 zhanzhimin - 5.54-4 -- Gitee