update to 1.3.1

This commit is contained in:
Jan Vcelak 2013-09-01 18:10:32 +02:00
parent 61b93d096f
commit 9a89f45eb1
3 changed files with 9 additions and 11 deletions

6
.gitignore vendored
View File

@ -1,5 +1 @@
/knot-1.1.3.tar.gz
/knot-1.2.0.tar.gz
/knot-1.3.0-rc3.tar.gz
/knot-1.3.0-rc4.tar.gz
/knot-1.3.0-rc5.tar.gz
/knot-*.tar.gz

View File

@ -1,14 +1,13 @@
%global _hardened_build 1
%global alphatag rc5
Summary: An authoritative DNS daemon
Name: knot
Version: 1.3.0
Release: 0.4.%{alphatag}%{?dist}
Version: 1.3.1
Release: 1%{?dist}
License: GPLv3
Group: System Environment/Daemons
URL: http://www.knot-dns.cz
Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}-%{alphatag}.tar.gz
Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.gz
Source1: %{name}.service
Source2: %{name}.conf
Source3: %{name}.tmpfiles
@ -25,7 +24,7 @@ Requires(postun): systemd
Knot DNS is a high-performance authoritative DNS server implementation.
%prep
%setup -q -n %{name}-%{version}-%{alphatag}
%setup -q
%build
# disable debug code (causes unused warnings)
@ -94,6 +93,9 @@ fi
%doc %{_infodir}/%{name}.info.gz
%changelog
* Sun Sep 01 2013 Jan Vcelak <jvcelak@fedoraproject.org> 1.3.1-1
- update to 1.3.1
* Mon Jul 29 2013 Jan Vcelak <jvcelak@fedoraproject.org> 1.3.0-0.4.rc5
- update to 1.3.0-rc5

View File

@ -1 +1 @@
adf0c359488a8994aacb64d66ba9ecd8 knot-1.3.0-rc5.tar.gz
9230b08b21cd2c38e0292d7620c1380f knot-1.3.1.tar.gz