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 1qRrDg-003Ola-Ca for pgadmin-hackers@arkaria.postgresql.org; Fri, 04 Aug 2023 09:35:40 +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 1qRrDe-005zGn-D0 for pgadmin-hackers@arkaria.postgresql.org; Fri, 04 Aug 2023 09:35:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRrDe-005zGe-4q for pgadmin-hackers@lists.postgresql.org; Fri, 04 Aug 2023 09:35:38 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRrDX-000W5M-HS for pgadmin-hackers@lists.postgresql.org; Fri, 04 Aug 2023 09:35:37 +0000 Received: from github.com (hubbernetes-node-1214c93.ac4-iad.github.net [10.52.139.37]) by smtp.github.com (Postfix) with ESMTPA id 6A87F5E11AB for ; Fri, 4 Aug 2023 02:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691141729; bh=B2Ii/b3dEzKXk81LtktEN05xFLIONtu9q/qVqlpHRJA=; h=Date:From:To:Subject:From; b=ctxpzAH4lI3E7dj4GYE9XVkO4qrg5+SI4948T3z6fTBQ7zynHkTlVcpDZwS7n6W69 PEv7sWr7tn/khSbDzk7Lh+HzW5sL8atnsqDYng6/IMNyxmN3kPcV4hijVg24dDWloM ZuNX26eyznnN+7nVJCqjfbsIl6spLhlHHgVTP0pc= Date: Fri, 04 Aug 2023 02:35:29 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2c4b47: Fix the rpm build failure for SBOM. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@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/pgadmin-org/pgadmin4 Commit: 2c4b479f50c652b1ca1f695f7a0798ff7681621c https://github.com/pgadmin-org/pgadmin4/commit/2c4b479f50c652b1ca1f695f7a0798ff7681621c Author: Khushboo Vashi Date: 2023-08-04 (Fri, 04 Aug 2023) Changed paths: M pkg/redhat/build.sh Log Message: ----------- Fix the rpm build failure for SBOM.