update to 1.3.1
This commit is contained in:
parent
61b93d096f
commit
9a89f45eb1
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
12
knot.spec
12
knot.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user