From 434051adff5a786c6ca0a3924faf184c2dd2665e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Jan 2022 19:47:30 +0800 Subject: [PATCH] import bluez-5.56-2.el8.src.rpm --- ...n-t-refresh-adv_manager-for-non-LE-devices.patch | 0 0001-build-Always-define-confdir-and-statedir.patch | 0 ...ame-Fix-BlueZ-5.XX-adapter-name-on-startup.patch | 0 ...e-GLib-helper-function-to-manipulate-paths.patch | 0 ...t-server-Fix-not-properly-checking-for-sec.patch | 0 ...Add-PrivateTmp-and-NoNewPrivileges-options.patch | 0 0003-systemd-Add-more-filesystem-lockdown.patch | 0 0004-systemd-More-lockdown.patch | 0 69-btattach-bcm.rules | 0 bluez-5.56.tar.xz | Bin bluez.gitignore | 0 bluez.spec | 7 ++++++- btattach-bcm-service.sh | 0 btattach-bcm@.service | 0 14 files changed, 6 insertions(+), 1 deletion(-) mode change 100644 => 100755 0001-adapter-Don-t-refresh-adv_manager-for-non-LE-devices.patch mode change 100644 => 100755 0001-build-Always-define-confdir-and-statedir.patch mode change 100644 => 100755 0001-hostname-Fix-BlueZ-5.XX-adapter-name-on-startup.patch mode change 100644 => 100755 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch mode change 100644 => 100755 0001-shared-gatt-server-Fix-not-properly-checking-for-sec.patch mode change 100644 => 100755 0002-systemd-Add-PrivateTmp-and-NoNewPrivileges-options.patch mode change 100644 => 100755 0003-systemd-Add-more-filesystem-lockdown.patch mode change 100644 => 100755 0004-systemd-More-lockdown.patch mode change 100644 => 100755 69-btattach-bcm.rules mode change 100644 => 100755 bluez-5.56.tar.xz mode change 100644 => 100755 bluez.gitignore mode change 100644 => 100755 bluez.spec mode change 100644 => 100755 btattach-bcm-service.sh mode change 100644 => 100755 btattach-bcm@.service diff --git a/0001-adapter-Don-t-refresh-adv_manager-for-non-LE-devices.patch b/0001-adapter-Don-t-refresh-adv_manager-for-non-LE-devices.patch old mode 100644 new mode 100755 diff --git a/0001-build-Always-define-confdir-and-statedir.patch b/0001-build-Always-define-confdir-and-statedir.patch old mode 100644 new mode 100755 diff --git a/0001-hostname-Fix-BlueZ-5.XX-adapter-name-on-startup.patch b/0001-hostname-Fix-BlueZ-5.XX-adapter-name-on-startup.patch old mode 100644 new mode 100755 diff --git a/0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch b/0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch old mode 100644 new mode 100755 diff --git a/0001-shared-gatt-server-Fix-not-properly-checking-for-sec.patch b/0001-shared-gatt-server-Fix-not-properly-checking-for-sec.patch old mode 100644 new mode 100755 diff --git a/0002-systemd-Add-PrivateTmp-and-NoNewPrivileges-options.patch b/0002-systemd-Add-PrivateTmp-and-NoNewPrivileges-options.patch old mode 100644 new mode 100755 diff --git a/0003-systemd-Add-more-filesystem-lockdown.patch b/0003-systemd-Add-more-filesystem-lockdown.patch old mode 100644 new mode 100755 diff --git a/0004-systemd-More-lockdown.patch b/0004-systemd-More-lockdown.patch old mode 100644 new mode 100755 diff --git a/69-btattach-bcm.rules b/69-btattach-bcm.rules old mode 100644 new mode 100755 diff --git a/bluez-5.56.tar.xz b/bluez-5.56.tar.xz old mode 100644 new mode 100755 diff --git a/bluez.gitignore b/bluez.gitignore old mode 100644 new mode 100755 diff --git a/bluez.spec b/bluez.spec old mode 100644 new mode 100755 index 48ca401..6473e9b --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Name: bluez Summary: Bluetooth utilities Version: 5.56 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://www.bluez.org/ @@ -279,6 +279,11 @@ make check %changelog +* Mon Jun 7 2021 Gopal Tiwari - 5.56-2 ++ bluez-5.56-2 +- Fixing (#1968392) +- Removing bccmd check from tests + * Wed Jun 2 2021 Gopal Tiwari - 5.56-1 + bluez-5.56-1 - Fixing (#1965057) diff --git a/btattach-bcm-service.sh b/btattach-bcm-service.sh old mode 100644 new mode 100755 diff --git a/btattach-bcm@.service b/btattach-bcm@.service old mode 100644 new mode 100755 -- Gitee