From d10e81e7cb33f802eafa0cc633d33442a9dc6866 Mon Sep 17 00:00:00 2001 From: yafen Date: Mon, 31 Aug 2020 17:02:11 +0800 Subject: [PATCH] add source url and yaml file --- raspberrypi-bluetooth.spec | 6 +++++- raspberrypi-bluetooth.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 raspberrypi-bluetooth.yaml diff --git a/raspberrypi-bluetooth.spec b/raspberrypi-bluetooth.spec index 47df891..b84755d 100644 --- a/raspberrypi-bluetooth.spec +++ b/raspberrypi-bluetooth.spec @@ -6,13 +6,14 @@ Name: raspberrypi-bluetooth Version: 20200729 -Release: 1 +Release: 2 Summary: bluetooth files used for RaspberryPi License: BSD-3-Clause ExclusiveArch: aarch64 Provides: raspberrypi-bluetooth = %{version}-%{release} +URL: https://github.com/RPi-Distro/pi-bluetooth Source0: %{name}-%{version}.tar.gz Source1: LICENCE.pi-bluetooth @@ -46,5 +47,8 @@ cd - %{_systemd_path}/* %changelog +* Mon 31 Aug 2020 Yafen Fang - 20200729-2 +- Add source url in spec. + * Wed Jul 29 2020 Yafen Fang - 20200729-1 - Add rules file, bthelper and hciuart from pi-bluetooth. diff --git a/raspberrypi-bluetooth.yaml b/raspberrypi-bluetooth.yaml new file mode 100644 index 0000000..f81c1c0 --- /dev/null +++ b/raspberrypi-bluetooth.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: RPi-Distro/pi-bluetooth +tag_prefix: "^v" +seperator: "." \ No newline at end of file