瀏覽代碼

update snapshot

Ralf S. Engelschall 8 年之前
父節點
當前提交
8c2dedfe0d
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 3 3
      etcd/etcd.patch
  2. 2 2
      etcd/etcd.spec

+ 3 - 3
etcd/etcd.patch

@@ -1,11 +1,11 @@
 Index: src/github.com/coreos/etcd/build
---- src/github.com/coreos/etcd/build.orig	2017-06-10 13:09:09.984330000 +0200
-+++ src/github.com/coreos/etcd/build	2017-06-10 13:13:24.449322000 +0200
+--- src/github.com/coreos/etcd/build.orig	2017-09-10 13:38:52.212605000 +0200
++++ src/github.com/coreos/etcd/build	2017-09-10 13:39:37.805443000 +0200
 @@ -4,10 +4,7 @@
  ORG_PATH="github.com/coreos"
  REPO_PATH="${ORG_PATH}/etcd"
  
--GIT_SHA=`git rev-parse --short HEAD || echo "GitNotFound"`
+-GIT_SHA=$(git rev-parse --short HEAD || echo "GitNotFound")
 -if [ ! -z "$FAILPOINTS" ]; then
 -	GIT_SHA="$GIT_SHA"-FAILPOINTS
 -fi

+ 2 - 2
etcd/etcd.spec

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