From c52ae86d87ff5916d3afc2a44c5d652547a80515 Mon Sep 17 00:00:00 2001 From: orange-snn Date: Wed, 20 May 2020 09:37:24 +0800 Subject: [PATCH] delete the check temporarily --- bluez.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bluez.spec b/bluez.spec index e1908ee..6b45d79 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Name: bluez Summary: Bluetooth utilities Version: 5.50 -Release: 8 +Release: 9 License: GPLv2+ URL: http://www.bluez.org/ Source0: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz @@ -110,9 +110,6 @@ install -D -p -m0644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_udevrulesdir}/ install -D -p -m0644 %{SOURCE3} ${RPM_BUILD_ROOT}/%{_unitdir}/ install -D -p -m0755 %{SOURCE4} ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/ -%check -make check - %preun %systemd_preun bluetooth.service %systemd_user_preun obex.service @@ -170,6 +167,9 @@ make check %_cups_serverbin/backend/bluetooth %changelog +* Wed May 20 2020 songnannan - 5.50-9 +- delete the check temporarily + * Wed Apr 22 2020 openEuler Buildteam - 5.50-8 - Type:cves - ID:CVE-2020-0556 -- Gitee