Skip to content

Commit

Permalink
Restore dnf_builddep_opts
Browse files Browse the repository at this point in the history
Fixes #1496
  • Loading branch information
azeey authored and praiskup committed Nov 1, 2024
1 parent 66444e7 commit 4e35c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mock/py/mockbuild/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def setup_default_config_opts():

alt_opts = {'dnf.conf': ['yum.conf', 'dnf5.conf', 'dnf4.conf']}
for alt in ["dnf_command", "dnf_common_opts", "dnf_install_command",
"dnf_disable_plugins", "dnf_avoid_opts"]:
"dnf_disable_plugins", "dnf_avoid_opts", "dnf_builddep_opts"]:
alt_opts[alt.replace("dnf", "dnf4")] = [alt]

for pm in ["dnf4", "dnf5", "yum", "microdnf"]:
Expand Down
1 change: 1 addition & 0 deletions releng/release-notes-next/restore-dnf_builddep_opts.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Regression introduced in Mock v5.7 that ignored the `dnf_builddep_opts` configuration is now fixed.

0 comments on commit 4e35c40

Please sign in to comment.