Set native package architecture to noarch
Gerrit itself does not depend on the processor architecture
and thus could potentially run on both i386, x86 or other platforms.
It is better then to flag the resulting packages as noarch
Change-Id: I1aa36da20589b9fea58e347917ccccccaac6441e
diff --git a/fpm/Makefile b/fpm/Makefile
index 947a256..5b07903 100644
--- a/fpm/Makefile
+++ b/fpm/Makefile
@@ -25,7 +25,7 @@
BUILD_SCRIPTS=$(foreach script,$(SCRIPTS),$(SCRIPTS_ROOT)/$(script))
FPM_OPTS=-s dir \
- -f -n $(NAME) -v $(VERSION) --iteration $(RELEASE) --category $(CATEGORY) \
+ -f -n $(NAME) -v $(VERSION) --iteration $(RELEASE) --category $(CATEGORY) -a $(BUILD_ARCH) \
--description "$(SUMMARY)" --url $(WEB_URL) --license "$(LICENSE)" \
--depends git \
--PKG-user $(USER) --PKG-group $(GROUP) \