Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYkvs-0005mb-8Q for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 09 Jan 2018 03:50:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYkvr-0006LN-FG for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 09 Jan 2018 03:50:35 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1eYhLB-000132-3B for pgsql-pkg-yum@lists.postgresql.org; Tue, 09 Jan 2018 00:00:29 +0000 Received: from mail-qt0-x234.google.com ([2607:f8b0:400d:c0d::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eYhL7-0001oC-TN for pgsql-pkg-yum@postgresql.org; Tue, 09 Jan 2018 00:00:28 +0000 Received: by mail-qt0-x234.google.com with SMTP id 33so15835970qtv.1 for ; Mon, 08 Jan 2018 16:00:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=C7s2EcLSg2vx60dMCUBCa9uezBMTmn45MwDgpZgx0Qc=; b=mR1daQthroVfW2UXoG6fJazuIOlfBlhzK9tUKRUzji2PdbV0VG2ctlHOxPAtLJ2b0e Iz+PpNHkrGnG7n2cOQpdGTKlPJbDegbbrZqXJwmQfGZKN+SRPSRjwoJONwvVuPWv76VI 3c4JNw68OflyaY/lnClVCkQOB10MspiFWSkX18VkeRH61IrAL8EagAUU/TT6f7S3yjNw 8X130wkMVWTiAey2MXQDW14dsjk4YMd8S+VTOoUM5FxIdFNzhKBGlZ6F29sAhP1ron4d qVvtbfGqrO7oSeHSOz4gER5kJqgV+hkqKY2PHrySVzPOQ7MHO2jAT/Ok/dWDTRHs+2B6 jx4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=C7s2EcLSg2vx60dMCUBCa9uezBMTmn45MwDgpZgx0Qc=; b=FjzsPGLOGVNe6+SzQALu6FSt18LDGh8Fxo2sMsIlZukZzGuZcMFeCBkVqs4aCg25oo Ai5Hec0OWYcuhjn/8TguJiTOkoPKi3ozHPzX4U6iCe87XTt19tqDB+fJ1BlZgyDF2xp6 gOqkplKN/BOJCvirbIge0leygl1d8FcCtJ2lFykjk0aSduZ5pbefQipAS9fzEsK6s3Al omQsDeVm3K04jrr4C/ECbtqK/8SaBWVbXqW+8H8Gf8dO4yII8zb5RJXwMcZ/nLLsq/WC hNnPA7tQdpebgfY6oc0DeYXmoQdGZu3XhO+Q1VKrL9U7gBSiUWUHZG92DCZUwALeeih5 SBrA== X-Gm-Message-State: AKwxytdcDPg63FG+Aw5JQXOJu3+hsygJZ+US1FHpAm+u09K5y4/Y4ZXT 81geJ4heDk+DOSxeBiUQFH/peNQQTL3833vOqmw4xQ== X-Google-Smtp-Source: ACJfBovsblIPnYEQX9VrXtH+3cDqJBeuUCBsWlhYsV54CitFR+NruDQJoWjvTouSBZuzOCiIX7Tk2RCmTLacFq1ksO4= X-Received: by 10.200.41.227 with SMTP id 32mr18177472qtt.262.1515456023525; Mon, 08 Jan 2018 16:00:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.91.56 with HTTP; Mon, 8 Jan 2018 16:00:22 -0800 (PST) From: RahulGoutham G S Date: Mon, 8 Jan 2018 16:00:22 -0800 Message-ID: Subject: Rebuild RPM from Source To: pgsql-pkg-yum@postgresql.org Content-Type: multipart/alternative; boundary="001a1135ad8cf47c7805624c99c8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a1135ad8cf47c7805624c99c8 Content-Type: text/plain; charset="UTF-8" Hello Everyone , 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 . Thanks Rahul --001a1135ad8cf47c7805624c99c8 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Everyone ,

i am working on rebuil= ding the postgres RPM from source code (which has some custom changes) for = Cent OS distribution .=C2=A0 I did find=C2=A0=C2=A0pgdg-centos-96.spec in= =C2=A0/pgrpms/rpm/redhat/9.6/pgdg-yum/CTOS-7 from=C2=A0=C2=A0git://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 c= hanges but could not figure out how to package this .

<= div>Thanks
Rahul
--001a1135ad8cf47c7805624c99c8--