40 struct QueryInstalledEditionHelper
42 bool operator()(
const std::string & name_r,
const Edition & ed_r,
const Arch & arch_r )
const
44 rpm::librpmDb::db_const_iterator it;
45 for ( it.findByName( name_r ); *it; ++it )
47 if ( arch_r == it->tag_arch()
95 return pkgProvider.providePackage();
119 if ( getenv(
"ZYPP_COMMIT_NO_PACKAGE_CACHE") )
121 MIL <<
"$ZYPP_COMMIT_NO_PACKAGE_CACHE is set." << endl;
157 {
return str << *obj.
_pimpl; }