Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gMHqh-0003YT-3H for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 12 Nov 2018 19:26:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gMHqe-0001QC-W9 for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 12 Nov 2018 19:26:13 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gMHqA-0007WO-Ig for pgsql-pkg-yum@lists.postgresql.org; Mon, 12 Nov 2018 19:25:42 +0000 Received: from mail-lf1-x131.google.com ([2a00:1450:4864:20::131]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gMHq6-0004qw-3u for pgsql-pkg-yum@postgresql.org; Mon, 12 Nov 2018 19:25:39 +0000 Received: by mail-lf1-x131.google.com with SMTP id v5so7019469lfe.7 for ; Mon, 12 Nov 2018 11:25:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=JcRPE4nUN+7mOnnhTOlOeJTubwhdc4foAbwrIxJGBEs=; b=YGEx0s85v7AN4ekpunNLDM5h62xONV+g9TULpWyVVm2O2G3VOE6JcCmF/vqHs8VmvV 6nJDhsLWlq40hV0+mwM3+1NRu4IKhrBNf/KJc40UBEiPod5RrIUh57LUUlr3x31d3zVy 6oNey51a7yH5CSQZ8F9MlBBzS4qCfKcMZOfzTrIgoqYlQ4+xZIydVvtUrZDqm5Hh66cS m1tIOSqlRPV696YH/E/6UW9Sbr8DTrmuY6QLtDjTZxw5Nx4XMN8Gf12Xta4E0tpoKQQY dXuEVK2cu8/Rl8/d5+wxolLeGmOr2yWg+bkRFPT3qsIO6+Qi8Yy1LvsAKtSm+LHCuTJM W6CA== 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; bh=JcRPE4nUN+7mOnnhTOlOeJTubwhdc4foAbwrIxJGBEs=; b=FNLqxq9JuC3wTo2n+XecDaee2anbJO4Kb1jN3fvhD14fNEpLIdamZ1yaE3FRTy5cnu 8Y352IkG1u9TGjbjgsVkL0H3PmtVfrcLjeXNcW29alBhMyyWxquW3BjA65MxrTzYAbn1 EuV0Y0IMhsGJ/luM6WApOLse6TVcclA/nwKC07K0peRSBO31W8zPHYy5aVDn+fmhXOld hXWAyJN0th3Voe0nD5g+n94KWPtFlzc2oLl/7l2xr+UOXldq9TTNSMtHRq5b4AzWoggu /haBVt7H6J/mQVQi8fsNJlL6hZKqgv7B9IwMVmxPVQPcunh3ZFLwQQ/R3OSXtP9l7z0v pX1g== X-Gm-Message-State: AGRZ1gJeJliB+7IQrWYAd7H6J6+hq8+al1VMPSoy5HfGOJUEKv8dsDjs 9ISfx+bhmNIcu3Y2D8+sD01JhxZMKRbKq4kX50x1Qw== X-Google-Smtp-Source: AJdET5fyOxjFc1jdxnD4+W6kJgYO7F5EH77tAPrKN6zW0HkWz1T4XiBaVWop/GNtKl03Oba6MmjBsHp/ouWFQFZ6t6I= X-Received: by 2002:a19:c396:: with SMTP id t144mr1350163lff.110.1542050734852; Mon, 12 Nov 2018 11:25:34 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: cwlists Date: Mon, 12 Nov 2018 20:25:23 +0100 Message-ID: Subject: Re: Missing RPM packages at yum.postgresql.org To: pgsql-pkg-yum@postgresql.org Content-Type: multipart/alternative; boundary="00000000000046d64c057a7caa9f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000046d64c057a7caa9f Content-Type: text/plain; charset="UTF-8" FYI: I have a local rsync'ed yum.postgresql.org and with the help of running the below 'find' to see the missing packages: find . -regex '.*/postgresql[0-9]*-[0-9]*\..*\.rpm' find . -regex '.*/pgpoolAdmin.*\.rpm' find . -regex '.*/pgpool-ha.*\.rpm' There might be other packages missing between PG versions and architectures, but those were the ones that I am interested in primarily. BR, Christian Wahlgren On Mon, Nov 12, 2018 at 8:05 PM cwlists wrote: > Hi, > > I'm missing some packages and later product version for different OS > versions and architectures. The missing packages seems unintentional. > > - Latest postgresql release 9.6.11 is missing for EL6. Exists for EL7. > - Latest pgpoolAdmin 3.6 for PG 10 is missing for EL7, exists for EL6. > - Latest pgpoolAdmin 3.7 for PG 11 is missing for EL 7, exists for EL6. > - pgpool-ha is missing for PG 10 and EL6, EL7, for PG 11 and EL7. > > Where the rpm is missing also the corresponding src.rpm is missing. > > > BR, > Christian Wahlgren > --00000000000046d64c057a7caa9f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
FYI:
I have a local rsync'ed yum.postgresql.org and with the help of= running the below 'find' to see the missing packages:
find . -regex '.*/postgresql[0-9]*-[0-9]*\..*\.rpm'
find . -regex '.*/pgpoolAdmin.*\.rpm'
fin= d . -regex '.*/pgpool-ha.*\.rpm'

There might be o= ther packages missing between PG versions and architectures, but those were= the ones that I am interested in primarily.


<= /div>
BR,
Christian Wahlgren

On Mon, Nov 12, 2018 at 8:05 PM cwlists <= cwlists@gmail.com> wrote:
Hi,

=
I'm missing some packages and later product version for diff= erent OS versions and architectures. The missing packages seems unintention= al.

- Latest postgresql release 9.6.11 is miss= ing for EL6. Exists for EL7.
- Latest pgpoolAdmin 3.6 for PG 10 i= s missing for EL7, exists for EL6.
- Latest pgpoolAdmin 3.7 for P= G 11 is missing for EL 7, exists for EL6.
- pgpool-ha is missing = for PG 10 and EL6, EL7, for PG 11 and EL7.

Where t= he rpm is missing also the corresponding src.rpm is missing.

=

BR,
Christian Wahlgren
--00000000000046d64c057a7caa9f--