32 const std::string & s( url_r.
getScheme() );
33 return s ==
"dir" || s ==
"file";
52 !=
CheckSum( CheckSum::md5Type(), std::ifstream( pi.c_str() ) ) )
91 static const IdString support_unsupported(
"support_unsupported" );
92 static const IdString support_acc(
"support_acc" );
93 static const IdString support_l1(
"support_l1" );
94 static const IdString support_l2(
"support_l2" );
95 static const IdString support_l3(
"support_l3" );
101 if ( solv.edition() ==
edition()
102 && solv.ident() ==
ident()
150 ERR <<
"Target not initialized. Changelog is not available." << std::endl;
157 target->rpmDb().getData(
name(), header);
158 return header ? header->tag_changelog() :
Changelog();
160 WAR <<
"changelog is not available for uninstalled packages" << std::endl;
190 std::list<std::string> ret;