Reported in matrix by @decathorpe:
I just happened to notice that all (?) packages from EPEL 10 are also in the epel10.1-openh264 tag in koji - is this intentional? https://koji.fedoraproject.org/koji/packages?inherited=0&tagID=106117&order=package_name&blocked=0
Earlier versions of this tag have empty package lists if you exclude inheritance (they inherit from the base tag).
❯ koji list-pkgs --noinherit --tag epel9-openh264 (no matching packages) carl ~ ❯ koji list-tag-inheritance epel9-openh264 epel9-openh264 (59664) .... └─epel9 (45724) carl ~ ❯ koji list-pkgs --noinherit --tag epel10.0-openh264 (no matching packages) carl ~ ❯ koji list-tag-inheritance epel10.0-openh264 epel10.0-openh264 (97846) .... └─epel10.0 (93217)
The problem is the make-koji-release-tags script created the epel10.1-openh264 tag using koji clone-tag --all, which pulls in the original tag's package list, including inheritance. #12667 switches that script to use koji add-tag instead for future mass branching.
koji clone-tag --all
koji add-tag
For the existing tag, I cleaned it up by deleting it and recreating it with koji add-tag, then retagging the builds that used it previously.
Metadata Update from @carlwgeorge: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)