Blame 0001-Revert-9309e92332241ff1113433057c969cebf127734e.patch

93a6b2d
From 56286de885cfa5721a5d74b873df49238f324029 Mon Sep 17 00:00:00 2001
93a6b2d
From: Pavla Kratochvilova <pkratoch@redhat.com>
93a6b2d
Date: Wed, 13 Feb 2019 12:39:30 +0100
93a6b2d
Subject: [PATCH] Revert: 9309e92332241ff1113433057c969cebf127734e
93a6b2d
93a6b2d
---
93a6b2d
 libdnf/conf/ConfigMain.cpp | 2 +-
93a6b2d
 1 file changed, 1 insertion(+), 1 deletion(-)
93a6b2d
93a6b2d
diff --git a/libdnf/conf/ConfigMain.cpp b/libdnf/conf/ConfigMain.cpp
93a6b2d
index fc4ff01..50c640c 100644
93a6b2d
--- a/libdnf/conf/ConfigMain.cpp
93a6b2d
+++ b/libdnf/conf/ConfigMain.cpp
93a6b2d
@@ -210,7 +210,7 @@ class ConfigMain::Impl {
93a6b2d
     OptionSeconds metadata_timer_sync{60 * 60 * 3}; // 3 hours
93a6b2d
     OptionStringList disable_excludes{std::vector<std::string>{}};
93a6b2d
     OptionEnum<std::string> multilib_policy{"best", {"best", "all"}}; // :api
93a6b2d
-    OptionBool best{true}; // :api
93a6b2d
+    OptionBool best{false}; // :api
93a6b2d
     OptionBool install_weak_deps{true};
93a6b2d
     OptionString bugtracker_url{BUGTRACKER};
93a6b2d
     OptionBool zchunk{true};
93a6b2d
--
93a6b2d
libgit2 0.27.7
93a6b2d