Since Dec 4 2019 (that's the oldest case I could find) builds in el6-candidate target are getting dist tag set to el6_10 instead of el6. This is causing fedpkg update to fail since it has no idea about this dist tag.
el6-candidate
el6_10
el6
Hardcoding the value in Fedpkg is ugly and a workaround rather than a fix. If there was a place to query the information, fedpkg could get the information from there. The best place for that would be in Koji.
But if changes are being done to Koji configuration, it might be simpler to just override the value and restore old dist tag. As far as I can tell, it would be done by koji edit-tag dist-6E-epel-build -x rpm.macro.dist=el6.
koji edit-tag dist-6E-epel-build -x rpm.macro.dist=el6
The sooner the better.
When packages for EPEL 6 are no longer built.
People will not be able to submit updates with fedpkg update.
fedpkg update
Done. Sorry we didn't detect this sooner... it comes in redhat-release-server rpms. ;(
Please re-open if there's more to do than the koji change.
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.