diff --git a/fwupd.spec b/fwupd.spec index ba65f2b96b6679dd675da2e0ab172b4229d2a55e..80edc66e73311700550a84c28a1111769ef66cd1 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'