Re: Rebuild RPM from Source

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: RahulGoutham G S <rahulgoutham(dot)gs(at)gmail(dot)com>, pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: Rebuild RPM from Source
Date: 2018-01-09 18:41:09
Message-ID: 1515523269.16875.35.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum


Hi,

On Mon, 2018-01-08 at 16:00 -0800, RahulGoutham G S wrote:

> i am working on rebuilding the postgres RPM from source code (which has
> some custom changes) for Cent OS distribution . I did
> find pgdg-centos-96.spec in /pgrpms/rpm/redhat/9.6/pgdg-yum/CTOS-7
> from git://git.postgresql.org/git/pgrpms.git .
>
> However i dont have any clue how to use these , can you help ? I am
> currently able to rebuild the source with my changes but could not figure
> out how to package this .

make rpm96

will build your package for PostgreSQL 9.6. If you want to sign them, run:

make build96 (assuming you have your gpg keys set up, etc)

Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Brandon Snider 2018-01-09 18:47:47 pgbouncer packaging issue
Previous Message Devrim Gündüz 2018-01-09 18:40:03 Re: How are debuginfo packages generated?