Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7dBg-0063Mb-9n for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 27 Nov 2023 15:06:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r7dBe-00EOL9-I4 for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 27 Nov 2023 15:06:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7dBe-00EOL1-Ba for pgsql-jdbc-commits@lists.postgresql.org; Mon, 27 Nov 2023 15:06:14 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7dBb-007cOf-EM for pgsql-jdbc-commits@lists.postgresql.org; Mon, 27 Nov 2023 15:06:12 +0000 Received: from github.com (hubbernetes-node-54897c9.va3-iad.github.net [10.48.133.36]) by smtp.github.com (Postfix) with ESMTPA id 4DEF48C11B6 for ; Mon, 27 Nov 2023 07:06:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701097570; bh=TIk0pMyGlCWSQjV4dXYZxJfjSM0j/cqEURbqLD3FKd4=; h=Date:From:To:Subject:From; b=LLPd03o8NxpVjiB2bW7hXF0v3IEEQ7P2lftV6BxHo6YPTxPZMe8gYCIZK52P8oPuO CNRQI/kVaEV0mI5WZ3UlTgSqVAECaMKkrW4jiamYkcL8j2d2skMaO8w3H/iNeSyQPu rYm1gJ2luJJWTM/N89s8gljtm159xQSATBf9J73E= Date: Mon, 27 Nov 2023 07:06:10 -0800 From: Pavel Raiskup To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 7fd2af: fedora/rpm: move source build to java-17-openjdk-d... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 7fd2af177793d5d2a8979b264c77214fc64d5167 https://github.com/pgjdbc/pgjdbc/commit/7fd2af177793d5d2a8979b264c77214fc64d5167 Author: Pavel Raiskup Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M packaging/rpm/postgresql-jdbc.spec.tpl M packaging/rpm/setup-copr/copr-setup Log Message: ----------- fedora/rpm: move source build to java-17-openjdk-devel (#3036) While on it, backport updated License tag and ExclisiveArch from Fedora.