pgAdmin 4 commit: Fix an RPM build issue that could lead to a conflict

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an RPM build issue that could lead to a conflict
Date: 2021-11-22 11:32:07
Message-ID: E1mp7YN-0005g9-IW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an RPM build issue that could lead to a conflict with python3 at installation. Fixes #7103.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_3.rst | 1 +
pkg/linux/build-functions.sh | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2021-11-22 11:33:22 pgAdmin 4 commit: Fix an RPM build issue that could lead to a conflict
Previous Message Yogesh Mahajan 2021-11-22 07:27:34 Re: Feature Test Fix - React porting