Re: Default NodeJS stream packages with versioned names are not available

2024-03-21 Thread Stephen Gallagher
On Thu, Mar 21, 2024 at 6:28 AM Jan Staněk wrote: > Stephen Gallagher writes: > > That said, I agree that it's completely reasonable to have the default > > version also `Provides: nodejsXX` and I'll look into it. > > Provides is something I did not consider at all, and it looks like the > easie

Re: Default NodeJS stream packages with versioned names are not available

2024-03-21 Thread Jan Staněk
Miro Hrončok writes: > Python does this similarly to nodejs (we have python3.11, pytohn3, > python3.13 in rawhide today), with one difference. The python3 package > provides python3.12. So when you do: > > requires: > - python3.12 > > It just works. > > I believe nodejs should provid

Re: Default NodeJS stream packages with versioned names are not available

2024-03-21 Thread Jan Staněk
Stephen Gallagher writes: > That said, I agree that it's completely reasonable to have the default > version also `Provides: nodejsXX` and I'll look into it. Provides is something I did not consider at all, and it looks like the easiest way forward! Let me know when you get around to it; alternat

Re: Default NodeJS stream packages with versioned names are not available

2024-03-20 Thread Stephen Gallagher
On Wed, Mar 20, 2024 at 12:35 PM Jan Staněk wrote: > > Hello all, > recently, when trying to spin up a CI for NodeJS in Fedora, I ran into a > slight problem: when a NodeJS stream is the default one, versioned > packages (i.e. nodejs20) are not generated and are not installable. > > For example, o

Re: Default NodeJS stream packages with versioned names are not available

2024-03-20 Thread Miro Hrončok
On 20. 03. 24 17:35, Jan Staněk wrote: Hello all, recently, when trying to spin up a CI for NodeJS in Fedora, I ran into a slight problem: when a NodeJS stream is the default one, versioned packages (i.e. nodejs20) are not generated and are not installable. For example, on current rawhide, I can

Default NodeJS stream packages with versioned names are not available

2024-03-20 Thread Jan Staněk
Hello all, recently, when trying to spin up a CI for NodeJS in Fedora, I ran into a slight problem: when a NodeJS stream is the default one, versioned packages (i.e. nodejs20) are not generated and are not installable. For example, on current rawhide, I cannot install `nodejs20` package, only `nod