Fix gathering of srpms (thanks skvidal)
This commit is contained in:
parent
c564cee4f6
commit
2f3a891a5c
@ -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
|
||||
|
||||
|
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user