From d0221b8af213630df27871df6db81b43392b21c7 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 28 Mar 2018 15:55:25 +0200 Subject: [PATCH] Add missing python_provide for python3-mako See https://fedoraproject.org/wiki/Packaging:Python#The_.25python_provide_macro --- python-mako.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-mako.spec b/python-mako.spec index 43c64bb..63b8e3f 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -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 - 1.0.6-9 - Make python-beaker an optional dependency +- Add missing python_provide for python3-mako * Mon Feb 12 2018 Iryna Shcherbina - 1.0.6-8 - Update Python 2 dependency declarations to new packaging standards