Sometime ago I asked a similar question on matrix (or IRC?) Fedora
Devel and some very kind person provided the following. I cannot
recall who it was.

My use case is simple, build Kubernetes or CRI-O using a version of
golang in updates-testing but not yet available in stable. I have used
these steps several times since F39 was a new thing.

```
fedpkg request-side-tag --base-tag f39-build
koji wait-repo f39-build-side-xxxxx
koji tag f39-build-side-xxxxx golang-1.21.3-1.fc39
koji wait-repo f39-build-side-xxxxx --build=golang-1.21.3-1.fc39
Build your package: fedpkg build --target=f39-build-side-xxxxx
koji untag f39-build-side-xxxxx golang-1.21.3-1.fc39
```
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to