Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fb3c977c5 | ||
|
|
845cc59e1d | ||
|
|
652365b911 | ||
|
|
521674aa1a | ||
|
|
56c68aab53 | ||
|
|
ff357ca778 | ||
|
|
2a37c31478 | ||
|
|
462b3a073e | ||
|
|
eab1f7edad |
2 changed files with 6 additions and 3 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (systemd-259.1.tar.gz) = 7cbeca5dad6413a876809200583854ddc706b7a69deff958eb1ca1afb726cf4dec014006c10d1945c450b754811d4b95a80fe1778cb3136997f6d11b11c0560e
|
||||
SHA512 (systemd-259.8.tar.gz) = 02d441090a58b7cde5cc314b41e4b67d73e04e0190b79dda90ffdfc93a25e480c2416d08022c92718af2956237ce06e832fb54a6d34c04f5840caff826b0a232
|
||||
|
|
|
|||
|
|
@ -23,7 +23,10 @@
|
|||
# e.g. when re-building cryptsetup on a json-c SONAME-bump.
|
||||
%bcond bootstrap 0
|
||||
%bcond tests 1
|
||||
%bcond lto 1
|
||||
|
||||
# riscv64 has LTO disabled globally
|
||||
%bcond lto %["%_arch" != "riscv64"]
|
||||
|
||||
# Build docs on 64-bit architectures only
|
||||
%bcond docs %[%{?__isa_bits} >= 64]
|
||||
|
||||
|
|
@ -73,7 +76,7 @@ Url: https://systemd.io
|
|||
# But don't do that on OBS, otherwise the version subst fails, and will be
|
||||
# like 257-123-gabcd257.1 instead of 257-123-gabcd
|
||||
%if %{without obs}
|
||||
Version: %{?version_override}%{!?version_override:259.1}
|
||||
Version: %{?version_override}%{!?version_override:259.8}
|
||||
%else
|
||||
Version: %{?version_override}%{!?version_override:%(cat meson.version)}
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue