patch bug in 9.6 spec

From: Martín Marqués <martin(at)2ndquadrant(dot)com>
To: pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: patch bug in 9.6 spec
Date: 2017-07-07 01:16:17
Message-ID: 96c26493-91f1-801f-9590-89d090abf98c@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Matt Heitker 2017-07-19 17:31:31 Problems with Fedora 26 and pgadmin install
Previous Message Jehan-Guillaume de Rorthais 2017-06-26 15:04:13 Re: PostgreSQL Automatic Failover