integ/database/python-psycopg2/centos/meta_patches/meta-patch0.patch
Scott Little 7c1d49e356 Relocate python-psycopg2 to stx-integ/database/python-psycopg2
Move content from stx-gplv3 into stx-integ

Packages will be relocated to

stx-integ:
    base/
        anaconda
        crontabs
        dnsmasq
        rsync

    database/
        python-psycopg2

    filesystem/
        parted

    grub/
        grub2

    security/
        python-keyring

Change-Id: Ib5664fc4b8820590d77e32909674461209ceb699
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 15:38:27 -04:00

34 lines
922 B
Diff

From f964faeb50150b64ed2481f721e544f4c3e2ca55 Mon Sep 17 00:00:00 2001
From: Al Bailey <al.bailey@windriver.com>
Date: Tue, 29 Nov 2016 15:06:32 -0500
Subject: [PATCH 1/1] meta patch0
---
SPECS/python-psycopg2.spec | 3 +++
1 file changed, 3 insertions(+)
diff --git a/SPECS/python-psycopg2.spec b/SPECS/python-psycopg2.spec
index 2489fc5..c11a680 100644
--- a/SPECS/python-psycopg2.spec
+++ b/SPECS/python-psycopg2.spec
@@ -36,6 +36,8 @@ Url: http://www.psycopg.org/psycopg/
Source0: http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-%{version}.tar.gz
+Patch0: Manually-patch-170-173-187-and-187-fix.patch
+
BuildRequires: postgresql-devel
BuildRequires: python-devel
BuildRequires: python-debug
@@ -103,6 +105,7 @@ Zope Database Adapter for PostgreSQL, called ZPsycopgDA
%prep
%setup -q -n psycopg2-%{version}
+%patch0 -p1
%build
for python in %{python_runtimes} ; do
--
1.8.3.1