forked from pool/python-requests
Accepting request 318872 from home:seife:OpenStack:Master
fix version condition to allow RHEL/CentOS 7 builds OBS-URL: https://build.opensuse.org/request/show/318872 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=60
This commit is contained in:
@@ -70,7 +70,7 @@ Features:
|
||||
%setup -q -n requests-%{version}
|
||||
# For rpmlint warning: remove shebang from python library:
|
||||
sed -i '/^#!/d' ./requests/certs.py
|
||||
%if %suse_version > 1110
|
||||
%if 0%{?suse_version} > 1110 || 0%{?rhel} > 6
|
||||
%patch0 -p1
|
||||
%else
|
||||
%patch1 -p1
|
||||
|
Reference in New Issue
Block a user