Browse Source

upgrading package: coredns 1.1.4.20180619 -> 1.1.4.20180701

master
parent
commit
8ff6b3cc5a
  1. 12
      coredns/coredns.patch
  2. 4
      coredns/coredns.spec

12
coredns/coredns.patch

@ -1,6 +1,6 @@
Index: src/github.com/coredns/coredns/Makefile
--- src/github.com/coredns/coredns/Makefile.orig 2018-04-28 10:49:19.000000000 +0200
+++ src/github.com/coredns/coredns/Makefile 2018-04-28 10:51:55.566043000 +0200
--- src/github.com/coredns/coredns/Makefile.orig 2018-07-01 10:02:37.000000000 +0200
+++ src/github.com/coredns/coredns/Makefile 2018-07-01 10:05:14.102907000 +0200
@@ -2,8 +2,8 @@
GITCOMMIT:=$(shell git describe --dirty --always)
BINARY:=coredns
@ -10,13 +10,13 @@ Index: src/github.com/coredns/coredns/Makefile
+CHECKS:=check
+VERBOSE:=-v -x
GOPATH?=$(HOME)/go
PRESUBMIT:=core coremain plugin
@@ -14,7 +14,7 @@
PRESUBMIT:=core coremain plugin test request
MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
@@ -15,7 +15,7 @@
CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=$(GITCOMMIT)" -o $(BINARY)
.PHONY: check
-check: presubmit goimports core/zplugin.go core/dnsserver/zdirectives.go godeps linter
-check: presubmit goimports core/zplugin.go core/dnsserver/zdirectives.go godeps
+check: core/zplugin.go core/dnsserver/zdirectives.go
.PHONY: test

4
coredns/coredns.spec

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

Loading…
Cancel
Save