bump to v1.6.0
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
de81b1bcc3
commit
868757fe5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -296,3 +296,4 @@
|
||||
/v1.5.0.tar.gz
|
||||
/v1.5.1.tar.gz
|
||||
/v1.5.2.tar.gz
|
||||
/v1.6.0.tar.gz
|
||||
|
19
skopeo.spec
19
skopeo.spec
@ -21,7 +21,7 @@
|
||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global git0 https://%{import_path}
|
||||
|
||||
%global built_tag v1.5.2
|
||||
%global built_tag v1.6.0
|
||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
||||
|
||||
@ -48,25 +48,24 @@ BuildRequires: ostree-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: make
|
||||
Requires: containers-common >= 4:1-21
|
||||
# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g'
|
||||
Provides: bundled(golang(github.com/containers/common)) = v0.46.1_0.20211026130826_7abfd453c86f
|
||||
Provides: bundled(golang(github.com/containers/image/v5)) = v5.17.0
|
||||
# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d'
|
||||
# vendored libraries
|
||||
Provides: bundled(golang(github.com/containers/common)) = v0.47.3
|
||||
Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.1
|
||||
Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2
|
||||
Provides: bundled(golang(github.com/containers/storage)) = v1.37.0
|
||||
Provides: bundled(golang(github.com/docker/docker)) = v20.10.11+incompatible
|
||||
Provides: bundled(golang(github.com/containers/storage)) = v1.38.2
|
||||
Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible
|
||||
Provides: bundled(golang(github.com/dsnet/compress)) = v0.0.2_0.20210315054119_f66993602bf5
|
||||
Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.2_0.20210819154149_5ad6f50d6283
|
||||
Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20211202193544_a5463b7f9c84
|
||||
Provides: bundled(golang(github.com/opencontainers/image_tools)) = v1.0.0_rc3
|
||||
Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1
|
||||
Provides: bundled(golang(github.com/russross/blackfriday)) = v2.0.0+incompatible
|
||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1
|
||||
Provides: bundled(golang(github.com/spf13/cobra)) = v1.2.1
|
||||
Provides: bundled(golang(github.com/spf13/cobra)) = v1.3.0
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5
|
||||
Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.0
|
||||
Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635
|
||||
Provides: bundled(golang(gopkg.in/check.v1)) = v1.0.0_20201130134442_10cb98267c6c
|
||||
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2.4.0
|
||||
|
||||
%description
|
||||
Command line utility to inspect images and repositories directly on Docker
|
||||
|
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