python3-requests, el-8
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
0c4f3f7242
commit
379fc60f04
@ -210,11 +210,11 @@ Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 7.0
|
||||
Release: 0.1%{?dev:%{dev}}%{?dist}
|
||||
Release: 0.2%{?dev:%{dev}}%{?dist}
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
Version: @PACKAGE_VERSION@
|
||||
Release: 0.@PACKAGE_RELEASE@%{?dist}.8
|
||||
Release: 0.@PACKAGE_RELEASE@%{?dist}.1
|
||||
%endif
|
||||
License: GPLv2 or LGPLv3+
|
||||
URL: http://docs.gluster.org/
|
||||
@ -406,7 +406,7 @@ Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
||||
Requires: python%{_pythonver}
|
||||
Requires: python%{_pythonver}-prettytable
|
||||
Requires: python%{_pythonver}-gluster = %{version}-%{release}
|
||||
%if ( 0%{?rhel} )
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 8 )
|
||||
Requires: python-requests
|
||||
%else
|
||||
Requires: python%{_pythonver}-requests
|
||||
@ -1399,6 +1399,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 28 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.0-0.2rc0
|
||||
- python3-requests, el-8
|
||||
|
||||
* Thu Aug 22 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.0-0.1rc0
|
||||
- 7.0 RC0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user