only explicitly require python-krbV on older platforms
This commit is contained in:
parent
91b306e108
commit
cc208eff5d
1 changed files with 5 additions and 2 deletions
|
|
@ -62,7 +62,6 @@ contains shared libraries and the command-line interface.
|
||||||
Summary: Build system tools python library
|
Summary: Build system tools python library
|
||||||
%{?python_provide:%python_provide python2-%{name}}
|
%{?python_provide:%python_provide python2-%{name}}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: python-krbV >= 1.0.13
|
|
||||||
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8
|
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8
|
||||||
Requires: python2-rpm
|
Requires: python2-rpm
|
||||||
%else
|
%else
|
||||||
|
|
@ -70,7 +69,11 @@ Requires: rpm-python
|
||||||
%endif
|
%endif
|
||||||
Requires: pyOpenSSL
|
Requires: pyOpenSSL
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
|
%if 0%{?fedora} >= 23 || 0%{?rhel} >= 7
|
||||||
Requires: python-requests-kerberos
|
Requires: python-requests-kerberos
|
||||||
|
%else
|
||||||
|
Requires: python-krbV >= 1.0.13
|
||||||
|
%endif
|
||||||
Requires: python-dateutil
|
Requires: python-dateutil
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
|
||||||
|
|
@ -247,13 +250,13 @@ Requires: mod_wsgi
|
||||||
Requires: mod_auth_gssapi
|
Requires: mod_auth_gssapi
|
||||||
%else
|
%else
|
||||||
Requires: mod_auth_kerb
|
Requires: mod_auth_kerb
|
||||||
|
Requires: python-krbV >= 1.0.13
|
||||||
%endif
|
%endif
|
||||||
Requires: python-psycopg2
|
Requires: python-psycopg2
|
||||||
Requires: python-cheetah
|
Requires: python-cheetah
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
# we need the python2 lib here
|
# we need the python2 lib here
|
||||||
Requires: python2-%{name} = %{version}-%{release}
|
Requires: python2-%{name} = %{version}-%{release}
|
||||||
Requires: python-krbV >= 1.0.13
|
|
||||||
|
|
||||||
%description web
|
%description web
|
||||||
koji-web is a web UI to the Koji system.
|
koji-web is a web UI to the Koji system.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue