跟进上游蓝牙代码

This commit is contained in:
yafen 2021-02-23 14:52:55 +08:00
parent 8f247376b3
commit 6cc99551cc
3 changed files with 6 additions and 3 deletions

View File

@ -2,12 +2,12 @@
%global _rules_path /lib/udev/rules.d %global _rules_path /lib/udev/rules.d
%global _systemd_path /lib/systemd/system %global _systemd_path /lib/systemd/system
%global _license_path /usr/share/licenses/raspi %global _license_path /usr/share/licenses/raspi
%global commitid a69d8f54901aab31f2f47e0cc4f9d2879e183f1d %global commitid 6f6386e91e33966d3c4a3cfee72d61e14c6a11ef
%global debug_package %{nil} %global debug_package %{nil}
Name: raspberrypi-bluetooth Name: raspberrypi-bluetooth
Version: 20201110 Version: 20210223
Release: 3 Release: 4
Summary: bluetooth files used for RaspberryPi Summary: bluetooth files used for RaspberryPi
License: BSD-3-Clause License: BSD-3-Clause
ExclusiveArch: aarch64 ExclusiveArch: aarch64
@ -47,6 +47,9 @@ cd -
%{_systemd_path}/* %{_systemd_path}/*
%changelog %changelog
* Tue Feb 23 2021 Yafen Fang<yafen@iscas.ac.cn> - 20210223-4
- update to the latest commit(6f6386e91e33966d3c4a3cfee72d61e14c6a11ef) of pi-bluetooth(0.1.15).
* Tue Nov 10 2020 Yafen Fang<yafen@iscas.ac.cn> - 20201110-3 * Tue Nov 10 2020 Yafen Fang<yafen@iscas.ac.cn> - 20201110-3
- update to the latest commit(a69d8f54901aab31f2f47e0cc4f9d2879e183f1d) of pi-bluetooth(0.1.15). - update to the latest commit(a69d8f54901aab31f2f47e0cc4f9d2879e183f1d) of pi-bluetooth(0.1.15).