Skip to content

Commit

Permalink
Add AlmaLinux 8 support
Browse files Browse the repository at this point in the history
Add AlmaLinux 8 as a supported OS.
  • Loading branch information
silug committed Sep 7, 2023
1 parent 67d2e07 commit 88e6643
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Sep 07 2023 Steven Pritchard <steve@sicura.us> - 6.9.0
- Add AlmaLinux 8 support

* Mon Jul 24 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.8.0
- Add RockyLinux 8 support

Expand Down
17 changes: 13 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-ntpd",
"version": "6.8.0",
"version": "6.9.0",
"author": "SIMP Team",
"summary": "manages NTP server and client",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,26 +42,35 @@
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
]
}
],
"requirements": [
Expand Down

0 comments on commit 88e6643

Please sign in to comment.