pgAdmin 4 commit: Add support for building RPMs on CentOS/RHEL 7 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add support for building RPMs on CentOS/RHEL 7
Date
Msg-id E1jEyTO-0006B9-2c@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add support for building RPMs on CentOS/RHEL 7

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8812a7db694034edc1b3a39fca07425fe23d60a2

Modified Files
--------------
.gitignore                                         |  4 +-
pkg/linux/build-functions.sh                       |  6 +-
pkg/redhat/build.sh                                | 28 ++++++++-
pkg/redhat/pgadmin4-python-mod_wsgi.spec           | 71 ++++++++++++++++++++++
pkg/redhat/pgadmin4-python3-mod_wsgi-exports.patch | 11 ++++
pkg/redhat/pgadmin4-python3-mod_wsgi.conf          |  4 ++
pkg/redhat/setup.sh                                | 14 ++++-
7 files changed, 131 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [Accessibility] RM4608 Few issues in the dialogs.
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add mod_wsgi to the built package list.