[dnssec-tools] require graphviz

Wes Hardaker hardaker at fedoraproject.org
Thu Jun 20 22:54:35 UTC 2013


commit 6fa94f9e316d6fe3acb40555e82b95b2bf5ab427
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Thu Jun 20 15:54:16 2013 -0700

    require graphviz

 dnssec-tools.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/dnssec-tools.spec b/dnssec-tools.spec
index 4df0c71..1669fd4 100644
--- a/dnssec-tools.spec
+++ b/dnssec-tools.spec
@@ -1,7 +1,7 @@
 Summary: A suite of tools for managing dnssec aware DNS usage
 Name: dnssec-tools
 Version: 2.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
@@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # are much more useful with the modules in place, so we hand require them.
 Requires: perl(Net::DNS), perl(Net::DNS::SEC), dnssec-tools-perlmods, bind, perl(Getopt::GUI::Long)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires: perl(GraphViz)
 BuildRequires: openssl-devel
 BuildRequires: perl(Test) perl(ExtUtils::MakeMaker)
 # Makes the code installation linux filesystem friendly
@@ -341,6 +342,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Thu Jun 20 2013 Wes Hardaker <wjhns174 at hardakers.net> - 2.0-6
+- Require GraphViz
+
 * Thu May 23 2013 Wes Hardaker <wjhns174 at hardakers.net> - 2.0-5
 - Added a fix for various Zonefile::Fast bugs
 


More information about the scm-commits mailing list