Re: RPM packaging help

2023-08-14 Thread Andrew Heath
Maxwell, Does this look better diff --git a/receptor.spec b/receptor.spec index 40ed2ac..3b9f9a2 100644 --- a/receptor.spec +++ b/receptor.spec @@ -1,13 +1,7 @@ # Generated by go2rpm 1.9.0 -%bcond_without check -%bcond_without bundled -%bcond_without golang_library -%if %{defined rhel}

Re: RPM packaging help

2023-08-14 Thread Maxwell G
On Mon Aug 14, 2023 at 12:49 -0400, Andrew Heath wrote: > Ok, I tried rebuilding on my f38 mock system with the spec and changes and > running into some issues with the check section, I have attached a link to > the failed section for review. If i comment out the %check section all > builds good

Re: RPM packaging help

2023-08-14 Thread Andrew Heath
*Here is On Mon, Aug 14, 2023 at 2:14 PM Andrew Heath wrote: > Hers the fedorapeople git URL: > https://fedorapeople.org/cgit/aheath1992/public_git/receptor.git/tree/ > > On Mon, Aug 14, 2023 at 1:47 PM Andrew Heath wrote: > >> Sure give me a moment to upload it to my fedorapeople page >> >>

Re: RPM packaging help

2023-08-14 Thread Andrew Heath
Hers the fedorapeople git URL: https://fedorapeople.org/cgit/aheath1992/public_git/receptor.git/tree/ On Mon, Aug 14, 2023 at 1:47 PM Andrew Heath wrote: > Sure give me a moment to upload it to my fedorapeople page > > On Mon, Aug 14, 2023 at 1:35 PM Maxwell G wrote: > >> On Mon Aug 14, 2023

Re: RPM packaging help

2023-08-14 Thread Andrew Heath
Sure give me a moment to upload it to my fedorapeople page On Mon, Aug 14, 2023 at 1:35 PM Maxwell G wrote: > On Mon Aug 14, 2023 at 12:49 -0400, Andrew Heath wrote: > > Ok, I tried rebuilding on my f38 mock system with the spec and changes > and > > running into some issues with the check

Re: RPM packaging help

2023-08-14 Thread Maxwell G
On Mon Aug 14, 2023 at 12:49 -0400, Andrew Heath wrote: > Ok, I tried rebuilding on my f38 mock system with the spec and changes and > running into some issues with the check section, I have attached a link to > the failed section for review. If i comment out the %check section all > builds good

Re: RPM packaging help

2023-08-14 Thread Andrew Heath
Ok, I tried rebuilding on my f38 mock system with the spec and changes and running into some issues with the check section, I have attached a link to the failed section for review. If i comment out the %check section all builds good https://paste.centos.org/view/228dff0e On Mon, Aug 14, 2023 at

Re: RPM packaging help

2023-08-14 Thread Maxwell G
On Mon Aug 14, 2023 at 12:49 +0200, Bob Mauchin wrote: > On Sun, 13 Aug 2023, 21:39 Maxwell G, wrote: > > > > %build > > > %if %{with bundled} > > > export GO111MODULE=on > > > export GOFLAGS=-mod=vendor > > > %endif > > > > I think you can remove these GO* exports. > > > > > > > > > > Why

Re: RPM packaging help

2023-08-14 Thread Bob Mauchin
On Sun, 13 Aug 2023, 21:39 Maxwell G, wrote: > Hi Robert-André and Andrew, > > > On Sun Aug 13, 2023 at 11:23 +0200, Robert-André Mauchin wrote: > > On 8/10/23 15:43, Andrew Heath wrote: > > > All, > > > My name is Andrew, and I have been working with the Fedora Infra team > and we are trying to

Re: RPM packaging help

2023-08-13 Thread Brad Smith
On Sun, Aug 13, 2023 at 12:40 PM Maxwell G wrote: > > > Please let me know if there is anything that can be done with the > > kubernetes rpms to help. > > The kubernetes rpms are completely separate from the unbundled > golang-k8s-* packages and use bundled dependencies as far as I know. >

Re: RPM packaging help

