skopeo-1:1.6.0-1
- bump to v1.6.0 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
7873f9e0c9
commit
189571646b
1
.gitignore
vendored
1
.gitignore
vendored
@ -296,3 +296,4 @@
|
|||||||
/v1.5.0.tar.gz
|
/v1.5.0.tar.gz
|
||||||
/v1.5.1.tar.gz
|
/v1.5.1.tar.gz
|
||||||
/v1.5.2.tar.gz
|
/v1.5.2.tar.gz
|
||||||
|
/v1.6.0.tar.gz
|
||||||
|
11
skopeo.spec
11
skopeo.spec
@ -36,15 +36,15 @@
|
|||||||
|
|
||||||
# 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.5.2
|
%global built_tag v1.6.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: %{conditional_epoch}
|
Epoch: %{conditional_epoch}
|
||||||
Version: 1.5.2
|
Version: 1.6.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Inspect container images and repositories on registries
|
Summary: Inspect container images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0 and BSD and ISC and MIT
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
ExclusiveArch: %{go_arches}
|
ExclusiveArch: %{go_arches}
|
||||||
Source0: %{git0}/archive/%{built_tag}.tar.gz
|
Source0: %{git0}/archive/%{built_tag}.tar.gz
|
||||||
@ -379,6 +379,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 04 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:1.6.0-1
|
||||||
|
- bump to v1.6.0
|
||||||
|
|
||||||
* Fri Feb 04 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:1.5.2-3
|
* Fri Feb 04 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:1.5.2-3
|
||||||
- bump release tag to check for koji build success
|
- bump release tag to check for koji build success
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.5.2.tar.gz) = 7f1dfa41e4fa6a145187413252672b12e59a11ce445d9d5c47c78c4dbb8aa4ffe6925bea20b11034e40725fdb2ac5eacfbb646e7b8cfdd11f07bbb6fc020dda7
|
SHA512 (v1.6.0.tar.gz) = 13a3660780ce43e31a9840811aaa7626f9d0de9999e52c469a2a58b4bf96bd5e4d67e0f0556ac2baef14c5a662afae1f2d407b260c8833d573326791a2193e48
|
||||||
|
Loading…
Reference in New Issue
Block a user