Fix files section on python2 subpackage.

This commit is contained in:
Kevin Fenzi 2018-07-21 23:07:57 -07:00
parent f26893bd15
commit 89c542ab0f

View File

@ -8,7 +8,7 @@
Name: python-httplib2
Version: 0.11.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A comprehensive HTTP client library
Group: System Environment/Libraries
License: MIT
@ -91,7 +91,7 @@ popd
%endif # with_python3
%files -n python2-httplib2
%{python_sitelib}/*
%{python2_sitelib}/*
%if 0%{?with_python3}
%files -n python3-httplib2
@ -99,6 +99,9 @@ popd
%endif # with_python3
%changelog
* Sat Jul 21 2018 Kevin Fenzi <kevin@scrye.com> - 0.11.3-5
- Fix files section on python2 subpackage.
* Fri Jul 20 2018 Kevin Fenzi <kevin@scrye.com> - 0.11.3-4
- Fix FTBFS bug #1605725