Shouldn't the koji build machines automatically use the latest operating system packages? If so, where do I report an outdated package?
golang on el8 was updated to 1.26.5 last week, but a build I did on koji yesterday still used 1.25.10. https://kojipkgs.fedoraproject.org//packages/apptainer/1.5.3/1.el8/data/logs...
Dave
V Wed, Jul 22, 2026 at 07:24:41AM -0500, Dave Dykstra via devel napsal(a):
Shouldn't the koji build machines automatically use the latest operating system packages? If so, where do I report an outdated package?
golang on el8 was updated to 1.26.5 last week, but a build I did on koji yesterday still used 1.25.10. https://kojipkgs.fedoraproject.org//packages/apptainer/1.5.3/1.el8/data/logs...
I think you should report it at https://forge.fedoraproject.org/releng/tickets/issues.
The reported golang package is modular and I believe that because Koji does not support modules, somebody from relengs needs to gather updated modular packages and manually add them to a side repository used by the build EPEL build root.
-- Petr
On Wed, Jul 22, 2026 at 02:44:10PM +0200, Petr Pisar via devel wrote:
V Wed, Jul 22, 2026 at 07:24:41AM -0500, Dave Dykstra via devel napsal(a):
Shouldn't the koji build machines automatically use the latest operating system packages? If so, where do I report an outdated package?
golang on el8 was updated to 1.26.5 last week, but a build I did on koji yesterday still used 1.25.10. https://kojipkgs.fedoraproject.org//packages/apptainer/1.5.3/1.el8/data/logs...
I think you should report it at https://forge.fedoraproject.org/releng/tickets/issues.
The reported golang package is modular and I believe that because Koji does not support modules, somebody from relengs needs to gather updated modular packages and manually add them to a side repository used by the build EPEL build root.
We actually sync all default modules and then 'flatten' them into the buildroot. Which works fine most of the time, but there was an expired cert that prevented this from happening. ;( I've setup a new cert and re-synced things and it should be fixed now.
kevin