From 34fd651dfbad2bbb8378a5e20f44a003a4272ad1 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 3 Sep 2015 10:36:52 -0400 Subject: [PATCH] bz1258166 remove srpm macros, for go-srpm-macros --- golang.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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