diff --git a/raspberrypi-firmware.spec b/raspberrypi-firmware.spec index 9721834..de8f030 100644 --- a/raspberrypi-firmware.spec +++ b/raspberrypi-firmware.spec @@ -5,7 +5,7 @@ Name: raspberrypi-firmware Version: 20200904 -Release: 2 +Release: 3 Summary: Firmware files used for RaspberryPi License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted ExclusiveArch: aarch64 @@ -15,6 +15,7 @@ Provides: raspberrypi-firmware = %{version}-%{release} URL: https://github.com/raspberrypi/firmware Source0: https://github.com/raspberrypi/firmware/archive/firmware-%{firmware_release}.tar.gz Source1: %{name}-%{version}.tar.gz +Conflicts: linux-firmware %description This package contains firmware images required by some RaspberryPi devices. @@ -47,6 +48,9 @@ cd - /boot/* %changelog +* Tue Sep 22 2020 Yafen Fang - 20200904-3 +- Add the conflicts field, declaring the conflicts with linux-firmware(brcmfmac43362-sdio.lemaker,bananapro.txt/brcmfmac43430-sdio.bin/brcmfmac43455-sdio.bin in /usr/lib/firmware/brcm). + * Wed Sep 16 2020 Yafen Fang - 20200904-2 - Change source0's name.