diff --git a/.gitignore b/.gitignore index 3264bf0..e35b74a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /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 - 0.5-1 +- Updated to 0.5 which supports Parallelize signature verification +- Install man page + * Tue May 01 2012 Paul Wouters - 0.4-1 - Updated to 0.4 which fixes a TXT record parsing bug