-------------------------------------------------------------------
+Mon Mar 14 11:12:35 CET 2016 - ma@suse.de
+
+- versioncmp: don't check for zypp lock (bsc#970575)
+- version 1.11.53
+
+-------------------------------------------------------------------
Thu Mar 3 11:02:30 CET 2016 - ma@suse.de
- man: Rephrase unclear explanation of --non-interactive (bsc#969186)
if (roh != NULL && roh[0] == '1')
zypp_readonly_hack::IWantIt ();
- else if ( command() == ZypperCommand::LIST_REPOS
- || command() == ZypperCommand::LIST_SERVICES
- || command() == ZypperCommand::TARGET_OS )
+ else if ( command() == ZypperCommand::LIST_REPOS
+ || command() == ZypperCommand::LIST_SERVICES
+ || command() == ZypperCommand::VERSION_CMP
+ || command() == ZypperCommand::TARGET_OS )
zypp_readonly_hack::IWantIt (); // #247001, #302152
- God = zypp::getZYpp();
+ God = zypp::getZYpp();
}
catch (ZYppFactoryException & excpt_r)
{