Skip to content

Commit

Permalink
build: add yum-utils to redhat downloaded packages
Browse files Browse the repository at this point in the history
download yum-utils RedHat package in the buildchain.
yum-utils is used to provide repoquery to be able
to lookup for packages and their dependencies and
enforce certain versions.

Refs: #2334
  • Loading branch information
alexandre-allard committed Mar 31, 2020
1 parent 81ab1a3 commit 80b745d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def deb_full_name(self) -> str:
release='1.el7'
),
PackageVersion(name='yum-plugin-versionlock'),
PackageVersion(name='yum-utils'),
),
'debian': (
PackageVersion(
Expand Down

0 comments on commit 80b745d

Please sign in to comment.