diff --git a/keylime-agent-rust.spec b/keylime-agent-rust.spec index 97cf7e6..2668972 100644 --- a/keylime-agent-rust.spec +++ b/keylime-agent-rust.spec @@ -10,7 +10,7 @@ Name: keylime-agent-rust Version: 0.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Rust agent for Keylime # Upstream license specification: Apache-2.0 @@ -294,7 +294,7 @@ Rust agent for Keylime find -name '*.rs' -type f -perm /111 -exec chmod -v -x '{}' '+' %build -%cargo_build --no-default-features +%cargo_build -n %install mkdir -p %{buildroot}/%{_sharedstatedir}/keylime @@ -360,6 +360,9 @@ chown -R keylime:keylime %{_sysconfdir}/keylime %endif %changelog +* Mon Jan 12 2026 Anderson Toshiyuki Sasaki - 0.2.2-3 +- Fix cargo_build macro usage + * Fri Feb 07 2025 Anderson Toshiyuki Sasaki - 0.2.2-2 - Update openssl crate to version 0.10.70 to fix CVE-2025-24898