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:
commit
dbb6dc5bcf
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user