From 5332132cb1b5e8d93997092e38f6984cd3f019d3 Mon Sep 17 00:00:00 2001 From: yafen Date: Mon, 31 Aug 2020 16:57:24 +0800 Subject: [PATCH] add source url and yaml file --- raspberrypi-firmware.spec | 6 +++++- raspberrypi-firmware.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 raspberrypi-firmware.yaml diff --git a/raspberrypi-firmware.spec b/raspberrypi-firmware.spec index cae7de7..0ffca18 100644 --- a/raspberrypi-firmware.spec +++ b/raspberrypi-firmware.spec @@ -4,13 +4,14 @@ Name: raspberrypi-firmware Version: 20200717 -Release: 2 +Release: 3 Summary: Firmware files used for RaspberryPi License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted ExclusiveArch: aarch64 Provides: raspberrypi-firmware = %{version}-%{release} +URL: https://github.com/raspberrypi/firmware Source0: %{name}-%{version}.tar.gz Source1: LICENCE.bluez-firmware Source2: LICENCE.broadcom_bcm43xx @@ -41,6 +42,9 @@ install -p -m 644 firmware-boot/* %{buildroot}/boot /boot/* %changelog +* Mon 31 Aug 2020 Yafen Fang - 20200717-3 +- Add source url in spec. + * Fri Jul 17 2020 Yafen Fang - 20200717-1 - Update firmware files, add licenses. diff --git a/raspberrypi-firmware.yaml b/raspberrypi-firmware.yaml new file mode 100644 index 0000000..434c3cc --- /dev/null +++ b/raspberrypi-firmware.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: raspberrypi/firmware +tag_prefix: "^v" +seperator: "." \ No newline at end of file