From 8a7c3809147728134edcac240e29f99acd5b2899 Mon Sep 17 00:00:00 2001 From: doupengda Date: Mon, 26 Feb 2024 09:56:48 +0800 Subject: [PATCH] add support for loongarch64 --- raspberrypi-bluetooth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/raspberrypi-bluetooth.spec b/raspberrypi-bluetooth.spec index b1f308b..3eeb12d 100644 --- a/raspberrypi-bluetooth.spec +++ b/raspberrypi-bluetooth.spec @@ -7,10 +7,10 @@ Name: raspberrypi-bluetooth Version: 20230315 -Release: 6 +Release: 7 Summary: bluetooth files used for RaspberryPi License: BSD-3-Clause -ExclusiveArch: aarch64 +ExclusiveArch: aarch64 loongarch64 Provides: raspberrypi-bluetooth = %{version}-%{release} @@ -47,6 +47,9 @@ cd - %{_systemd_path}/* %changelog +* Mon Feb 26 2024 doupengda - 20230315-7 +- add support for loongarch64 + * Wed Mar 15 2023 Yafen Fang - 20230315-6 - update pi-bluetooth to commit(87248a382d1a81b80a62730975135d87fffd7ef1): 0.1.19 release -- Gitee