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

big-r81 pushed a commit to branch add-almalinux-minor-versions
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit 5ad14444077b6a6db36434329c982476994d9e3f
Author: Ronny Berndt <[email protected]>
AuthorDate: Sat Jun 13 17:53:31 2026 +0200

    Add Almalinux 9.8 and 10.2 for package building
---
 Makefile | 8 +++++++-
 build.sh | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8d66385..5eed10e 100644
--- a/Makefile
+++ b/Makefile
@@ -232,6 +232,7 @@ almalinux-9.4: centos-9
 almalinux-9.5: centos-9
 almalinux-9.6: centos-9
 almalinux-9.7: centos-9
+almalinux-9.8: centos-9
 aarch64-almalinux-9.4: PKGARCH=aarch64
 aarch64-almalinux-9.4: centos-9
 aarch64-almalinux-9.5: PKGARCH=aarch64
@@ -240,6 +241,8 @@ aarch64-almalinux-9.6: PKGARCH=aarch64
 aarch64-almalinux-9.6: centos-9
 aarch64-almalinux-9.7: PKGARCH=aarch64
 aarch64-almalinux-9.7: centos-9
+aarch64-almalinux-9.8: PKGARCH=aarch64
+aarch64-almalinux-9.8: centos-9
 aarch64-almalinux-9: PKGARCH=aarch64
 aarch64-almalinux-9: centos-9
 # s390x RHEL 8 clone based
@@ -255,10 +258,13 @@ ppc64le-centos-9: centos-9
 # Almalinux 10 is a CentOS 10 alias
 almalinux-10: centos-10
 almalinux-10.1: centos-10
+almalinux-10.2: centos-10
 aarch64-almalinux-10: PKGARCH=aarch64
 aarch64-almalinux-10: centos-10
 aarch64-almalinux-10.1: PKGARCH=aarch64
 aarch64-almalinux-10.1: centos-10
+aarch64-almalinux-10.2: PKGARCH=aarch64
+aarch64-almalinux-10.2: centos-10
 # s390x RHEL 10 clone based
 s390x-centos-10: centos-10
 ppc64le-centos-10: centos-10
@@ -313,7 +319,7 @@ update-changelog:
        cd $(DISTDIR) && dch -v $(VERSION)~$(PLATFORM) $(DEBCHANGELOG)
 
 dpkg:
-       cd $(DISTDIR) && dpkg-buildpackage -b -us -uc
+       cd $(DISTDIR) && MAKEOPTS=$(MAKEOPTS) dpkg-buildpackage -b -us -uc
 
 # lintian happens to be stuck on arm64 builds on some ubuntu/debian versions
 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964770
diff --git a/build.sh b/build.sh
index 9f29d8f..32ac657 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ CENTOSES="centos-8 centos-9 centos-10"
 XPLAT_BASES="debian-bullseye debian-bookworm debian-trixie ubuntu-jammy 
ubuntu-noble ubuntu-resolute centos-8 centos-9 centos-10"
 XPLAT_ARCHES="arm64 ppc64le"
 BINARY_API="https://apache.jfrog.io/artifactory";
-ERLANGVERSION=${ERLANGVERSION:-26.2.5.20}
+ERLANGVERSION=${ERLANGVERSION:-27.3.4.13}
 REPO_NAME="couch-dev"
 
 split-os-ver() {

Reply via email to