[pgsql-pkg-yum] patch bug in 9.6 spec

Поиск
Список
Период
Сортировка
От Martín Marqués
Тема [pgsql-pkg-yum] patch bug in 9.6 spec
Дата
Msg-id 96c26493-91f1-801f-9590-89d090abf98c@2ndquadrant.com
обсуждение исходный текст
Ответы Re: [pgsql-pkg-yum] patch bug in 9.6 spec  (Devrim Gündüz <devrim@gunduz.org>)
Список pgsql-pkg-yum
Hi,

I was making a custom build with a patch for 9.6 and found this which
seems to be a bug in the spec file of postgresql 9.6.3 src.rpm package:

%patch6 -p1
%if 0%{?rhel} && 0%{?rhel} <= 5
%patch7 -p1
%endif

Compilation passed because I'm using rhel7, but that patch doesn't exist
in the spec file, so if someone would have tried to compile it on rhel5
it would have failed.

I didn't do much digging on when it got there, but it seems it would be
good to remove it.

Regards,

--
Martín Marqués                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Jehan-Guillaume de Rorthais
Дата:
Сообщение: Re: [pgsql-pkg-yum] PostgreSQL Automatic Failover
Следующее
От: Matt Heitker
Дата:
Сообщение: [pgsql-pkg-yum] Problems with Fedora 26 and pgadmin install