From d09f3930d932a90ecb581b3ad6705fe220f2e4e0 Mon Sep 17 00:00:00 2001
From: Tomas Mlcoch <tmlcoch@redhat.com>
Date: Oct 22 2015 08:40:45 +0000
Subject: Revert "Remove %filter_provides_in statements"


This reverts commit ebbc47cae664ea749e1663c0dabe024ea224b6bb.

---

diff --git a/librepo.spec b/librepo.spec
index 7805102..4cfc607 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -35,6 +35,12 @@ BuildRequires:  libattr-devel
 BuildRequires:  libcurl-devel >= 7.19.0
 BuildRequires:  openssl-devel
 
+# prevent provides from nonstandard paths:
+%filter_provides_in %{python_sitearch}/.*\.so$
+%if %{with python3}
+%filter_provides_in %{python3_sitearch}/.*\.so$
+%endif
+%filter_setup
 
 %description
 A library providing C and Python (libcURL like) API to downloading repository