update to 1.3.0-rc5
This commit is contained in:
parent
cd6c4e50b4
commit
12d2e725c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/knot-1.2.0.tar.gz
|
/knot-1.2.0.tar.gz
|
||||||
/knot-1.3.0-rc3.tar.gz
|
/knot-1.3.0-rc3.tar.gz
|
||||||
/knot-1.3.0-rc4.tar.gz
|
/knot-1.3.0-rc4.tar.gz
|
||||||
|
/knot-1.3.0-rc5.tar.gz
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
From 432027f7cd31be315d267e073e1034c9737fc419 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Vcelak <jan.vcelak@nic.cz>
|
|
||||||
Date: Mon, 15 Jul 2013 14:14:49 +0200
|
|
||||||
Subject: [PATCH] config: fix default configuration file load path
|
|
||||||
|
|
||||||
---
|
|
||||||
src/knot/conf/conf.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/knot/conf/conf.c b/src/knot/conf/conf.c
|
|
||||||
index 9830c04..87c9a00 100644
|
|
||||||
--- a/src/knot/conf/conf.c
|
|
||||||
+++ b/src/knot/conf/conf.c
|
|
||||||
@@ -37,7 +37,7 @@
|
|
||||||
|
|
||||||
/*! \brief Default config paths. */
|
|
||||||
static const char *DEFAULT_CONFIG[] = {
|
|
||||||
- SYSCONFDIR "/" "knot.conf",
|
|
||||||
+ CONFIG_DIR "/" "knot.conf",
|
|
||||||
};
|
|
||||||
|
|
||||||
#define DEFAULT_CONF_COUNT 1 /*!< \brief Number of default config paths. */
|
|
||||||
--
|
|
||||||
1.8.3.1
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global alphatag rc4
|
%global alphatag rc5
|
||||||
|
|
||||||
Summary: An authoritative DNS daemon
|
Summary: An authoritative DNS daemon
|
||||||
Name: knot
|
Name: knot
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 0.3.%{alphatag}%{?dist}
|
Release: 0.4.%{alphatag}%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.knot-dns.cz
|
URL: http://www.knot-dns.cz
|
||||||
@ -12,7 +12,6 @@ Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}-%{alphatag}.tar.
|
|||||||
Source1: %{name}.service
|
Source1: %{name}.service
|
||||||
Source2: %{name}.conf
|
Source2: %{name}.conf
|
||||||
Source3: %{name}.tmpfiles
|
Source3: %{name}.tmpfiles
|
||||||
Patch0: 0001-config-fix-default-configuration-file-load-path.patch
|
|
||||||
|
|
||||||
BuildRequires: flex bison ragel openssl-devel userspace-rcu-devel libcap-ng-devel
|
BuildRequires: flex bison ragel openssl-devel userspace-rcu-devel libcap-ng-devel
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
@ -27,7 +26,6 @@ Knot DNS is a high-performance authoritative DNS server implementation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-%{alphatag}
|
%setup -q -n %{name}-%{version}-%{alphatag}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# disable debug code (causes unused warnings)
|
# disable debug code (causes unused warnings)
|
||||||
@ -95,6 +93,9 @@ fi
|
|||||||
%doc %{_infodir}/%{name}.info.gz
|
%doc %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 29 2013 Jan Vcelak <jvcelak@fedoraproject.org> 1.3.0-0.4.rc5
|
||||||
|
- update to 1.3.0-rc5
|
||||||
|
|
||||||
* Mon Jul 15 2013 Paul Wouters <pwouters@redhat.com> - 1.3.0-0.3.rc4
|
* Mon Jul 15 2013 Paul Wouters <pwouters@redhat.com> - 1.3.0-0.3.rc4
|
||||||
- Added Alias=knotd.service alias to service file
|
- Added Alias=knotd.service alias to service file
|
||||||
- Added ExecStartPre=/usr/sbin/knotc checkconf to service file
|
- Added ExecStartPre=/usr/sbin/knotc checkconf to service file
|
||||||
|
Loading…
Reference in New Issue
Block a user