!48 Delete unused files to remove python dependencies

From: @ccdxx 
Reviewed-by: @duyiwei7w, @wangbin224 
Signed-off-by: @wangbin224
This commit is contained in:
openeuler-ci-bot 2024-06-05 03:32:17 +00:00 committed by Gitee
commit 8d58bd6a88
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
%define _binaries_in_noarch_packages_terminate_build 0 %define _binaries_in_noarch_packages_terminate_build 0
%global release 3 %global release 4
%global _lib_path /usr/lib/firmware %global _lib_path /usr/lib/firmware
%global _license_path /usr/share/licenses %global _license_path /usr/share/licenses
@ -126,6 +126,7 @@ rm -f usbdux/*dux */*.asm
rm -rf carl9170fw rm -rf carl9170fw
rm -f Makefile README configure rm -f Makefile README configure
rm -rf check_whence.py copy-firmware.sh rm -rf check_whence.py copy-firmware.sh
rm -rf build_packages.py contrib
%install %install
mkdir -p %{buildroot}/%{_lib_path} mkdir -p %{buildroot}/%{_lib_path}
@ -175,6 +176,9 @@ rm %{buildroot}/%{_lib_path}/{WHENCE,LICENCE.*,LICENSE.*}
%changelog %changelog
* Tue Jun 04 2024 chendexi <chendexi@kylinos.cn> - 20240513-4
- Delete unused files to remove python dependencies
* Thu May 23 2024 wangbin <wangbin224@huawei.com> - 20240513-3 * Thu May 23 2024 wangbin <wangbin224@huawei.com> - 20240513-3
- linux-firmware-20240513 has changed python to python3, so remove this patch - linux-firmware-20240513 has changed python to python3, so remove this patch