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:
Zbigniew Jędrzejewski-Szmek 2024-03-22 13:01:02 +01:00
commit b6f8f82d8b

View file

@ -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