Re: Execute RPM dependency generators on the .spec file which ships them

2023-10-18 Thread Vít Ondruch
The package is in Fedora now. The practical demonstration are these two commits: https://src.fedoraproject.org/fork/vondruch/rpms/ruby/c/6d8ecfca02947b5f1ce48cc51943e5f127d93be2 https://src.fedoraproject.org/fork/vondruch/rpms/ruby/c/865f5b3a896ed1b423add7ffe0601707155828ef from this PR:

Re: Execute RPM dependency generators on the .spec file which ships them

2023-10-16 Thread Vít Ondruch
Dne 16. 10. 23 v 16:35 Miroslav Suchý napsal(a): Dne 16. 10. 23 v 16:16 Vít Ondruch napsal(a): Can somebody help me please with a package review? The package can't be simpler. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2244428 Thx in advance Done. You are welcome. Thx a lot

Re: Execute RPM dependency generators on the .spec file which ships them

2023-10-16 Thread Miroslav Suchý
Dne 16. 10. 23 v 16:16 Vít Ondruch napsal(a): Can somebody help me please with a package review? The package can't be simpler. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2244428 Thx in advance Done. You are welcome. -- Miroslav Suchy, RHCA Red Hat, Manager, Packit and CPT,

Re: Execute RPM dependency generators on the .spec file which ships them

2023-10-16 Thread Vít Ondruch
Can somebody help me please with a package review? The package can't be simpler. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2244428 Thx in advance Vít Dne 06. 10. 23 v 18:06 Vít Ondruch napsal(a): I am still playing with idea of executing RPM dependency generators on the .spec

Re: Execute RPM dependency generators on the .spec file which ships them

2023-10-12 Thread Vít Ondruch
Just FTR, this is how the generators would be used in practice: ~~~ $ git diff diff --git a/ruby.spec b/ruby.spec index 1aea20b..51f3065 100644 --- a/ruby.spec +++ b/ruby.spec @@ -196,6 +196,11 @@ Source15: test_openssl_fips.rb  %{load:%{SOURCE4}}  %{load:%{SOURCE5}} +%global

Re: Execute RPM dependency generators on the .spec file which ships them

2023-10-09 Thread Maxwell G
On Mon Oct 9, 2023 at 17:30 +0200, Vít Ondruch wrote: > > Dne 09. 10. 23 v 9:21 Petr Pisar napsal(a): > > V Fri, Oct 06, 2023 at 06:06:14PM +0200, Vít Ondruch napsal(a): > > That's hilarious because it's completely out of specification for the > > genarators > >

Re: Execute RPM dependency generators on the .spec file which ships them

2023-10-09 Thread Vít Ondruch
Dne 09. 10. 23 v 9:21 Petr Pisar napsal(a): V Fri, Oct 06, 2023 at 06:06:14PM +0200, Vít Ondruch napsal(a): I am still playing with idea of executing RPM dependency generators on the .spec file which ships them. I have created RPM RFE ticket quite a while ago here:

Re: Execute RPM dependency generators on the .spec file which ships them

2023-10-09 Thread Petr Pisar
V Fri, Oct 06, 2023 at 06:06:14PM +0200, Vít Ondruch napsal(a): > I am still playing with idea of executing RPM dependency generators on the > .spec file which ships them. I have created RPM RFE ticket quite a while ago > here: > > https://github.com/rpm-software-management/rpm/issues/782 > > So

Execute RPM dependency generators on the .spec file which ships them

2023-10-06 Thread Vít Ondruch
I am still playing with idea of executing RPM dependency generators on the .spec file which ships them. I have created RPM RFE ticket quite a while ago here: https://github.com/rpm-software-management/rpm/issues/782 So for no luck with having this implemented. However, I think there is