From 3387815c57f2992e6b8a8997bbe1f80b6b863775 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Fri, 5 Oct 2018 10:47:38 -0400 Subject: [PATCH] Drop an unnecessary provides_exclude global. See the thread[0] on Fedora's devel list for the motivation for this change. [0] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/K3NLDLK4XVARTSROC6XVKNVW72BMMHYE/ Signed-off-by: Randy Barlow --- python-sqlalchemy.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 6660715..b5fe301 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -79,8 +79,6 @@ domain. This package includes the python 3 version of the module. %endif # with_python3 -# Filter unnecessary dependencies -%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$ %prep %setup -n %{srcname}-%{version}