diff options
author | baude <bbaude@redhat.com> | 2018-10-01 10:15:43 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-10-04 09:48:22 -0500 |
commit | c6a6c06435516f6438a1dfe739845ba6490e0513 (patch) | |
tree | 533a47a197e75c4b879e7433246bde6cc09f1539 /contrib | |
parent | 3750b35ae2a22e7f7bc0070c5c2dadf1ef437074 (diff) | |
download | podman-c6a6c06435516f6438a1dfe739845ba6490e0513.tar.gz podman-c6a6c06435516f6438a1dfe739845ba6490e0513.tar.bz2 podman-c6a6c06435516f6438a1dfe739845ba6490e0513.zip |
re-add BR for golang compiler to contrib/spec/podman.spec.in
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index a577581a3..a114d8384 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -49,7 +49,9 @@ Source1: crio.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 -# If go_compiler is not set to 1, there is no virtual provide. Use golang instead. +# The COPR process will uncomment this +#BuildRequires: golang-bin +# BuildRequires: btrfs-progs-devel BuildRequires: glib2-devel BuildRequires: glibc-devel |