You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/05/26 19:58:05 UTC

[couchdb-pkg] branch main updated: Add targets for almalinux minor versions

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 d284420  Add targets for almalinux minor versions
d284420 is described below

commit d284420d445573c726b4fcf1d8940ce22793e364
Author: Kun-Lu <ku...@ibm.com>
AuthorDate: Fri May 26 15:51:05 2023 -0400

    Add targets for almalinux minor versions
    
    Signed-off-by: Kun-Lu <ku...@ibm.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 75fdd70..dc94a93 100644
--- a/Makefile
+++ b/Makefile
@@ -177,8 +177,10 @@ centos9: sm-ver-rpm make-rpmbuild centos
 
 # Almalinux 8 is a CentOS 8 alias
 almalinux-8: centos-8
+almalinux-8.8: centos-8
 # Almalinux 9 is a CentOS 9 alias
 almalinux-9: centos-9
+almalinux-9.2: centos-9
 # s390x RHEL 8 clone based
 s390x-centos-8: centos-8
 ppc64le-centos-8: centos-8