From 230ee196ed50db757d1c9ab26839e323e62913a6 Mon Sep 17 00:00:00 2001 From: Carl George Date: Mon, 20 Mar 2017 16:33:31 -0500 Subject: [PATCH] Filter uwgi plugins from automatic provides rhbz#1352089 --- uwsgi.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uwsgi.spec b/uwsgi.spec index 05fe284..9555d78 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -216,6 +216,7 @@ Requires(preun): initscripts %filter_requires_in %{_usrsrc} %filter_provides_in %{_usrsrc} +%filter_provides_in %{_libdir}/uwsgi/.*\.so$ %filter_setup %description @@ -1693,6 +1694,7 @@ fi %changelog - Add patch7 to add glib-2.0 pkg-config flags to mono build +- Filter uwgi plugins from automatic provides rhbz#1352089 * Wed Feb 15 2017 Igor Gnatenko - 2.0.14-10 - Rebuild for brp-python-bytecompile