summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Marshall <esm@logic.net>2017-03-06 20:36:37 -0800
committerEd Marshall <esm@logic.net>2017-03-06 20:36:37 -0800
commit1a639bbf63746aaa9b6887f368ae9002602aaeeb (patch)
treeb802855e50467c583aa11132441ecdd44e73f1b1
parenta355a14a8523c51bb3adc311f300ea7e955c89f6 (diff)
downloadvault-1a639bbf63746aaa9b6887f368ae9002602aaeeb.tar.gz
vault-1a639bbf63746aaa9b6887f368ae9002602aaeeb.tar.xz
vault-1a639bbf63746aaa9b6887f368ae9002602aaeeb.zip
Need systemd-units to build in copr
-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)