Skip to content

Commit

Permalink
Merge pull request #1685 from ulrich1919/patch-1
Browse files Browse the repository at this point in the history
fixes #1684: NCM::Component::spma::dnf: Update dnf.pm
  • Loading branch information
jrha committed May 15, 2024
2 parents dba7d73 + 1e92a3e commit 3afbfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-spma/src/main/perl/spma/dnf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ sub Configure
print $fh "baseurl=$urls\n";
}

foreach my $attr (qw(enabled priority gpgcheck repo_gpgcheck gpgkey gpgcakey exclude includepkgs skip_if_unavailable)) {
foreach my $attr (qw(enabled priority gpgcheck repo_gpgcheck gpgkey gpgcakey exclude includepkgs skip_if_unavailable module_hotfixes)) {
next unless defined $repo->{$attr};
my $val = $repo->{$attr};
if (ref($val) eq 'ARRAY') {
Expand Down

0 comments on commit 3afbfd6

Please sign in to comment.