Re: [Rpm-maint] [rpm-software-management/rpm] [RFE] Autogenerate source archive decompression dependencies (#1396)

2020-10-12 Thread Panu Matilainen
Yup, it's not a new idea, we've even had a ticket for it but that's probably gotten lost in the jump to GH. I had a PoC that threw sources at %{uncompress:...} and grabbed the result up to the first space, which kinda works but of course has the limitation of not supporting executables with whi

Re: [Rpm-maint] [rpm-software-management/rpm] [RFE] Autogenerate source archive decompression dependencies (#1396)

2020-10-12 Thread Vít Ondruch
This request is inspired by this ML thread: https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/CDU375QSFDEKX3HRNQPBAGEFJORVE2TK -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.c

[Rpm-maint] [rpm-software-management/rpm] [RFE] Autogenerate source archive decompression dependencies (#1396)

2020-10-12 Thread Vít Ondruch
I am experimenting with something like this: ~~~diff $ git diff diff --git a/rubygem-abrt.spec b/rubygem-abrt.spec index 22ac9aa..79e9a53 100644 --- a/rubygem-abrt.spec +++ b/rubygem-abrt.spec @@ -30,6 +30,25 @@ BuildArch: noarch %description doc Documentation for %{name}. +%global __spec_buil