From beb96df0f89f6fd1a5d5bfa5c72322c202c8c4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 10 Sep 2015 14:19:11 +0200 Subject: [PATCH] Add virtual provides for CCAN copylibs. --- ruby.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index 65eb090..55e97aa 100644 --- a/ruby.spec +++ b/ruby.spec @@ -135,6 +135,13 @@ BuildRequires: %{_bindir}/dtrace BuildRequires: git BuildRequires: %{_bindir}/cmake +# Virtual provides for CCAN copylibs. +# https://fedorahosted.org/fpc/ticket/364 +Provides: bundled(ccan-build_assert) +Provides: bundled(ccan-check_type) +Provides: bundled(ccan-container_of) +Provides: bundled(ccan-list) + # This package provides %%{_bindir}/ruby-mri therefore it is marked by this # virtual provide. It can be installed as dependency of rubypick. Provides: ruby(runtime_executable) = %{ruby_release} @@ -893,7 +900,8 @@ make check TESTS="-v $DISABLE_TESTS" - Fix directory ownership. - Fix the git BR following the git package split. - Move gemified net-telnet into subpackage. -- Add support for MIPS architecture to config.h +- Add support for MIPS architecture to config.h. +- Add virtual provides for CCAN copylibs. * Tue Feb 03 2015 Vít Ondruch - 2.2.0-5 - Make operating_system.rb more robust.