#349 RFE: Allow compatbility packages by automation
Opened by churchyard. Modified

If there is a request for an exception like this one: https://pagure.io/releng/fedora-scm-requests/issue/74637

  • The code could check if the name of the package ends with "version-like string" (for starts, e.g. check if it matches ^\S+(\D|\d_)(\d+\.)*\d+$).
  • if so, it should check if the package name with the version stripped (re.sub(r'_?(\d+\.)*\d+$', '', pkgname)) already exists in Fedora.

Such a request could then be approved by the bot.


Metadata