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 <ansasaki@redhat.com>
This commit is contained in:
Anderson Toshiyuki Sasaki 2026-01-12 11:52:33 +01:00
parent 17327265c2
commit 1db1fd0449
No known key found for this signature in database

View File

@ -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 <ansasaki@redhat.com> - 0.2.2-3
- Fix cargo_build macro usage
* Fri Feb 07 2025 Anderson Toshiyuki Sasaki <ansasaki@redhat.com> - 0.2.2-2
- Update openssl crate to version 0.10.70 to fix CVE-2025-24898