From c929fef017bd050c2f39b46dabcd058e3a6ede06 Mon Sep 17 00:00:00 2001 From: langdon Date: Wed, 1 Nov 2017 18:43:25 +0000 Subject: [PATCH 1/2] attempting to add a new postgresql stream based on the f25 version which was 9.5 --- postgresql.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/postgresql.yaml b/postgresql.yaml index fa4ff16..bb71bc0 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - bootstrap: master + bootstrap: f27 requires: - platform: master + platform: f27 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/modularity-modules/postgresql @@ -30,12 +30,9 @@ data: filter: {} components: rpms: - # postgresql-10.0-3.fc28 postgresql: rationale: Generated. - ref: 07894e0da4b994092abd0084fba982e075ccf3f3 - # uuid-1.6.2-39.fc27 + ref: f25 uuid: rationale: Generated. - ref: 43c916caff937bdf8a97ded1abff3e01df4895f4 - + ref: f25 From 166154017183b85cf79dd015c456fb5a40b92142 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sun, 5 Nov 2017 12:42:22 -0500 Subject: [PATCH 2/2] Add python-psycopg2 Signed-off-by: Stephen Gallagher --- postgresql.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgresql.yaml b/postgresql.yaml index bb71bc0..9779cdb 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -17,6 +17,8 @@ data: api: rpms: - postgresql + - python2-psycopg2 + - python3-psycopg2 profiles: default: rpms: @@ -33,6 +35,9 @@ data: postgresql: rationale: Generated. ref: f25 + python-psycopg2: + rationale: Needed to interact with postgresql via Python + ref: f25 uuid: rationale: Generated. ref: f25