From 49e3288ae5e66e093697d7425d1160210eafeb1b Mon Sep 17 00:00:00 2001 From: chendexi Date: Tue, 4 Jun 2024 03:33:57 +0000 Subject: [PATCH] Delete unused files to remove python dependencies Signed-off-by: chendexi --- linux-firmware.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-firmware.spec b/linux-firmware.spec index 4879aa3..173bf97 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -1,6 +1,6 @@ %define _binaries_in_noarch_packages_terminate_build 0 -%global release 3 +%global release 4 %global _lib_path /usr/lib/firmware %global _license_path /usr/share/licenses @@ -126,6 +126,7 @@ rm -f usbdux/*dux */*.asm rm -rf carl9170fw rm -f Makefile README configure rm -rf check_whence.py copy-firmware.sh +rm -rf build_packages.py contrib %install mkdir -p %{buildroot}/%{_lib_path} @@ -175,6 +176,9 @@ rm %{buildroot}/%{_lib_path}/{WHENCE,LICENCE.*,LICENSE.*} %changelog +* Tue Jun 04 2024 chendexi - 20240513-4 +- Delete unused files to remove python dependencies + * Thu May 23 2024 wangbin - 20240513-3 - linux-firmware-20240513 has changed python to python3, so remove this patch