projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fc80bd
)
drop requires of atoms to their enclosing patch
author
Klaus Kaempf
<kkaempf@suse.de>
Sat, 8 Apr 2006 08:04:32 +0000
(08:04 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Sat, 8 Apr 2006 08:04:32 +0000
(08:04 +0000)
zypp/source/yum/YUMSourceImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/source/yum/YUMSourceImpl.cc
b/zypp/source/yum/YUMSourceImpl.cc
index
7a72d82
..
848c579
100644
(file)
--- a/
zypp/source/yum/YUMSourceImpl.cc
+++ b/
zypp/source/yum/YUMSourceImpl.cc
@@
-1063,12
+1063,14
@@
namespace zypp
default:
ERR << "Unknown type of atom" << endl;
}
+#if 0 // atoms require their patch, why ?
for (Patch::AtomList::iterator it = impl->_atoms.begin();
it != impl->_atoms.end();
it++)
{
(*it)->injectRequires(cap);
}
+#endif
}
return patch;
}