2023-08-13 Thread Maxwell G
On Sun Aug 13, 2023 at 11:28 -0700, Brad Smith wrote: > On Sun, Aug 13, 2023 at 9:12 AM Robert-André Mauchin > wrote: > > > > > > > I don't have an ETA on the K8S situation. > > > > Please let me know if there is anything that can be done with the > kubernetes rpms to help. The kubernetes rpms

Re: RPM packaging help

2023-08-13 Thread Maxwell G
Hi Robert-André and Andrew, On Sun Aug 13, 2023 at 11:23 +0200, Robert-André Mauchin wrote: > On 8/10/23 15:43, Andrew Heath wrote: > > All, > > My name is Andrew, and I have been working with the Fedora Infra team and > > we are trying to > > create some RPMs for some projects that we are

Re: RPM packaging help

2023-08-13 Thread Brad Smith
On Sun, Aug 13, 2023 at 9:12 AM Robert-André Mauchin wrote: > > > I don't have an ETA on the K8S situation. > Please let me know if there is anything that can be done with the kubernetes rpms to help. Best regards Brad ___ devel mailing list --

Re: RPM packaging help

2023-08-13 Thread Andrew Heath
Robert, Thanks again for your help! On Sun, Aug 13, 2023, 12:12 PM Robert-André Mauchin wrote: > On 8/13/23 17:30, Andrew Heath wrote: > > Robert, > > Thank you, this is very helpful, so I guess the questions I have is if > I'm reading > > your email correctly > > > > 1. Is for now we need to

Re: RPM packaging help

2023-08-13 Thread Robert-André Mauchin
On 8/13/23 17:30, Andrew Heath wrote: Robert, Thank you,  this is very helpful, so I guess the questions I have is if I'm reading your email correctly 1. Is for now we need to deal with the vendor directory, but should start working to packaging some of the go-lang dependencies as rpms?

Re: RPM packaging help

2023-08-13 Thread Andrew Heath
Robert, Thank you, this is very helpful, so I guess the questions I have is if I'm reading your email correctly 1. Is for now we need to deal with the vendor directory, but should start working to packaging some of the go-lang dependencies as rpms? 2. With the bundled vendor directory we have a

Re: RPM packaging help

2023-08-13 Thread Robert-André Mauchin
On 8/10/23 15:43, Andrew Heath wrote: All, My name is Andrew, and I have been working with the Fedora Infra team and we are trying to create some RPMs for some projects that we are working on, one of the RPMs we need to create is for the Ansible receptor[1

Re: RPM packaging help

2023-08-10 Thread Maxwell G
Hi Robert-André and Andrew, On Fri Aug 11, 2023 at 06:47 +0200, Robert-André Mauchin wrote: > On 8/10/23 15:43, Andrew Heath wrote: > > All, > > My name is Andrew, and I have been working with the Fedora Infra team and > > we are trying to > > create some RPMs for some projects that we are

Re: RPM packaging help

2023-08-10 Thread Robert-André Mauchin
On 8/10/23 15:43, Andrew Heath wrote: All, My name is Andrew, and I have been working with the Fedora Infra team and we are trying to create some RPMs for some projects that we are working on, one of the RPMs we need to create is for the Ansible receptor[1

Re: RPM packaging help

2023-08-10 Thread Adam Williamson
On Thu, 2023-08-10 at 09:43 -0400, Andrew Heath wrote: > All, > My name is Andrew, and I have been working with the Fedora Infra team and > we are trying to create some RPMs for some projects that we are working on, > one of the RPMs we need to create is for the Ansible receptor[1 >

Re: RPM packaging help

2023-08-10 Thread Priscila Gutierres
Hello Andrew, I have some experience with golang and python packaging, but working on RHEL, not Fedora. But we can walk through together to decipher it. Priscila. On Thu, Aug 10, 2023 at 10:43 AM Andrew Heath wrote: > All, > My name is Andrew, and I have been working with the Fedora Infra

RPM packaging help

2023-08-10 Thread Andrew Heath
All, My name is Andrew, and I have been working with the Fedora Infra team and we are trying to create some RPMs for some projects that we are working on, one of the RPMs we need to create is for the Ansible receptor[1 ]. I have a copy of the spec file from