Skip to content

Commit d337e31

Browse files
committed
Fix shared handling for 'susetags2solv -d'
We need to record the share data, otherwise we miss the share information when extending the packages.
1 parent eb3aea7 commit d337e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/susetags2solv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ main(int argc, char **argv)
173173
perror(fn);
174174
exit(1);
175175
}
176-
if (repo_add_susetags(repo, fp, defvendor, 0, flags | REPO_REUSE_REPODATA | REPO_NO_INTERNALIZE))
176+
if (repo_add_susetags(repo, fp, defvendor, 0, flags | REPO_REUSE_REPODATA | REPO_NO_INTERNALIZE | SUSETAGS_RECORD_SHARES))
177177
{
178178
fprintf(stderr, "susetags2solv: %s: %s\n", fnp, pool_errstr(pool));
179179
exit(1);

0 commit comments

Comments
 (0)