!6 add conflicts: linux-firmware

From: @woqidaideshi
Reviewed-by: @jianminw
Signed-off-by: @jianminw
This commit is contained in:
openeuler-ci-bot 2020-09-25 21:19:38 +08:00 committed by Gitee
commit 92bc5f01bf

View File

@ -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<yafen@iscas.ac.cn> - 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<yafen@iscas.ac.cn> - 20200904-2
- Change source0's name.