Added missing dependency 'xdg-utils' for the desktop packages in RPM and Debian. Fixes #6338

This commit is contained in:
Fahar Abbas
2021-04-02 13:53:05 +05:30
committed by Akshay Joshi
parent 53f5562468
commit 811ac6eb6c
3 changed files with 3 additions and 2 deletions

View File

@@ -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.