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 Aug 7, 2023
1 parent 62e56a3 commit 805355b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Aug 07 2023 Steven Pritchard <steve@sicura.us> - 9.3.0
- Add AlmaLinux 8 support

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

Expand Down
4 changes: 4 additions & 0 deletions data/os/AlmaLinux-8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
gnome::packages:
gnome-control-center: ~
gnome-session-wayland-session: ~
8 changes: 7 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-gnome",
"version": "9.2.0",
"version": "9.3.0",
"author": "SIMP Team",
"summary": "Provides useful settings to set up the GNOME desktop environment",
"license": "Apache-2.0",
Expand Down Expand Up @@ -57,6 +57,12 @@
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
]
}
],
"requirements": [
Expand Down

0 comments on commit 805355b

Please sign in to comment.