From 47d49011f582e734c9c72ef266ec36dfcd0550f6 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jan 17 2017 19:36:14 +0000 Subject: add psycopg2 requires to spec --- diff --git a/koji.spec b/koji.spec index 9be479b..a9fac66 100644 --- a/koji.spec +++ b/koji.spec @@ -52,7 +52,7 @@ License: LGPLv2 and GPLv2 # rpmdiff lib (from rpmlint) is GPLv2 (only) Requires: httpd Requires: mod_wsgi -Requires: postgresql-python +Requires: python-psycopg2 %if 0%{?rhel} == 5 Requires: python-simplejson %endif @@ -153,7 +153,7 @@ virtual machine. This package is not required for most installations. Summary: Koji Utilities Group: Applications/Internet License: LGPLv2 -Requires: postgresql-python +Requires: python-psycopg2 Requires: %{name} = %{version}-%{release} %if %{use_systemd} Requires(post): systemd @@ -171,7 +171,7 @@ License: LGPLv2 Requires: httpd Requires: mod_wsgi Requires: mod_auth_kerb -Requires: postgresql-python +Requires: python-psycopg2 Requires: python-cheetah Requires: %{name} = %{version}-%{release} Requires: python-krbV >= 1.0.13