Skip to content

Commit

Permalink
ncm-spma: yumdnf: Don't attempt to expand groups with repoquery
Browse files Browse the repository at this point in the history
We don't support them anyway (the schema forces /software/groups to be empty).
  • Loading branch information
jrha committed Aug 18, 2023
1 parent 82ba7a1 commit f1020ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ncm-spma/src/main/perl/spma/yumdnf.pm
Original file line number Diff line number Diff line change
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 f1020ca

Please sign in to comment.