Modify the unsupported macro python3 to __python3

This commit is contained in:
chendexi 2024-05-07 18:08:29 +08:00
parent e0d50cdd2e
commit 6ad7bde15f

View File

@ -6,7 +6,7 @@
%global systemd_version 231
%global json_glib_version 1.1.1
%global __requires_exclude ^%{python3}$
%global __requires_exclude ^%{__python3}$
%global enable_tests 1
%global enable_dummy 1
@ -43,7 +43,7 @@
Name: fwupd
Version: 1.8.17
Release: 3
Release: 4
License: LGPLv2+
Summary: Make updating firmware on Linux automatic, safe and reliable
URL: https://github.com/fwupd/fwupd
@ -471,6 +471,9 @@ done
%{_datadir}/man/man1/*
%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
- Fix the conditional at L346: replace expected toolchain value to 'clang'