Accepting request 1233631 from utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-cliff?expand=0&rev=16
This commit is contained in:
Ana Guerrero 2024-12-30 11:51:26 +00:00 committed by Git OBS Bridge
commit dbb6dc5bcf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 21 04:55:18 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Attempt to build by ignoring rust version.
-------------------------------------------------------------------
Sat Dec 21 01:45:02 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

View File

@ -69,7 +69,7 @@ Bash command-line completion support for %{name}.
%build
# We don't need to check an update. github feature is nice to have though
%{cargo_build} --no-default-features -F github
%{cargo_build} --ignore-rust-version --no-default-features -F github
mkdir -p target/completions/
mkdir -p target/man/
OUT_DIR=target/completions/ ./target/release/%{name}-completions