runc-2:1.1.0-0.1.rc.1
autobuilt v1.1.0-rc.1 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
ce2227be51
commit
876007dcfe
1
.gitignore
vendored
1
.gitignore
vendored
@ -354,3 +354,4 @@
|
|||||||
/v1.0.1.tar.gz
|
/v1.0.1.tar.gz
|
||||||
/v1.0.2.tar.gz
|
/v1.0.2.tar.gz
|
||||||
/v1.0.3.tar.gz
|
/v1.0.3.tar.gz
|
||||||
|
/v1.1.0-rc.1.tar.gz
|
||||||
|
@ -30,13 +30,13 @@
|
|||||||
|
|
||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild
|
# to decide whether to autobuild
|
||||||
%global built_tag v1.0.3
|
%global built_tag v1.1.0-rc.1
|
||||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.0.3
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 0.1.rc.1%{?dist}
|
||||||
Summary: CLI for running Open Containers
|
Summary: CLI for running Open Containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -308,6 +308,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 14 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.1.0-0.1.rc.1
|
||||||
|
- autobuilt v1.1.0-rc.1
|
||||||
|
|
||||||
* Mon Dec 06 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.0.3-1
|
* Mon Dec 06 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.0.3-1
|
||||||
- autobuilt v1.0.3
|
- autobuilt v1.0.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.0.3.tar.gz) = 64a1894c2b4ed5a68b185e88548fc9fbbd01d8a9495feed59fb196aa06763d64cfb71ca6cbc09d1defa26a0d94ad58626296585741f23df2e290147ba6c4c26e
|
SHA512 (v1.1.0-rc.1.tar.gz) = 3b361d8800262a8ea7089e13d9635947b36274e59db7e62801e09988ef9698a6481cbef69e9615802c81618ceadbeb6b572d46066b5d7deed04d27a6093f43a9
|
||||||
|
Loading…
Reference in New Issue
Block a user