Don't run fulltree on packages added via fulltree.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Daniel Mach 2015-07-23 08:04:42 -04:00 committed by Lubomír Sedlář
parent a5d302d036
commit ddba26edd7
1 changed files with 3 additions and 0 deletions

View File

@ -578,6 +578,9 @@ class Gather(GatherBase):
self._set_flag(i, "fulltree")
added.add(i)
# don't run fulltree on added packages
self.finished_add_fulltree_packages[i] = []
self.finished_add_fulltree_packages[pkg] = fulltree_pkgs
return added