Re: Review request: go2rpm dependencies for latest Hugo

2024-01-02 Thread W. Michael Petullo
> With the new naming schema the "-2" is dropped in favour of just "2". > You can check with the following command: > > $ go2rpm github.com/bep/godartsass/v2 -f > https://github.com/bep/godartsass -v 2.0.0 > golang-github-bep-godartsass2.spec > > Yo

Re: Review request: go2rpm dependencies for latest Hugo

2024-01-02 Thread Mikel Olasagasti
Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2023 abe. 31(a), ig. (19:49)): > > > Can you use go2rpm-1.10 to generate the specs? > > I regenerated each package using go2rpm. This left > golang-github-bep-godartsass with a -2.0.0 suffix, which I thought to

Re: Review request: go2rpm dependencies for latest Hugo

2023-12-31 Thread W. Michael Petullo
> Can you use go2rpm-1.10 to generate the specs? I regenerated each package using go2rpm. This left golang-github-bep-godartsass with a -2.0.0 suffix, which I thought too exclusive when compared to -2. Is this right? -- Mike :wq -- ___ golang mail

Re: Review request: go2rpm dependencies for latest Hugo

2023-12-31 Thread Mikel Olasagasti
Hi Mike, Can you use go2rpm-1.10 to generate the specs? There are a couple of changes in the specs generated that will make updates easier, but will also change the name of golang-github-bep-godartsass-2. Regards, Mikel Hau idatzi du W. Michael Petullo (m...@flyn.org) erabiltzaileak (2023 abe

Review request: go2rpm dependencies for latest Hugo

2023-12-30 Thread W. Michael Petullo
/show_bug.cgi?id=2256305 golang-github-apex-logs: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2256304 golang-github-apex-log: https://bugzilla.redhat.com/show_bug.cgi?id=2256303 I generated each of these using go2rpm, and I have started to build them in COPR at: https

Announcing go2rpm 1.7.0

2022-08-06 Thread Robert-André Mauchin
Hello, Go2rpm 1.7.0 has been published, featuring: - Use of SPDX licenses - Automatic Generation of RPM Release Fields and Changelogs are now the default. (-r flag) - By default, the cache for chosen Go import path is now cleaned. (-C flag) Best regards, Robert-André

Re: go2rpm

2019-04-01 Thread Robert-André Mauchin
On Monday, 1 April 2019 18:03:22 CEST Neal Gompa wrote: > > Would you consider making a pull request to make it so we can use > askalono in fedora-review as an alternative to licensecheck, when > available? > Not sure it is a good idea: current licensecheck scans all files notably headers in al

Re: go2rpm

2019-04-01 Thread Neal Gompa
; Sent: Sunday, March 31, 2019 6:29:30 PM > > > Subject: go2rpm > > > > > > Hello, > > > > > > I have written go2rpm, based off rust2rpm, to convert Go packages to RPM. > > > It is available here: https://pagure.io/GoSIG/go2rpm > > > &

Re: go2rpm

2019-04-01 Thread Robert-André Mauchin
On Monday, 1 April 2019 09:40:09 CEST Jakub Cajka wrote: > - Original Message - > > > From: "Robert-André Mauchin" > > To: golang@lists.fedoraproject.org > > Sent: Sunday, March 31, 2019 6:29:30 PM > > Subject: go2rpm > > > > Hello, &g

Re: go2rpm

2019-04-01 Thread Jakub Cajka
- Original Message - > From: "Robert-André Mauchin" > To: golang@lists.fedoraproject.org > Sent: Sunday, March 31, 2019 6:29:30 PM > Subject: go2rpm > > Hello, > > I have written go2rpm, based off rust2rpm, to convert Go packages to RPM. > It

go2rpm

2019-03-31 Thread Robert-André Mauchin
Hello, I have written go2rpm, based off rust2rpm, to convert Go packages to RPM. It is available here: https://pagure.io/GoSIG/go2rpm It needs code review and extensive testing, as I am a Python noob. Please send merge requests. Best regards, Robert-André