bump to v1.24.2
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
fec2c8b0a6
commit
640434a76e
1
.gitignore
vendored
1
.gitignore
vendored
@ -679,3 +679,4 @@
|
||||
/v1.23.2.tar.gz
|
||||
/v1.24.0.tar.gz
|
||||
/v1.24.1.tar.gz
|
||||
/v1.24.2.tar.gz
|
||||
|
10
buildah.spec
10
buildah.spec
@ -15,7 +15,7 @@
|
||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global git0 https://%{import_path}
|
||||
|
||||
%global built_tag v1.24.1
|
||||
%global built_tag v1.24.2
|
||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
||||
|
||||
@ -23,7 +23,7 @@ Name: %{repo}
|
||||
Version: %{gen_version}
|
||||
Release: %autorelease
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0 and BSD and MIT
|
||||
License: ASL 2.0 and BSD and MIT and MPLv2.0
|
||||
URL: https://%{name}.io
|
||||
Source: %{git0}/archive/%{built_tag}.tar.gz
|
||||
BuildRequires: device-mapper-devel
|
||||
@ -46,15 +46,15 @@ Suggests: qemu-user-static
|
||||
# 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'
|
||||
Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.9
|
||||
Provides: bundled(golang(github.com/containernetworking/cni)) = v1.0.1
|
||||
Provides: bundled(golang(github.com/containers/common)) = v0.47.3
|
||||
Provides: bundled(golang(github.com/containers/common)) = v0.47.4
|
||||
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.38.2
|
||||
Provides: bundled(golang(github.com/docker/distribution)) = v2.7.1+incompatible
|
||||
Provides: bundled(golang(github.com/docker/distribution)) = v2.8.0+incompatible
|
||||
Provides: bundled(golang(github.com/docker/docker)) = v20.10.12+incompatible
|
||||
Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0
|
||||
Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316
|
||||
Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.7.7
|
||||
Provides: bundled(golang(github.com/fsouza/go_dockerclient)) = v1.7.8
|
||||
Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1
|
||||
Provides: bundled(golang(github.com/ishidawataru/sctp)) = v0.0.0_20210226210310_f2269e66cdee
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.24.1.tar.gz) = 32e9d9873d3fbb40a03e240c7b460c555200f69ff60d54c670b0ee0651ef9154a43d75203bf26dc3f1375433b463342c27a358d30bbdaf9aa3fb211f4c3c1b36
|
||||
SHA512 (v1.24.2.tar.gz) = dada2b65340386355aba3980c38d9be0f43d5c3f9316c6f8e713f299ee2b975e409c1b3a785daa52b59e688c3a9c9016c43d9b0a6443d4a9453aababc0a8afa0
|
||||
|
Loading…
Reference in New Issue
Block a user