[validns/f16] * 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:52:33 UTC 2012


commit e02cd1e3b0e7e784dd0ac4a64ff0ea6208ac9e8c
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
    
    Conflicts:
    
    	.gitignore
    	sources

 .gitignore   |    3 +--
 sources      |    3 +--
 validns.spec |   11 +++++++++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3264bf0..6733f29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/validns-0.3.tar.gz
-/validns-0.4.tar.gz
+/validns-0.5.tar.gz
diff --git a/sources b/sources
index 91547b3..f5a62d0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-19571cd099f4d88546db1b2dbb2e9d25  validns-0.3.tar.gz
-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