Adjust release tag for riscv64
If it is specified externally, we hounour that. Otherwise, default to "1.0.riscv64" on riscv.
This commit is contained in:
parent
58b044d8e9
commit
b6f8f82d8b
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@
|
|||
# Build from git main
|
||||
%bcond upstream 0
|
||||
|
||||
%ifarch riscv64
|
||||
%if !%{defined release_override}
|
||||
%global release_override 1.0.riscv64
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Name: systemd
|
||||
Url: https://systemd.io
|
||||
# Allow users to specify the version and release when building the rpm by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue