Fix gathering of srpms (thanks skvidal)

This commit is contained in:
Jesse Keating 2007-02-26 13:06:31 -05:00 committed by Jesse Keating
parent c564cee4f6
commit 2f3a891a5c
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
* Mon Feb 26 2007 Jesse Keating <jkeating@redhat.com>
- Fix gathering of srpms (thanks skvidal)
* Wed Feb 21 2007 Jesse Keating <jkeating@redhat.com>
- Don't use TMPDIR with buildinstall for now

View File

@ -246,6 +246,7 @@ class Gather(yum.YumBase):
# Work around for yum bug
for sack in self.pkgSack.sacks.values():
sack.added = {}
sack.excludes = {}
self.pkgSack.excludes = {}