From 278449cc2c9cd4344eb3881a6ee6919ca73b90bb Mon Sep 17 00:00:00 2001 From: Ernesto Martinez Garcia Date: Wed, 11 Feb 2026 16:41:28 +0100 Subject: [PATCH] 0.98.0-4 -> 0.98.0-5 --- codex.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex.spec b/codex.spec index 604c170..f553447 100644 --- a/codex.spec +++ b/codex.spec @@ -10,7 +10,7 @@ Name: codex Version: 0.98.0 -Release: 4 +Release: 5 Summary: OpenAI Codex command-line interface License: Apache-2.0 @@ -72,7 +72,7 @@ cd %{crate_dir} %if %{has_fedora_macros} %cargo_install %else -install -Dpm 0755 target/release/codex %{buildroot}%{_bindir}/codex +install -Dpm 0755 ../target/release/codex %{buildroot}%{_bindir}/codex %endif # Shell completion files are generated from the built binary.