Skip to content

Commit

Permalink
Merge pull request #1620 from jrha/spma-yumdnf-nogroups
Browse files Browse the repository at this point in the history
ncm-spma: yumdnf: Don't attempt to expand groups with repoquery
  • Loading branch information
jrha committed Aug 23, 2023
2 parents 82ba7a1 + f1020ca commit 68d5852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ncm-spma/src/main/perl/spma/yumdnf.pm
Expand Up @@ -10,6 +10,8 @@ use constant YUM_CONF_FILE => "/etc/dnf/dnf.conf";

use constant DNF_MODULES_DIR => "/etc/dnf/modules.d";

use constant REPOGROUP => qw(true);

use constant REPOQUERY_FORMAT => qw(--nevra);

use constant REPO_DEPS => qw(repoquery -C --requires --resolve --qf %{NAME};%{ARCH});
Expand Down

0 comments on commit 68d5852

Please sign in to comment.