!78 Modify the unsupported macro python3 to __python3

From: @ccdxx 
Reviewed-by: @zhuchunyi 
Signed-off-by: @zhuchunyi
This commit is contained in:
openeuler-ci-bot 2024-05-08 01:53:43 +00:00 committed by Gitee
commit 43cf6564e4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -6,7 +6,7 @@
%global systemd_version 231 %global systemd_version 231
%global json_glib_version 1.1.1 %global json_glib_version 1.1.1
%global __requires_exclude ^%{python3}$ %global __requires_exclude ^%{__python3}$
%global enable_tests 1 %global enable_tests 1
%global enable_dummy 1 %global enable_dummy 1
@ -43,7 +43,7 @@
Name: fwupd Name: fwupd
Version: 1.8.17 Version: 1.8.17
Release: 3 Release: 4
License: LGPLv2+ License: LGPLv2+
Summary: Make updating firmware on Linux automatic, safe and reliable Summary: Make updating firmware on Linux automatic, safe and reliable
URL: https://github.com/fwupd/fwupd URL: https://github.com/fwupd/fwupd
@ -471,6 +471,9 @@ done
%{_datadir}/man/man1/* %{_datadir}/man/man1/*
%changelog %changelog
* Tue May 07 2024 chendexi <chendexi@kylinos.cn> - 1.8.17-4
- Modify the unsupported macro python3 to __python3
* Wed Mar 13 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 1.8.17-3 * Wed Mar 13 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 1.8.17-3
- Fix the conditional at L346: replace expected toolchain value to 'clang' - Fix the conditional at L346: replace expected toolchain value to 'clang'