public inbox for [email protected]
help / color / mirror / Atom feedFrom: Fahar Abbas <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: Re: [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8
Date: Fri, 2 Apr 2021 13:03:48 +0500
Message-ID: <CAJFwRrPY4eLkV8uJDa2o+5mD4oezY72WgY3KfHcQXBmLgXS5XQ@mail.gmail.com> (raw)
In-Reply-To: <CAJFwRrMrbo2XwCKFum=r7p6=X3XBn7+9bo5y2rzp_e9j=0mY7A@mail.gmail.com>
References: <CAJFwRrMrbo2XwCKFum=r7p6=X3XBn7+9bo5y2rzp_e9j=0mY7A@mail.gmail.com>
Hi,
Please find attached the updated patch.
Kind Regards,
On Fri, Apr 2, 2021 at 12:31 PM Fahar Abbas <[email protected]>
wrote:
> Hello team,
>
> Please find attached a patch for the Missing dependency in package
> pgadmin4-desktop on RHEL8/CentOS8.
>
> Kind regards,
> --
> Fahar Abbas
> EnterpriseDB Corporation
>
>
--
Fahar Abbas
EnterpriseDB Corporation
Attachments:
[application/octet-stream] RM6338_v2.patch (1.4K, 3-RM6338_v2.patch)
download | inline diff:
diff --git a/pkg/debian/build.sh b/pkg/debian/build.sh
index 505296c49..395ac83c7 100755
--- a/pkg/debian/build.sh
+++ b/pkg/debian/build.sh
@@ -35,7 +35,7 @@ cat << EOF > "${SERVERROOT}/DEBIAN/control"
Package: ${APP_NAME}-server
Version: ${APP_LONG_VERSION}
Architecture: ${OS_ARCH}
-Depends: python3, libpq5 (>= 11.0), libgssapi-krb5-2
+Depends: python3, libpq5 (>= 11.0), libgssapi-krb5-2, xdg-utils
Recommends: postgresql-client | postgresql-client-13 | postgresql-client-12 | postgresql-client-11 | postgresql-client-10
Maintainer: pgAdmin Development Team <[email protected]>
Description: The core server package for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh
index c21fc9006..388f41983 100755
--- a/pkg/redhat/build.sh
+++ b/pkg/redhat/build.sh
@@ -58,7 +58,7 @@ Summary: The core server package for pgAdmin.
License: PostgreSQL
URL: https://www.pgadmin.org/
-Requires: python3, postgresql-libs >= 11, krb5-libs
+Requires: python3, postgresql-libs >= 11, krb5-libs, xdg-utils
%description
The core server package for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8
In-Reply-To: <CAJFwRrPY4eLkV8uJDa2o+5mD4oezY72WgY3KfHcQXBmLgXS5XQ@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox