This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/main by this push:
     new 6817af9  Handle new Alamlinux 9.6 target
6817af9 is described below

commit 6817af99bfa77fc868efcc745e229c210df0fbbf
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Jun 11 22:25:12 2025 -0400

    Handle new Alamlinux 9.6 target
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 22699c4..6acd950 100644
--- a/Makefile
+++ b/Makefile
@@ -209,10 +209,13 @@ almalinux-9: centos-9
 almalinux-9.2: centos-9
 almalinux-9.4: centos-9
 almalinux-9.5: centos-9
+almalinux-9.6: centos-9
 aarch64-almalinux-9.4: PKGARCH=aarch64
 aarch64-almalinux-9.4: centos-9
 aarch64-almalinux-9.5: PKGARCH=aarch64
 aarch64-almalinux-9.5: centos-9
+aarch64-almalinux-9.6: PKGARCH=aarch64
+aarch64-almalinux-9.6: centos-9
 aarch64-almalinux-9: PKGARCH=aarch64
 aarch64-almalinux-9: centos-9
 # s390x RHEL 8 clone based

Reply via email to