Hi folks.

I'm playing with RPM packaging for the first time, managed to package a golang software: https://copr.fedorainfracloud.org/coprs/jwendell/helm/ (SPEC: https://github.com/jwendell/copr-helm/blob/master/helm.spec).

However I have a question: This software in particular uses glide at build time to download its dependencies (glide install), so I did the same at my SPEC file. Is there anything I could do to be able to do an offline build?

Thanks.