Skip to content

Commit

Permalink
Add RockyLinux 8 support (#68)
Browse files Browse the repository at this point in the history
This patch adds support for RockyLinux 8

The patch enforces a standardized asset baseline using simp/puppetsync,
and may also apply other updates to ensure conformity.
  • Loading branch information
op-ct authored Jun 12, 2023
1 parent 2493ec3 commit ba6a6a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Jun 12 2023 Chris Tessmer <[email protected]> - 1.4.0
- Add RockyLinux 8 support

* Sat Jan 22 2022 Trevor Vaughan <[email protected]> - 1.3.1
- Add support for Amazon Linux 2

Expand Down
10 changes: 8 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-acpid",
"version": "1.3.1",
"version": "1.4.0",
"author": "SIMP Team",
"summary": "Manages ACPI daemon",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 6.6.0 < 8.0.0"
"version_requirement": ">= 8.0.0 < 9.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -48,6 +48,12 @@
"7",
"8"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
]
}
],
"requirements": [
Expand Down

0 comments on commit ba6a6a6

Please sign in to comment.