Re: [Rpm-maint] [rpm-software-management/rpm] brp-strip fails with Guile objects on Fedora 35 (#1765)

2021-09-28 Thread Demi Marie Obenour
> These changes do both to be on the save side. > > On the longer term the question is if the Guile object really should not be > stripped. `eu-strip` should be able to strip those, too. Not sure if we want > to switch over to that in general. Guile is often used as a REPL, so I am not sure if

Re: [Rpm-maint] [rpm-software-management/rpm] Check for NULL after dereference in rpmfi.c (#1782)

2021-09-28 Thread Florian Festi
Closed #1782 via #1784. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/1782#event-5372460130___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Check file iterator for being NULL consistently (#1784)

2021-09-28 Thread Florian Festi
Merged #1784 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1784#event-5372460114___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Check file iterator for being NULL consistently (#1784)

2021-09-28 Thread Florian Festi
Yeah, not beautiful but just good enough for now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1784#issuecomment-929018182___

Re: [Rpm-maint] [rpm-software-management/rpm] brp-strip fails with Guile objects on Fedora 35 (#1765)

2021-09-28 Thread Florian Festi
Closed #1765 via ee5d150aea19ebd10569cd805917acc583719e49. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Don't strip *.go and ELF files with "no maschine" (#1780)

2021-09-28 Thread Florian Festi
Merged #1780 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1780#event-5372346573___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Don't strip *.go and ELF files with "no maschine" (#1780)

2021-09-28 Thread Florian Festi
I talked to mjw about this. eu-strip would probably be able to strip even these Guile files. I don't really know whether they should be stripped or not, though. Excluding the Golang (source) files should really not matter but this is to be on the save side. And yes this whole brp business