diff options
| author | Ed Marshall <esm@logic.net> | 2017-03-06 20:36:37 -0800 |
|---|---|---|
| committer | Ed Marshall <esm@logic.net> | 2017-03-06 20:36:37 -0800 |
| commit | 1a639bbf63746aaa9b6887f368ae9002602aaeeb (patch) | |
| tree | b802855e50467c583aa11132441ecdd44e73f1b1 | |
| parent | a355a14a8523c51bb3adc311f300ea7e955c89f6 (diff) | |
| download | vault-1a639bbf63746aaa9b6887f368ae9002602aaeeb.tar.gz vault-1a639bbf63746aaa9b6887f368ae9002602aaeeb.tar.xz vault-1a639bbf63746aaa9b6887f368ae9002602aaeeb.zip | |
Need systemd-units to build in copr
| -rw-r--r-- | vault.spec | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
