From 2dbdb36bf9a565b5db0f4351bb21e36181af41ae Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 28 May 2013 17:24:24 -0400 Subject: [PATCH] * add unbound-1.4.20-roundrobin.patch --- unbound.cron | 0 unbound.spec | 2 ++ 2 files changed, 2 insertions(+) mode change 100755 => 100644 unbound.cron diff --git a/unbound.cron b/unbound.cron old mode 100755 new mode 100644 diff --git a/unbound.spec b/unbound.spec index 06a3b82..bcbffcf 100644 --- a/unbound.spec +++ b/unbound.spec @@ -32,6 +32,7 @@ Source13: root.anchor Source14: unbound.sysconfig Source15: unbound.cron Source16: unbound-munin.README +Patch1: unbound-1.4.20-roundrobin.patch Group: System Environment/Daemons BuildRequires: flex, openssl-devel , ldns-devel >= 1.6.13 @@ -105,6 +106,7 @@ Python modules and extensions for unbound %prep %setup -q +%patch1 -p1 %build export LDFLAGS="-Wl,-z,relro,-z,now -pie -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"