From 7a0cb42d1518c266e3efec2fb0da4c29302b16df Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mar 29 2009 16:43:47 +0000 Subject: fix missing Requires on graphviz --- diff --git a/perl-GraphViz.spec b/perl-GraphViz.spec index 461766e..c9682f6 100644 --- a/perl-GraphViz.spec +++ b/perl-GraphViz.spec @@ -1,6 +1,6 @@ Name: perl-GraphViz Version: 2.03 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic Group: Development/Libraries @@ -15,6 +15,8 @@ BuildRequires: graphviz-devel # optional test BuildRequires: perl(Test::Pod) +# not autodetected +Requires: graphviz #Requires: perl(IPC::Run) >= 0.6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -59,6 +61,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Mar 29 2009 Tom "spot" Callaway 2.03-3 +- add manual Requires on graphviz (bz 492318) + * Thu Feb 26 2009 Fedora Release Engineering - 2.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild