From 4f6b4d4bb45f5c265dcdd927280b01ff1506f972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 30 Apr 2013 14:41:22 +0200 Subject: [PATCH] Filter automatically generated provides of private libraries (rhbz#947408). --- ruby.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby.spec b/ruby.spec index 9a0c93e..5d8bd7c 100644 --- a/ruby.spec +++ b/ruby.spec @@ -167,6 +167,8 @@ BuildRequires: %{_bindir}/dtrace # virtual provide. It can be installed as dependency of rubypick. Provides: ruby(runtime_executable) = %{ruby_release} +%global __provides_exclude_from ^(%{ruby_libarchdir}|%{gem_archdir})/.*\\.so$ + %description Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text