Add missing python_provide for python3-mako

See https://fedoraproject.org/wiki/Packaging:Python#The_.25python_provide_macro
This commit is contained in:
Petr Viktorin 2018-03-28 15:55:25 +02:00
parent 456d72d8b1
commit d0221b8af2

View File

@ -86,6 +86,8 @@ Requires: python3-markupsafe
# Beaker is the preferred caching backend, but is not strictly necessary
Recommends: python3-beaker
%{?python_provide:%python_provide python3-mako}
%description -n python3-mako
Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
@ -165,6 +167,7 @@ popd
%changelog
* Wed Mar 28 2018 Petr Viktorin <pviktori@redhat.com> - 1.0.6-9
- Make python-beaker an optional dependency
- Add missing python_provide for python3-mako
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.6-8
- Update Python 2 dependency declarations to new packaging standards