From fca767b5e38994c7610668ab4ab79f13869bcbd8 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Thu, 2 Feb 2006 13:02:33 +0000 Subject: [PATCH] *Ins/-Ins packages are RECOMMENDS, not REQUIRES --- zypp/source/susetags/SelectionSelFileParser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/source/susetags/SelectionSelFileParser.cc b/zypp/source/susetags/SelectionSelFileParser.cc index 64355cb..ef98fd2 100644 --- a/zypp/source/susetags/SelectionSelFileParser.cc +++ b/zypp/source/susetags/SelectionSelFileParser.cc @@ -116,7 +116,7 @@ namespace zypp for (std::list::const_iterator it = selImpl->_inspacks[LanguageCode()].begin(); it != selImpl->_inspacks[LanguageCode()].end(); it++) { Capability _cap = _f.parse( ResTraits::kind, *it); - _deps[Dep::REQUIRES].insert(_cap); + _deps[Dep::RECOMMENDS].insert(_cap); } for (std::list::const_iterator it = selImpl->_recommends.begin(); it != selImpl->_recommends.end(); it++) -- 2.7.4