#13 side-tag not finding a build just added to it
Closed by pingou. Opened by pingou.

So we have two test packages in Fedora: dummy-test-package-crested and dummy-test-package-rubino.

-rubino has a hard BuildRequires on -crested:

BuildRequires:  dummy-test-package-crested-%{version}-%{release}
Requires:       dummy-test-package-crested-%{version}-%{release}

I've created a side-tag: f32-build-side-17881
I built in it dummy-test-package-crested-0-5.fc32: https://koji.fedoraproject.org/koji/buildinfo?buildID=1428731
I ran: koji wait-repo f32-build-side-17881
Then kicked the build for dummy-test-package-rubino-0-5.fc32: https://koji.fedoraproject.org/koji/taskinfo?taskID=40472297 which fails with the error:

No matching package to install: 'dummy-test-package-crested-0-5.fc32'

Am I missing something?


Your dependency condition is wrong. BR: foo-bar = 1.2.3-1

Not much difference :(

No matching package to install: 'dummy-test-package-crested = 0-10.fc32'

https://koji.fedoraproject.org/koji/taskinfo?taskID=40477494 (using chain-build here)

hm, looks like my chain is wrongly specified, let me do another attempt

Yup, that fixing the ordering makes it better and it looks like the builds worked https://koji.fedoraproject.org/koji/taskinfo?taskID=40478489 \ó/

Thanks for the fix @ignatenkobrain !

Metadata Update from @pingou:
- Issue status updated to: Closed (was: Open)

Metadata