From fdce488bae5ef2b41787da5b60d42b3ce7a3683b Mon Sep 17 00:00:00 2001 From: Wes Hardaker Date: Wed, 29 Aug 2018 14:53:21 -0700 Subject: [PATCH 1/3] Added Mail::Send --- dnssec-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnssec-tools.spec b/dnssec-tools.spec index bfe5319..e35d326 100644 --- a/dnssec-tools.spec +++ b/dnssec-tools.spec @@ -12,7 +12,7 @@ Source2: libval-config # Require note: the auto-detection for perl-Net-DNS-SEC will not work since # the tools do run time tests for their existence. But most of the tools # 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(Net::DNS), perl(Net::DNS::SEC), dnssec-tools-perlmods, bind, perl(Getopt::GUI::Long) perl(Mail::Send) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(GraphViz) BuildRequires: gcc From 13b73724b670b348841dff58570eb8e19f568f70 Mon Sep 17 00:00:00 2001 From: Wes Hardaker Date: Wed, 29 Aug 2018 14:57:54 -0700 Subject: [PATCH 2/3] version bump --- dnssec-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dnssec-tools.spec b/dnssec-tools.spec index e35d326..16d2a6f 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.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Base URL: http://www.dnssec-tools.org/ @@ -365,6 +365,9 @@ install -m 755 %SOURCE2 ${RPM_BUILD_ROOT}/%{_bindir}/libval-config %changelog +* Wed Aug 29 2018 Wes Hardaker - 2.2.1-2 +- add Mail::Send + * Thu Jul 30 2018 Wes Hardaker - 2.2.1-1 - fix build issues From 3f09ae8cfcace90ff2566dc679ebafb7775896b4 Mon Sep 17 00:00:00 2001 From: Wes Hardaker Date: Wed, 29 Aug 2018 16:12:02 -0700 Subject: [PATCH 3/3] missed merge section --- dnssec-tools.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dnssec-tools.spec b/dnssec-tools.spec index f790487..a2bd275 100644 --- a/dnssec-tools.spec +++ b/dnssec-tools.spec @@ -1,12 +1,7 @@ Summary: A suite of tools for managing dnssec aware DNS usage Name: dnssec-tools -<<<<<<< HEAD -Version: 2.2.1 -Release: 2%{?dist} -======= Version: 2.2.3 Release: 1%{?dist} ->>>>>>> f28 License: BSD Group: System Environment/Base URL: http://www.dnssec-tools.org/