Enforcing removal of strip post step in rpmbuild (#4025)

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
This commit is contained in:
Mohammed Ahmed
2020-09-24 16:06:03 +05:30
committed by GitHub
parent 582bbdc9c6
commit 76f306ea5c

View File

@@ -1,6 +1,8 @@
#this is a template spec and actual spec will be generated
#debuginfo not supported with Go
%global debug_package %{nil}
%global _enable_debug_package 0
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
%global package_name odo
%global product_name odo
%global golang_version ${GOLANG_VERSION}