require mod_auth_gssapi instead of mod_auth_kerb where applicable
Fixes: #443 https://pagure.io/koji/issue/443
This commit is contained in:
parent
c2d2e05342
commit
c18c6bbfa4
1 changed files with 7 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ License: LGPLv2 and GPLv2
|
|||
# rpmdiff lib (from rpmlint) is GPLv2 (only)
|
||||
Requires: httpd
|
||||
Requires: mod_wsgi
|
||||
%if 0%{?fedora} >= 21 || 0%{?redhat} >= 7
|
||||
Requires: mod_auth_gssapi
|
||||
%endif
|
||||
Requires: python-psycopg2
|
||||
%if 0%{?rhel} == 5
|
||||
Requires: python-simplejson
|
||||
|
|
@ -220,7 +223,11 @@ Group: Applications/Internet
|
|||
License: LGPLv2
|
||||
Requires: httpd
|
||||
Requires: mod_wsgi
|
||||
%if 0%{?fedora} >= 21 || 0%{?redhat} >= 7
|
||||
Requires: mod_auth_gssapi
|
||||
%else
|
||||
Requires: mod_auth_kerb
|
||||
%endif
|
||||
Requires: python-psycopg2
|
||||
Requires: python-cheetah
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue