[validns/f17] * Thu Jun 07 2012 Paul Wouters <pwouters at redhat.com> - 0.5-1 - Updated to 0.5 which supports Paralle

Paul Wouters pwouters at fedoraproject.org
Thu Jun 7 15:50:50 UTC 2012


commit 4c49615dc81c5110b27de12b5cff04250e708e39
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jun 7 11:35:45 2012 -0400

    * Thu Jun 07 2012 Paul Wouters <pwouters at redhat.com> - 0.5-1
    - Updated to 0.5 which supports Parallelize signature verification
    - Install man page
    
    Conflicts:
    
    	sources

 .gitignore   |    2 +-
 sources      |    2 +-
 validns.spec |   11 +++++++++--
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b7ef10..6733f29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/validns-0.4.tar.gz
+/validns-0.5.tar.gz
diff --git a/sources b/sources
index b6f0156..f5a62d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8bc898a8338ab58ff18fef6ec9fb4f7  validns-0.4.tar.gz
+de8ad86d7a87dc20ef800c9286090985  validns-0.5.tar.gz
diff --git a/validns.spec b/validns.spec
index e1b3106..fa7ae40 100644
--- a/validns.spec
+++ b/validns.spec
@@ -1,6 +1,6 @@
 Summary: DNS and DNSSEC zone file validator
 Name: validns
-Version: 0.4
+Version: 0.5
 Release: 1%{?dist}
 License: BSD
 Url:  http://www.validns.net/
@@ -18,10 +18,12 @@ useful README or information, but it's a nice tool anyway :)
 
 %build
 make %{?_smp_mflags}
+gzip validns.1
 
 %install
-mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1/
 install -m 755 validns %{buildroot}/%{_bindir}/
+cp -a validns.1.gz %{buildroot}/%{_mandir}/man1/
 
 %clean
 rm -rf %{buildroot}
@@ -30,8 +32,13 @@ rm -rf %{buildroot}
 %defattr(-,root,root)
 %doc LICENSE README
 %{_bindir}/validns
+%{_mandir}/man1/validns.1.gz
 
 %changelog
+* Thu Jun 07 2012 Paul Wouters <pwouters at redhat.com> - 0.5-1
+- Updated to 0.5 which supports Parallelize signature verification
+- Install man page
+
 * Tue May 01 2012 Paul Wouters <pwouters at redhat.com> - 0.4-1
 - Updated to 0.4 which fixes a TXT record parsing bug
 


More information about the scm-commits mailing list