summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--golang-github-opencontainers-runtime-spec.spec14
-rw-r--r--sources2
2 files changed, 10 insertions, 6 deletions
diff --git a/golang-github-opencontainers-runtime-spec.spec b/golang-github-opencontainers-runtime-spec.spec
index 663d44b..906b8d1 100644
--- a/golang-github-opencontainers-runtime-spec.spec
+++ b/golang-github-opencontainers-runtime-spec.spec
@@ -26,16 +26,17 @@
# https://github.com/opencontainers/runtime-spec
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
-%global commit 6e08c6983ef8c2173f10ca09266907d4e9e71716
+%global commit 06479209bdc0d4135911688c18157bd39bd99c22
%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global tag 1.0.0-rc1
Name: golang-%{provider}-%{project}-%{repo}
-Version: 0.5.0
-Release: 0.1.git%{shortcommit}%{?dist}
+Version: 1.0.0
+Release: 0.1%{?dist}
Summary: Open Container Specifications
License: ASL 2.0
URL: https://%{provider_prefix}
-Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
+Source0: https://%{provider_prefix}/archive/v%{tag}.tar.gz
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
@@ -85,7 +86,7 @@ providing packages with %{import_path} prefix.
%endif
%prep
-%setup -q -n %{repo}-%{commit}
+%setup -q -n %{repo}-%{tag}
%build
@@ -150,6 +151,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Sun Jun 26 2016 Tim Orling <ttorling@fedorapeople.org> - 1.0.0-0.1
+- Update to v1.0.0-rc1
+
* Tue Apr 26 2016 jchaloup <jchaloup@redhat.com> - 0.5.0-0.1.git6e08c69
- Bump to upstream 6e08c6983ef8c2173f10ca09266907d4e9e71716
resolves: #1330416
diff --git a/sources b/sources
index 62fe343..87b2f0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b02e0b27f68b5ec8ba2bb126eb1855a8 runtime-spec-6e08c69.tar.gz
+098e4229b10bd1b8c25cb78ab5a9c502 v1.0.0-rc1.tar.gz