runc-2:1.1.0-1
autobuilt v1.1.0 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
876007dcfe
commit
8930d62537
1
.gitignore
vendored
1
.gitignore
vendored
@ -355,3 +355,4 @@
|
|||||||
/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
|
/v1.1.0-rc.1.tar.gz
|
||||||
|
/v1.1.0.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.1.0-rc.1
|
%global built_tag v1.1.0
|
||||||
%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.1.0
|
Version: 1.1.0
|
||||||
Release: 0.1.rc.1%{?dist}
|
Release: 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
|
||||||
|
* Mon Jan 17 2022 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.1.0-1
|
||||||
|
- autobuilt v1.1.0
|
||||||
|
|
||||||
* Tue Dec 14 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.1.0-0.1.rc.1
|
* Tue Dec 14 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.1.0-0.1.rc.1
|
||||||
- autobuilt v1.1.0-rc.1
|
- autobuilt v1.1.0-rc.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.1.0-rc.1.tar.gz) = 3b361d8800262a8ea7089e13d9635947b36274e59db7e62801e09988ef9698a6481cbef69e9615802c81618ceadbeb6b572d46066b5d7deed04d27a6093f43a9
|
SHA512 (v1.1.0.tar.gz) = 542ea87c488fd120f2b77e53e2c197f09cd504fbe55dbe47008aaa5b0565aa300fc49f8cadc24ead796e45a4e95a30dfb08bfeefa58dc370145a218fd2869e41
|
||||||
|
Loading…
Reference in New Issue
Block a user