diff --git a/SPECS/rpi-firmware-bluez.spec b/SPECS/rpi-firmware-bluez.spec
index 35c46e681b8ea48733851e7ade3031afbef517c4..64303ef2bb21c2a07984ef01b69740acdf646f87 100644
--- a/SPECS/rpi-firmware-bluez.spec
+++ b/SPECS/rpi-firmware-bluez.spec
@@ -27,9 +27,9 @@ package to enable Bluetooth/Wi-Fi on some Raspberry Pi models.
 
 %install
 install -d %{buildroot}%{_fwpath}/brcm
-install -d %{buildroot}/usr/share/licenses/%{name}
+install -d %{buildroot}/usr/share/licenses/bluez-brcm
 
-cp debian/copyright %{buildroot}/usr/share/licenses/%{name}/
+cp debian/copyright %{buildroot}/usr/share/licenses/bluez-brcm/
 
 # Bluetooth for RPi Zero 2W
 cp broadcom/BCM43430B0.hcd %{buildroot}%{_fwpath}/brcm/
@@ -51,7 +51,7 @@ ln -s brcmfmac43455-sdio.bin.xz %{buildroot}%{_fwpath}/brcm/brcmfmac43455-sdio.r
 ln -s brcmfmac43455-sdio.clm_blob.xz %{buildroot}%{_fwpath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.clm_blob.xz
 
 %files
-%license copyright
+%license /usr/share/licenses/bluez-brcm/copyright
 %{_fwpath}/brcm/*
 
 %changelog