Skip to content

Commit

Permalink
Merge pull request #198 from pat-s/patch-5
Browse files Browse the repository at this point in the history
Add rhel8 support for `libarchive`
  • Loading branch information
glin authored Dec 2, 2024
2 parents a3a36df + 379b2a8 commit 49e114b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rules/libarchive.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@
}
]
},
{
"packages": ["libarchive-devel"],
"pre_install": [
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms" }
],
"constraints": [
{
"os": "linux",
"distribution": "redhat",
"versions": ["8"]
}
]
},
{
"packages": ["libarchive-devel"],
"pre_install": [
Expand Down

0 comments on commit 49e114b

Please sign in to comment.