summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vault.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/vault.spec b/vault.spec
index 400ecf7..122a84c 100644
--- a/vault.spec
+++ b/vault.spec
@@ -62,6 +62,9 @@ ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
+# Need _unitdir macro
+BuildRequires: systemd-units
+
%if ! 0%{?with_bundled}
# Remaining dependencies not included in main packages
BuildRequires: golang(github.com/hashicorp/hcl)