public inbox for [email protected]help / color / mirror / Atom feed
[pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 3+ messages / 2 participants [nested] [flat]
* [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 @ 2021-04-02 07:31 Fahar Abbas <[email protected]> 2021-04-02 08:03 ` Re: [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 Fahar Abbas <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Fahar Abbas @ 2021-04-02 07:31 UTC (permalink / raw) To: pgadmin-hackers 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. ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 2021-04-02 07:31 [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 Fahar Abbas <[email protected]> @ 2021-04-02 08:03 ` Fahar Abbas <[email protected]> 2021-04-02 08:23 ` Re: [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 Akshay Joshi <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Fahar Abbas @ 2021-04-02 08:03 UTC (permalink / raw) To: pgadmin-hackers 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. ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 2021-04-02 07:31 [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 Fahar Abbas <[email protected]> 2021-04-02 08:03 ` Re: [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 Fahar Abbas <[email protected]> @ 2021-04-02 08:23 ` Akshay Joshi <[email protected]> 0 siblings, 0 replies; 3+ messages in thread From: Akshay Joshi @ 2021-04-02 08:23 UTC (permalink / raw) To: Fahar Abbas <[email protected]>; +Cc: pgadmin-hackers Thanks, patch applied. On Fri, Apr 2, 2021 at 1:34 PM Fahar Abbas <[email protected]> wrote: > 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 > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres <http://edbpostgres.com>* *Mobile: +91 976-788-8246* ^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2021-04-02 08:23 UTC | newest] Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2021-04-02 07:31 [pgadmin4][patch] RM6338 - Missing dependency in package pgadmin4-desktop on RHEL8/CentOS8 Fahar Abbas <[email protected]> 2021-04-02 08:03 ` Fahar Abbas <[email protected]> 2021-04-02 08:23 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox