mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added missing dependency 'xdg-utils' for the desktop packages in RPM and Debian. Fixes #6338
This commit is contained in:
committed by
Akshay Joshi
parent
53f5562468
commit
811ac6eb6c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user