Re: Packaging a go application

2020-12-20 Thread Robin Opletal
Hi Robert, Thanks for the awesome write-up! This will help a lot. I am unsure how I managed to miss your reply. Cheers! On 12/9/20 8:20 PM, Robert-André Mauchin wrote: This gonna be tricky because of the Makefile we can't use because we do not support Go modules yet. And git.sr.ht is not a

Re: End of CentOS Linux: What about Fedora?

2020-12-17 Thread Robin Opletal
I think this wouldn't be that much of a problem - what I think is bad is that CentOS Stream security updates aren't going to come before RHEL's will, and they will essentially be backported, at least as I understood it. Correct me if I am wrong On Wed Dec 9, 2020 at 5:52 PM CET, Adam Williamson w

Re: Packaging a go application

2020-12-09 Thread Robin Opletal
On Tue Dec 8, 2020 at 8:17 PM CET, Dan Čermák wrote: > Hi Robin, Hi Dan, > BuildRequires: golang($url/$owner/$pkg) > indicates a dependent package that must be available in Fedora. It is > actually not a macro, it's just a naming convention for golang packages > (more specifically, this is a capa

Packaging a go application

2020-12-07 Thread Robin Opletal
Hi, As I have said earlier, I am trying to package aerc, the mail client, for Fedora. What didn't cross my mind is that internet access will be limited during the build, thus the automatic dependency resolution from the Makefile during the build stage of aerc doesn't work. I was wondering what th

Introduction

2020-12-07 Thread Robin Opletal
Hi, My name is Robin Opletal, I am from the Czech Republic and online I tend to go under the name of "fourstepper". I would like to help out with maintaining packages of interest for Fedora, currently, I am interested in getting aerc, the terminal e-mail client packaged for Fedo