From b9b4b0c68fb809954c12d483e42c614eb809a60a Mon Sep 17 00:00:00 2001 From: chendexi Date: Tue, 7 May 2024 18:08:29 +0800 Subject: [PATCH] Modify the unsupported macro python3 to __python3 (cherry picked from commit 6ad7bde15f89ed33fc45d256793f7737946c4395) --- fwupd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index ba65f2b..80edc66 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -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 - 1.8.17-4 +- Modify the unsupported macro python3 to __python3 + * Wed Mar 13 2024 jchzhou - 1.8.17-3 - Fix the conditional at L346: replace expected toolchain value to 'clang' -- Gitee