This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch add-almalinux-8.9 in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit 64c93529cefdd5aa5c1af988282455a29cb8daba Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Jan 1 23:41:11 2024 -0500 Add Almalinux 8.9 alias since that's the latest 8.x version --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 31f335c..c95db3e 100644 --- a/Makefile +++ b/Makefile @@ -211,6 +211,7 @@ centos9: sm-ver-rpm make-rpmbuild centos # Almalinux 8 is a CentOS 8 alias almalinux-8: centos-8 almalinux-8.8: centos-8 +almalinux-8.9: centos-8 # Almalinux 9 is a CentOS 9 alias almalinux-9: centos-9 almalinux-9.2: centos-9
