Don't show tied packages warning for packages not in current repository
This commit is contained in:
parent
f93e2c7c81
commit
af38e53b8b
@ -631,9 +631,10 @@ resolveFirstLevelDependencies(struct configTag *ct, int archidx)
|
|||||||
} /* for */
|
} /* for */
|
||||||
if ((found >= 1) &&
|
if ((found >= 1) &&
|
||||||
(currheader->altrepository != 0) &&
|
(currheader->altrepository != 0) &&
|
||||||
|
(currheader->altrepository = ct->repository_level) &&
|
||||||
(provided->provider[foundprovider]->sourceheader != currheader->sourceheader) &&
|
(provided->provider[foundprovider]->sourceheader != currheader->sourceheader) &&
|
||||||
(provided->provider[foundprovider]->altrepository == currheader->altrepository)) {
|
(provided->provider[foundprovider]->altrepository == currheader->altrepository)) {
|
||||||
snprintf(warning, PATH_MAX, "%s(%s,%s) requires %s(%s,%s) because it only provides %s = %s",
|
snprintf(warning, PATH_MAX, "%s(%s,%s) requires %s(%s,%s) because it provides %s=%s",
|
||||||
currheader->name,
|
currheader->name,
|
||||||
currheader->arch,
|
currheader->arch,
|
||||||
ct->repository[currheader->altrepository]->tag,
|
ct->repository[currheader->altrepository]->tag,
|
||||||
|
Loading…
Reference in New Issue
Block a user