Skip to content

Commit

Permalink
Switch of filelists metadata by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik authored and pkratoch committed Feb 2, 2024
1 parent 142405d commit f1ffeed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libdnf/conf/ConfigMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ class ConfigMain::Impl {
OptionBool debug_solver{false};
OptionStringList installonlypkgs{INSTALLONLYPKGS};
OptionStringList group_package_types{GROUP_PACKAGE_TYPES};
// TODO(jkolarik): Change to empty list when dropping the filelists for Fedora 40
OptionStringList optional_metadata_types{std::vector<std::string>{"filelists"}};
OptionStringList optional_metadata_types{std::vector<std::string>{}};

OptionNumber<std::uint32_t> installonly_limit{3, 0,
[](const std::string & value)->std::uint32_t{
Expand Down

0 comments on commit f1ffeed

Please sign in to comment.