Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k6CvV-0001pT-68 for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 13 Aug 2020 13:05:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1k6CvR-0000ys-Tc for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 13 Aug 2020 13:05:45 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k6CvR-0000yl-JV for pgsql-pkg-yum@lists.postgresql.org; Thu, 13 Aug 2020 13:05:45 +0000 Received: from mail-il1-x141.google.com ([2607:f8b0:4864:20::141]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1k6CvO-0005aC-7M for pgsql-pkg-yum@postgresql.org; Thu, 13 Aug 2020 13:05:44 +0000 Received: by mail-il1-x141.google.com with SMTP id y18so5419832ilp.10 for ; Thu, 13 Aug 2020 06:05:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=2ndquadrant-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eQzpKmh/xmeKUP6DKr83KFdW7YVDyjZ3dzbbVHM5rtE=; b=DxHn1zcEPxJB32pal1X4M/gtlDb6rtwtS2lF4eNlEXy/N39R5yYRSCj4inIyUbedoP c5GuB9fXis80+jSzg4Dg+qzrueBki5AgsIqsl7G9X4lNkfYmWt1R6iRvTgxLalGYn2xu gddyVNgu1I2K9odoa1cn7bARRwd4C8D+y0Z5sliwMy4CckoUldzRM5T/JquapXqCYLIT jL9jyjNvgeSAoekzYPIHUqkQ8WNLF15bAvor6B/duK4mhQRW+Rgwa45UM7SwyMUrGCvm B8ESlcN+OsVQ69xYQvPJVL4uhBUSo+vmsL3dQQ2++xib8vMiFivC1JLi/3mrPwKReUEx pzWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eQzpKmh/xmeKUP6DKr83KFdW7YVDyjZ3dzbbVHM5rtE=; b=ibt2pPKcaXtilj7wN757kBiOSTaSmcG8XHTLhzLx/4WCSDqpcN5QtTJ/WBJRKA+p3w 4OodBIhQdJTz0l9HVvcR2h4yqQJvZMEqyA/pDoi/Iz0qEOPdSUlngfja/POX6tN/yvSi Bxfar6jOoHCT/1jK/tasVD9E/uEb1vTLWnoPu4WKvffSIuOYpKsp2vCBvhWkcy6r2UuJ TDZ3hjy0dW+ch5elyFYLgKbkJezJ9av6gXKCgCq7EzldaM4CIfeRwFtKQ3yriMPWHZPq Scb2BgzkVMKuFNrTdpURf0ECbHfzwmwVMx87O+nRz5/pnIrKQaqPczsACtvguBuAmDLc 3AqA== X-Gm-Message-State: AOAM5337sGSc4lfmE2E+xEFzIolcVO0TYtDDIZdOZrTxngBVyLieNMCB fQSk7emwuqa4GK3VF4yHpylfktbamYBSmY6cRoOxgGNO X-Google-Smtp-Source: ABdhPJztDTdlg/c3T1Ly5sHYPEJrEcmasco38ipD+jy0tQJI8MD2h27URzKWd9HF+Q/61bR3s0ZBdljDsPqxG0nz6kg= X-Received: by 2002:a92:9955:: with SMTP id p82mr4494535ili.186.1597323940437; Thu, 13 Aug 2020 06:05:40 -0700 (PDT) MIME-Version: 1.0 References: <15d4d10f0c5cdaf7e025d0acaecc48a131caaf0e.camel@gunduz.org> In-Reply-To: <15d4d10f0c5cdaf7e025d0acaecc48a131caaf0e.camel@gunduz.org> From: Shaun Thomas Date: Thu, 13 Aug 2020 08:05:29 -0500 Message-ID: Subject: Re: PgBouncer RPMs Seem to be Missing To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Cc: pgsql-pkg-yum@postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk > https://yum.postgresql.org/news/new-repo-rpms-released/ Yeah, I knew about that. I missed the detail that the PgBouncer RPMs themselves were in the -common section, which is why I didn't see them when I looked. Oddly enough the whole reason this got prompted is because EPEL posted pgbouncer-1.14.0-2 while PGDG only had a pgbouncer-1.14.0-1 package. And the EPEL version is broken because it still depends on python-psycopg2 (rather than python3-psycopg2, or python2-psycopg2). I guess the real lesson here is to not use EPEL, or if you do, blacklist any packages you might want from PGDG. I wasn't subscribed to this ML, so I had to wait for someone to reply before I could correct myself. ;) Thanks Devrim! -- Shaun M Thomas - 2ndQuadrant PostgreSQL Training, Services and Support shaun.thomas@2ndquadrant.com | www.2ndQuadrant.com