* Thu Jun 07 2012 Paul Wouters <pwouters@redhat.com> - 0.5-1

- Updated to 0.5 which supports Parallelize signature verification
- Install man page
This commit is contained in:
Paul Wouters 2012-06-07 11:35:45 -04:00
commit 4fb2a893c2
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/validns-0.3.tar.gz
/validns-0.4.tar.gz
/validns-0.5.tar.gz

View file

@ -1,2 +1 @@
19571cd099f4d88546db1b2dbb2e9d25 validns-0.3.tar.gz
b8bc898a8338ab58ff18fef6ec9fb4f7 validns-0.4.tar.gz
de8ad86d7a87dc20ef800c9286090985 validns-0.5.tar.gz

View file

@ -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@redhat.com> - 0.5-1
- Updated to 0.5 which supports Parallelize signature verification
- Install man page
* Tue May 01 2012 Paul Wouters <pwouters@redhat.com> - 0.4-1
- Updated to 0.4 which fixes a TXT record parsing bug