diff --git a/pykde4.spec b/pykde4.spec index c394255..32b7c0c 100644 --- a/pykde4.spec +++ b/pykde4.spec @@ -19,7 +19,7 @@ Name: pykde4 Version: 4.14.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Python bindings for KDE4 # http://techbase.kde.org/Policies/Licensing_Policy @@ -99,6 +99,8 @@ Provides: PyKDE4%{?_isa} = %{version}-%{release} Obsoletes: pykde4-akonadi < 4.14.3-15 %endif +%global __provides_exclude_from ^(%{python2_sitearch}/.*|%{python3_sitearch}/.*)$ + %description %{summary}. @@ -346,6 +348,9 @@ rm -fv %{buildroot}%{python3_sitearch}/PyKDE4/nepomuk.so %changelog +* Fri Jan 27 2017 Rex Dieter - 4.14.3-16 +- filter provides + * Sun Jan 01 2017 Rex Dieter - 4.14.3-15 - pykde4 FTBFS against sip-4.19+ (#1416859) - disable akonadi support (f24+)