From 1db1fd0449c1611ed32b1379403ece554e7eab0f Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Mon, 12 Jan 2026 11:52:33 +0100 Subject: [PATCH] Fix cargo_build macro usage The cargo macros were modified on c9s to follow Fedora and c10s usage. See: https://issues.redhat.com/browse/RHEL-104777 Resolves: RHEL-127544 Signed-off-by: Anderson Toshiyuki Sasaki --- keylime-agent-rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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