This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch add-el10-pkgs in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit 50750e9b92640351264a3244fe863982264ead44 Author: Ronny Berndt <[email protected]> AuthorDate: Thu Feb 19 10:29:25 2026 +0100 feat: Add convenience binary packages for el10 --- Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Makefile b/Makefile index 321da49..fef47de 100644 --- a/Makefile +++ b/Makefile @@ -196,6 +196,10 @@ centos9: SPIDERMONKEY_DEV=mozjs78-devel centos9: SM_VER=78 centos9: sm-ver-rpm make-rpmbuild centos +centos-10: DIST=centos-10 +centos-10: centos10 +centos10: sm-ver-rpm make-rpmbuild centos + # Almalinux 8 is a CentOS 8 alias almalinux-8: centos-8 almalinux-8.8: centos-8 @@ -230,6 +234,23 @@ arm64-centos-9: PKGARCH=aarch64 arm64-centos-9: centos-9 ppc64le-centos-9: centos-9 +# Almalinux 10 is a CentOS 10 alias +almalinux-10: centos-10 +almalinux-10.1: centos-10 +aarch64-almalinux-10: PKGARCH=aarch64 +aarch64-almalinux-10: centos-10 +aarch64-almalinux-10.1: PKGARCH=aarch64 +aarch64-almalinux-10.1: centos-10 +# s390x RHEL 10 clone based +s390x-centos-10: centos-10 +ppc64le-centos-10: centos-10 +# s390x RHEL 10 clone based +s390x-centos-10: centos-10 + +arm64-centos-10: PKGARCH=aarch64 +arm64-centos-10: centos-10 +ppc64le-centos-10: centos-10 + # aarch64 RHEL-based aarch64-rhel: DIST=rhel # Needs 68 for aarch compat, we're using the included one here @@ -290,6 +311,8 @@ link-couch-dist: sm-ver-rpm: sed 's/%SPIDERMONKEY%/$(SPIDERMONKEY)/g;s/%SPIDERMONKEY_DEV%/$(SPIDERMONKEY_DEV)/g;s/%SM_VER%/$(SM_VER)/g' \ rpm/SPECS/couchdb.spec.in > rpm/SPECS/couchdb.spec + cat rpm/SPECS/couchdb.spec + exit make-rpmbuild: rm -rf ../rpmbuild
