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

2024-09-27 Thread Dridi Boukelmoune
> Out of curiosity, where do you use it? I used it for the hare package I was working on: https://copr.fedorainfracloud.org/coprs/dridi/harelang/packages/ I have locally removed the bootstrap step but haven't had enough spare time since to realign the sample of packages I was working with. Drid

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

2024-09-09 Thread Vít Ondruch
Dne 09. 09. 24 v 16:13 Vít Ondruch napsal(a): Dne 04. 09. 24 v 22:43 Dridi Boukelmoune napsal(a): On Wed, Sep 4, 2024 at 12:39 PM Vít Ondruch wrote: And the package has been retired in Rawhide, because RPM 4.20+ provides its own implementation (and there should not be other users to my knowl

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

2024-09-09 Thread Vít Ondruch
Dne 04. 09. 24 v 22:43 Dridi Boukelmoune napsal(a): On Wed, Sep 4, 2024 at 12:39 PM Vít Ondruch wrote: And the package has been retired in Rawhide, because RPM 4.20+ provides its own implementation (and there should not be other users to my knowledge): I just started using it, it saves me the

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

2024-09-04 Thread Dridi Boukelmoune
On Wed, Sep 4, 2024 at 12:39 PM Vít Ondruch wrote: > > And the package has been retired in Rawhide, because RPM 4.20+ provides > its own implementation (and there should not be other users to my > knowledge): I just started using it, it saves me the trouble of bootstrapping a package, and I was a

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

2024-09-04 Thread Vít Ondruch
And the package has been retired in Rawhide, because RPM 4.20+ provides its own implementation (and there should not be other users to my knowledge): https://rpm-software-management.github.io/rpm/manual/dependency_generators.html#using-file-attributes-in-their-own-package The difference in use

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: http

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, #brno,

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 fi

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 __local_generator

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: https://github.com/rpm-softw

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