From afd6a7838d78c22607ca6ff3576531c418b8e9ce Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 8 Sep 2015 12:50:20 -0400 Subject: [PATCH] Typofix. --- python-urllib3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index 9426470..3a9ee87 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -145,7 +145,7 @@ ln -s ../../six.pyo %{buildroot}/%{python2_sitelib}/urllib3/packages/six.pyo # symlink in that backports.ssl_match_hostname module. # https://bugzilla.redhat.com/show_bug.cgi?id=1231381 %if 0%{?fedora} >= 22 -cp %{SOURCE1} %{buildroot}/%{python3_sitelib}/urllib3/packages/ssl_match_hostname.py +cp %{SOURCE1} %{buildroot}/%{python2_sitelib}/urllib3/packages/ssl_match_hostname.py %else ln -s ../../backports/ssl_match_hostname %{buildroot}/%{python2_sitelib}/urllib3/packages/ssl_match_hostname %endif