From c18b8d16745efa87f0c04c7acf95e90b99f3f7b9 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 10 May 2026 22:36:15 -0500 Subject: [PATCH] fix (lact): export VERGEN_GIT_SHA (#12176) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/lact/lact.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/system/lact/lact.spec b/anda/system/lact/lact.spec index 4b68334291..eaadb6f796 100644 --- a/anda/system/lact/lact.spec +++ b/anda/system/lact/lact.spec @@ -5,7 +5,7 @@ Name: lact Version: 0.9.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Linux GPU Configuration And Monitoring Tool URL: https://github.com/ilya-zlobintsev/LACT Source0: %{url}/archive/refs/tags/v%{version}.tar.gz @@ -43,7 +43,8 @@ Packager: Owen Zimmerman %cargo_prep_online %build -VERGEN_GIT_SHA=%{shortcommit} %cargo_build +export VERGEN_GIT_SHA=%{shortcommit} +%cargo_build %install install -Dm755 target/rpm/lact %{buildroot}%{_bindir}/lact