mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
mkosi: Disable add-determinism on Fedora
This was added for reproducible builds which we don't really care about when building rpms in mkosi, so disable it from running as it's broken and breaks our rpm builds.
This commit is contained in:
parent
3b046883ad
commit
e74a994ebf
@ -72,6 +72,7 @@ ANNOBIN="no-active-checks" rpmbuild \
|
|||||||
--define "__brp_strip_comment_note %{nil}" \
|
--define "__brp_strip_comment_note %{nil}" \
|
||||||
--define "__brp_strip_static_archive %{nil}" \
|
--define "__brp_strip_static_archive %{nil}" \
|
||||||
--define "__brp_check_rpaths %{nil}" \
|
--define "__brp_check_rpaths %{nil}" \
|
||||||
|
--undefine __brp_add_determinism \
|
||||||
--define "__elf_exclude_path ^/usr/lib/systemd/tests/unit-tests/.*$" \
|
--define "__elf_exclude_path ^/usr/lib/systemd/tests/unit-tests/.*$" \
|
||||||
--define "__script_requires %{nil}" \
|
--define "__script_requires %{nil}" \
|
||||||
--define "_find_debuginfo_dwz_opts %{nil}" \
|
--define "_find_debuginfo_dwz_opts %{nil}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user