Skip to content

Commit 9f525b0

Browse files
authored
Add AlmaLinux 8 support (#138)
1 parent 6e45a2f commit 9f525b0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Thu Aug 31 2023 Steven Pritchard <[email protected]> - 7.6.0
2+
- Add AlmaLinux 8 support
3+
14
* Mon Jun 12 2023 Chris Tessmer <[email protected]> - 7.5.0
25
- Add RockyLinux 8 support
36

metadata.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-sssd",
3-
"version": "7.5.0",
3+
"version": "7.6.0",
44
"author": "SIMP Team",
55
"summary": "Manages SSSD",
66
"license": "Apache-2.0",
@@ -64,6 +64,12 @@
6464
"operatingsystemrelease": [
6565
"8"
6666
]
67+
},
68+
{
69+
"operatingsystem": "AlmaLinux",
70+
"operatingsystemrelease": [
71+
"8"
72+
]
6773
}
6874
],
6975
"requirements": [

0 commit comments

Comments
 (0)