From 36c26547c068642b9ab0917e1f647d024faa669b Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Sun, 6 Dec 2020 12:07:01 +0100 Subject: [PATCH] Remove unexpanded macro --- pybind11.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybind11.spec b/pybind11.spec index 64a2210..50980f2 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -77,7 +77,7 @@ This package contains the development headers for pybind11. %if %{python2_enabled} %package -n python2-%{name} Summary: %{summary} -%{?python_provide:%python_provide python2-%{srcname}} +%{?python_provide:%python_provide python2-pybind11} Requires: %{name}-devel%{?_isa} = %{version}-%{release} %description -n python2-%{name} @@ -89,7 +89,7 @@ This package contains the Python 2 files. %if %{python3_enabled} %package -n python3-%{name} Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}} +%{?python_provide:%python_provide python3-pybind11} Requires: %{name}-devel%{?_isa} = %{version}-%{release}