[unbound] * Don't copy the unbound.anchor into /etc/unbound

Paul Wouters pwouters at fedoraproject.org
Fri May 24 20:50:15 UTC 2013


commit 6d2a1ea7efb8017d4728c9f3bb3cd699e95519e2
Author: Paul Wouters <pwouters at redhat.com>
Date:   Fri May 24 16:49:57 2013 -0400

    * Don't copy the unbound.anchor into /etc/unbound

 unbound.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index fbe430a..54de37a 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -154,7 +154,7 @@ install -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/tmpfiles.d/unbound.conf
 
 # install root and DLV key - we keep a copy of the root key in old location,
 # in case user has changed the configuration and we wouldn't update it there
-install -m 0644 %{SOURCE5} %{SOURCE6} %{SOURCE13} %{buildroot}%{_sysconfdir}/unbound/
+install -m 0644 %{SOURCE5} %{SOURCE6} %{buildroot}%{_sysconfdir}/unbound/
 install -m 0644 %{SOURCE13} %{buildroot}%{_sharedstatedir}/unbound/
 
 # remove static library from install (fedora packaging guidelines)


More information about the scm-commits mailing list