[perl-Coro] Work-aroung missing libecb package on build-triggering host

Petr Pisar ppisar at fedoraproject.org
Mon Oct 22 13:47:30 UTC 2012


commit e00f8293097f8331883f1df35f74be70fbb290b9
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 22 15:46:27 2012 +0200

    Work-aroung missing libecb package on build-triggering host

 perl-Coro.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 50a855d..31589a5 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -35,7 +35,7 @@ Requires:       perl(EV) >= 3
 Requires:       perl(Event) >= 1.08
 Requires:       perl(Guard) >= 0.5
 Requires:       perl(Storable) >= 2.15
-Provides:       bundled(libecb) = %(rpm -q libecb --qf '%{VERSION}')
+Provides:       bundled(libecb)%(rpm -q libecb --qf ' = %{VERSION}' 2>/dev/null)
 
 # RPM 4.8 style:
 # Filter underspecified dependencies



More information about the perl-devel mailing list