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 1u7uhy-009biK-3x for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 24 Apr 2025 11:25:37 +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 1u7uhv-00GKHd-Sy for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 24 Apr 2025 11:25:32 +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 1u7uhu-00GKHV-Ru for pgsql-pkg-yum@lists.postgresql.org; Thu, 24 Apr 2025 11:25:32 +0000 Received: from q.saper.info ([2605:2700:0:2:a800:ff:fec7:5c61]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u7uhr-001lpx-0o for pgsql-pkg-yum@lists.postgresql.org; Thu, 24 Apr 2025 11:25:31 +0000 Received: from q.saper.info (localhost [127.0.0.1]) by q.saper.info (8.18.1/8.18.1) with ESMTPS id 53OBPPBY064073 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Thu, 24 Apr 2025 11:25:25 GMT (envelope-from saper@saper.info) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=saper.info; s=Sep2014; t=1745493925; bh=WHd/lHfAz3LibDw6mzg905U7GRkMxneO49Fg0nQNnBI=; h=Date:From:To:Subject; b=rMswFMxxe/rVsiCiFh2zkkqjsfrKoX8r7aqkQn/A1Vqg6kIUzbm3Zq339G1/Op8JZ sg73xFftKikeP7pURIGmiuO4xlMHNXe+psOtcz1b9WAHa/PSPhZ9/uAIjnryL3wQGZ 8nqd9Fow7tDqlvhoofF6OMae2WRmV4DFiJlrVuJI= Received: from localhost (saper@localhost) by q.saper.info (8.18.1/8.18.1/Submit) with ESMTP id 53OBPOFH064070 for ; Thu, 24 Apr 2025 11:25:25 GMT (envelope-from saper@saper.info) X-Authentication-Warning: q.saper.info: saper owned process doing -bs Date: Thu, 24 Apr 2025 11:25:24 +0000 From: Marcin Cieslak To: pgsql-pkg-yum@lists.postgresql.org Subject: prep18 target Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="2201072851-1882024537-1745493925=:1031" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --2201072851-1882024537-1745493925=:1031 Content-Type: text/plain; format=flowed; charset=US-ASCII Hello, it seems that an attempt to build Postgres 18 fails for most of the targets because we have no "prep18" target to download the snapshot. The snapshot can be downloaded fine with the spectool as well, so I have added it like below https://repo.or.cz/pgrpms/saper.git/patch/22f8ae392470d287c6ad69546cbabeca309b898f (repo https://repo.or.cz/pgrpms/saper.git "add-prep18" branch) Marcin