diff --git a/fwupd.spec b/fwupd.spec index ba65f2b96b6679dd675da2e0ab172b4229d2a55e..003034e4612ae0395fe917e58aee144ebf3226e3 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -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 @@ -85,8 +85,10 @@ BuildRequires: libarchive-devel BuildRequires: gobject-introspection-devel BuildRequires: gcab meson >= 0.61.0 BuildRequires: protobuf-c protobuf-c-devel tpm2-tss-devel +%if "%{valgrind_arches}" BuildRequires: valgrind BuildRequires: valgrind-devel +%endif BuildRequires: python3 ninja-build python3-jinja2 python3-toml python BuildRequires: gnutls-devel BuildRequires: gnutls-utils @@ -471,6 +473,9 @@ done %{_datadir}/man/man1/* %changelog +* Sun Apr 28 2024 yinsist - 1.8.17-4 +- Valgrind does not support certain architectures like RISC-V, Before depending on Valgrind, first check if Valgrind supports the architecture + * Wed Mar 13 2024 jchzhou - 1.8.17-3 - Fix the conditional at L346: replace expected toolchain value to 'clang'