update to 1.3.0-rc5

This commit is contained in:
Jan Vcelak 2013-07-29 17:54:52 +02:00
parent cd6c4e50b4
commit 12d2e725c5
4 changed files with 7 additions and 30 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
e9175391abd6e0da0076179f92461457 knot-1.3.0-rc4.tar.gz adf0c359488a8994aacb64d66ba9ecd8 knot-1.3.0-rc5.tar.gz