Skip to content

Commit

Permalink
add a few more
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmayer2 committed Dec 5, 2024
1 parent 3ddff74 commit 11daa09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 42 deletions.
14 changes: 0 additions & 14 deletions inst/sysreqs/rules/gpgme.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,6 @@
}
]
},
{
"packages": ["gpgme-devel"],
"pre_install": [
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled powertools" }
],
"constraints": [
{
"os": "linux",
"distribution": "rockylinux",
"versions": ["8"]
}
]
},
{
"packages": ["gpgme"],
"constraints": [
Expand Down
17 changes: 4 additions & 13 deletions inst/sysreqs/rules/libarchive.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,25 @@
"os": "linux",
"distribution": "centos",
"versions": ["8"]
}
]
},
{
"packages": ["libarchive-devel"],
"pre_install": [
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled crb" }
],
"constraints": [
},
{
"os": "linux",
"distribution": "rockylinux",
"versions": ["9"]
"versions": ["8"]
}
]
},
{
"packages": ["libarchive-devel"],
"pre_install": [
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled powertools" }
{ "command": "dnf config-manager --set-enabled crb" }
],
"constraints": [
{
"os": "linux",
"distribution": "rockylinux",
"versions": ["8"]
"versions": ["9"]
}
]
},
Expand Down
14 changes: 0 additions & 14 deletions inst/sysreqs/rules/libprotobuf.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,6 @@
}
]
},
{
"packages": ["protobuf-devel"],
"pre_install": [
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled powertools" }
],
"constraints": [
{
"os": "linux",
"distribution": "rockylinux",
"versions": ["8"]
}
]
},
{
"packages": ["protobuf"],
"constraints": [
Expand Down
2 changes: 1 addition & 1 deletion inst/sysreqs/rules/tesseract.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"os": "linux",
"distribution": "centos",
"versions": ["8"],
"versions": ["8"]
},
{
"os": "linux",
Expand Down

0 comments on commit 11daa09

Please sign in to comment.