Skip to content

Commit

Permalink
Depend on postgresql-init for correct database setup. #106
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jul 22, 2020
1 parent 6e8919c commit 6574491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/esmond.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
AutoReqProv: no

# NOTE: This comes from pScheduler
BuildRequires: postgresql-init
BuildRequires: python3-devel
BuildRequires: python3-memcached
BuildRequires: python3-psycopg2
Expand All @@ -47,6 +49,8 @@ BuildRequires: httpd
BuildRequires: %{postgresql}-devel >= %{postgresql_version}
BuildRequires: gcc


Requires: postgresql-init
Requires: python3
Requires: python3-memcached
Requires: python3-psycopg2
Expand Down

0 comments on commit 6574491

Please sign in to comment.