public inbox for [email protected]  
help / color / mirror / Atom feed
From: Fahar Abbas <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8
Date: Fri, 2 Apr 2021 12:31:25 +0500
Message-ID: <CAJFwRrMrbo2XwCKFum=r7p6=X3XBn7+9bo5y2rzp_e9j=0mY7A@mail.gmail.com> (raw)

Hello team,

Please find attached a patch for the Missing dependency in package
pgadmin4-desktop on RHEL8/CentOS8.

Kind regards,
-- 
Fahar Abbas
EnterpriseDB Corporation


Attachments:

  [application/octet-stream] RM6338_v1.patch (1.9K, 3-RM6338_v1.patch)
  download | inline diff:
diff --git a/pkg/debian/build.sh b/pkg/debian/build.sh
index 505296c49..0fc01c767 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-utlis
 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..9aa579239 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-utlis
 
 %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.
@@ -95,7 +95,7 @@ Release:	1%{?dist}
 Summary:	The desktop user interface for pgAdmin.
 License:	PostgreSQL
 URL:		https://www.pgadmin.org/
-Requires:	${APP_NAME}-server = ${RPM_VERSION}, libatomic
+Requires:	${APP_NAME}-server = ${RPM_VERSION}, libatomic, xdg-utils
 
 %description
 The desktop user interface 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: <CAJFwRrMrbo2XwCKFum=r7p6=X3XBn7+9bo5y2rzp_e9j=0mY7A@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