Skip to content

Commit

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

0 comments on commit a3a36df

Please sign in to comment.