#309: Upgradepath test checks for stable repository only even if updates repository exists --------------------+------------------------------------------------------- Reporter: ppisar | Owner: Type: defect | Status: new Priority: major | Milestone: Future tasks Component: core | Keywords: --------------------+------------------------------------------------------- http://autoqa.fedoraproject.org/results/83753-autotest/qa03.c.fedoraproject....
{{{ ======================================== 3:perl-version-0.82-2.fc13 into dist-f13-updates ======================================== [ OK ] dist-f13 No such package: perl-version [ OK ] dist-f13-updates Latest package: 3:perl-version-0.82-1.fc13 [FAIL] dist-f14 Latest package: 3:perl-version-0.82-1.fc14 Error: Requested package must be less than or equal to the latest package [ OK ] dist-f14-updates Latest package: 3:perl-version-0.88-1.fc14 [ OK ] dist-f15 Latest package: 3:perl-version-0.88-3.fc15 [ OK ] dist-f15-updates No such package: perl-version [ OK ] dist-f16 Latest package: 3:perl-version-0.88-3.fc16 RESULT: FAILED }}}
This is normal situation allowed by current packaging guidelines: You can step over EVRA in dist-f14 by dist-f13-updates package if there is higher in dist-f14-updates. IOW, you should merge dist-fN and dist-fN-updates before instead of checking sole dist-fN if dist-fN-updates exists.