Browse Source

upgrading package: coredns 011.20170911 -> 011.20171026

master
parent
commit
c9d953864b
  1. 16
      coredns/coredns.patch
  2. 4
      coredns/coredns.spec

16
coredns/coredns.patch

@ -1,16 +1,18 @@
Index: src/github.com/miekg/coredns/Makefile
--- src/github.com/miekg/coredns/Makefile.orig 2017-09-01 17:18:23.195868000 +0200
+++ src/github.com/miekg/coredns/Makefile 2017-09-01 17:19:21.448185000 +0200
@@ -8,10 +8,10 @@
--- src/github.com/miekg/coredns/Makefile.orig 2017-10-26 23:02:42.000000000 +0200
+++ src/github.com/miekg/coredns/Makefile 2017-10-26 23:20:42.665048000 +0200
@@ -7,11 +7,11 @@
# Phony this to ensure we always build the binary.
# TODO: Add .go file dependencies.
.PHONY: coredns
coredns: check godeps
-coredns: check godeps
- CGO_ENABLED=0 $(SYSTEM) go build -v -ldflags="-s -w -X github.com/coredns/coredns/coremain.gitCommit=$(GITCOMMIT)" -o $(BINARY)
+ CGO_ENABLED=0 $(SYSTEM) go build -x -v -ldflags="-X github.com/coredns/coredns/coremain.gitCommit=$(GITCOMMIT)" -o $(BINARY)
+coredns: check
+ CGO_ENABLED=0 $(SYSTEM) go build -x -v -ldflags="-s -w -X github.com/coredns/coredns/coremain.gitCommit=$(GITCOMMIT)" -o $(BINARY)
.PHONY: check
-check: fmt core/zmiddleware.go core/dnsserver/zdirectives.go godeps
+check: core/zmiddleware.go core/dnsserver/zdirectives.go
-check: linter core/zplugin.go core/dnsserver/zdirectives.go godeps
+check: core/zplugin.go core/dnsserver/zdirectives.go
.PHONY: test
test: check

4
coredns/coredns.spec

@ -23,7 +23,7 @@
# package version
%define V_opkg 011
%define V_dist 20170911
%define V_dist 20171026
# package information
Name: coredns
@ -36,7 +36,7 @@ Class: EVAL
Group: Networking
License: Apache
Version: %{V_opkg}.%{V_dist}
Release: 20170911
Release: 20171026
# list of sources
Source0: http://download.openpkg.org/components/versioned/coredns/coredns-%{V_dist}.tar.xz

Loading…
Cancel
Save