Skip to content

Commit

Permalink
Revert "Remove DNF from list of protected packages"
Browse files Browse the repository at this point in the history
This reverts commit a283cc4.
  • Loading branch information
inknos committed Aug 28, 2023
1 parent 20b0724 commit 408e330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdnf/conf/ConfigMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class ConfigMain::Impl {
}
};

OptionStringList protected_packages{resolveGlobs("glob:/etc/yum/protected.d/*.conf " \
OptionStringList protected_packages{resolveGlobs("dnf glob:/etc/yum/protected.d/*.conf " \
"glob:/etc/dnf/protected.d/*.conf")};
OptionString username{""};
OptionString password{""};
Expand Down

0 comments on commit 408e330

Please sign in to comment.