summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runc.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/runc.spec b/runc.spec
index 120d76c..2dfba6d 100644
--- a/runc.spec
+++ b/runc.spec
@@ -25,8 +25,9 @@
# https://github.com/opencontainers/runc
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
-%global commit 57b997243d52f70a78cfea5e31ccb69f37450b5a
+%global commit 04f275d4601ca7e5ff9460cec7f65e8dd15443ec
%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global tag 1.0.0-rc1
Name: %{repo}
%if 0%{?fedora} || 0%{?rhel} == 6
@@ -34,12 +35,12 @@ Epoch: 1
%else
Epoch: 0
%endif
-Version: 0.1.1
-Release: 3.git%{shortcommit}%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
Summary: CLI for running Open Containers
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}}
@@ -164,7 +165,7 @@ providing packages with %{import_path} prefix.
%endif
%prep
-%setup -q -n %{repo}-%{commit}
+%setup -q -n %{repo}-%{tag}
%build
mkdir -p src/github.com/opencontainers
@@ -292,6 +293,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Sun Jun 26 2016 Tim Orling <ttorling@fedoraproject.org> - 1:1.0.0-1
+- Update to v1.0.0-rc1
+
* Thu May 26 2016 jchaloup <jchaloup@redhat.com> - 1:0.1.1-3.git57b9972
- Add bash completion
resolves: #1340119