diff --git a/bluez.spec b/bluez.spec index cbc11e22dceabfb2d3dcfa346d93bef08a30e8aa..b853988715ccdf48b735e5da51fff1421a153b64 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Name: bluez Summary: Bluetooth utilities Version: 5.54 -Release: 9 +Release: 10 License: GPLv2+ URL: http://www.bluez.org/ Source0: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz @@ -120,13 +120,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 @@ -180,6 +180,9 @@ make check %{_mandir}/man8/* %changelog +* Thu Feb 13 2022 wangkerong - 5.54-10 +- DESC:fix an error in logs during bluez installation or uninstallation + * Fri Sep 24 2021 yanan - 5.54-9 - DESC:fix CVE-2021-3658