BUG #16196: RPM package for PG 10.11 assumes that all Centos >= 7 use python2-libs, but 7.4 doesn't

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16196: RPM package for PG 10.11 assumes that all Centos >= 7 use python2-libs, but 7.4 doesn't
Дата
Msg-id 16196-9a7f3b00fc684191@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16196
Logged by:          Edmund Horner
Email address:      ejrh00@gmail.com
PostgreSQL version: 10.11
Operating system:   Centos 7.4
Description:

Hi, we've had some trouble installing postgresql10-plpython on Centos 7.4,
which used to work, until 10.11 came out.  The difference is that 10.11
depends on python2-libs rather than python-libs.  I'm not hugely familiar
with the RHEL versions and packages but it kind of looks like python2-libs
doesn't appear until Centos 8.

https://pkgs.org/download/python2-libs

There's a comment in the spec saying "Support Python3 on RHEL 7.7+ natively"
but the conditional that determines whether to use python-libs or
python3-libs just checks for "0%{?rhel} <= 6".

Is it possible to check the minor part of the release version, too, and is
that appropriate?

Thanks for your work maintaining the RPMs.  They've worked perfectly (except
for this little thing).

Cheers,
Edmund Horner


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: BUG #16195: current_schema always return "public"
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: REINDEX CONCURRENTLY unexpectedly fails