diff --git a/golang.spec b/golang.spec index 50001fd..0cdb8e6 100644 --- a/golang.spec +++ b/golang.spec @@ -24,8 +24,6 @@ # let this match the macros in macros.golang %global goroot /usr/lib/%{name} -%global gopath %{_datadir}/gocode -%global go_arches %{ix86} x86_64 %{arm} aarch64 %ifarch x86_64 %global gohostarch amd64 %endif @@ -94,7 +92,7 @@ Obsoletes: %{name}-vim < 1.4 Obsoletes: emacs-%{name} < 1.4 # These are the only RHEL/Fedora architectures that we compile this package for -ExclusiveArch: %{go_arches} +ExclusiveArch: %{golang_arches} Source100: golang-gdbinit Source101: golang-prelink.conf