Re: Automatically generated Obsoletes tags?

2021-11-29 Thread Elliott Sales de Andrade
On Mon, 29 Nov 2021 at 08:04, Tomáš Orsava wrote: > > The downside is that we will have a few thousand (est. 3624 [1]) > additional Obsoletes tags in the Fedora repos that are mostly useless. > Does anyone see a problem with this? Given the amount of tags already > present (e.g. 336 thousand

Automatically generated Obsoletes tags?

2021-11-29 Thread Tomáš Orsava
Hi, I'm working on a way to automatically generate Obsoletes tags for Python packages. I.e. for each `python3-foo` package, the automatic generator would create a tag `Obsoletes: python3.10-foo < X-Y` (assuming python3 version is 3.10). Currently we automatically generate only Provides tags,