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-23 09:16:52
Message-ID: E1mpRv2-0005HT-1C@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 #7013.

Branch
------
master

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

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-23 10:57:23 pgAdmin 4 commit: Don't generate build-id links in RPMs. Fixes #7013
Previous Message Akshay Joshi 2021-11-22 12:39:22 Re: Feature Test Fix - React porting