From c0ae9c3d7ca66c587c490d9b8e36b357608fb361 Mon Sep 17 00:00:00 2001 From: Ernesto Martinez Garcia Date: Thu, 12 Feb 2026 11:08:08 +0100 Subject: [PATCH] 0.98.0-5 -> 0.98.0-6 --- codex.spec | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/codex.spec b/codex.spec index f553447..d84c85b 100644 --- a/codex.spec +++ b/codex.spec @@ -10,7 +10,7 @@ Name: codex Version: 0.98.0 -Release: 5 +Release: 6 Summary: OpenAI Codex command-line interface License: Apache-2.0 @@ -85,15 +85,8 @@ install -Dpm 0644 codex.fish %{buildroot}%{fish_completions_dir}/codex.fish install -Dpm 0644 _codex %{buildroot}%{zsh_completions_dir}/_codex %check -%if %{with check} -cd %{crate_dir} -%if %{has_fedora_macros} -%cargo_test -%else -cargo test --release -%endif %{buildroot}%{_bindir}/codex --help >/dev/null -%endif +# Cargo tests cause build machine timeout (5h) TODO %files %license LICENSE