Fix files section on python2 subpackage.
This commit is contained in:
parent
f26893bd15
commit
89c542ab0f
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: python-httplib2
|
Name: python-httplib2
|
||||||
Version: 0.11.3
|
Version: 0.11.3
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A comprehensive HTTP client library
|
Summary: A comprehensive HTTP client library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -91,7 +91,7 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%files -n python2-httplib2
|
%files -n python2-httplib2
|
||||||
%{python_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-httplib2
|
%files -n python3-httplib2
|
||||||
@ -99,6 +99,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 20 2018 Kevin Fenzi <kevin@scrye.com> - 0.11.3-4
|
||||||
- Fix FTBFS bug #1605725
|
- Fix FTBFS bug #1605725
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user