Kevin,

On Mon, 2022-08-29 at 13:07 -0700, Kevin Fenzi wrote:
On Sun, Aug 28, 2022 at 07:38:31PM +1000, Frank Crawford wrote:
...

I think you answered my issue here, I did not allow sufficient time for
the repo to refresh before submitting the second build.

For reference, the packages were python-zipp-0.5.1-1.el9 and python-
importlib-metadata-4.6.3-2.el9 and the commands I ran were:

fedpkg request-side-tag
koji wait-repo <tag>
koji tag-pkg <tag> python-zipp-0.5.1-1.el9
fedpkg build --target=<tag>

It looks like I needed to do another "koji wait-repo <tag>" between the
tag-pkg and build, but I will say that it is not obvious in any of the
documentation I could find, that this needed.

:( Which documentation were you looking at for this?
We should try and update it...

The document I used was https://docs.fedoraproject.org/en-US/package-maintainers/Package_Update_Guide/#multiple_packages

It was the only place I could find that really talked about side-tags, and wait-repo looks only mentioned in passing.  Once you know it is needed it is more obvious, but not if you haven't used them much before.

The wait repo is needed because you added a build and now it needs to
regenerate the repodata to include it.

kevin

Regards
Frank