Fix version of release to v1.19.1
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
b595a98aac
commit
aba61cdec4
|
@ -28,7 +28,7 @@ const (
|
|||
Package = "buildah"
|
||||
// Version for the Package. Bump version in contrib/rpm/buildah.spec
|
||||
// too.
|
||||
Version = "1.20.0-dev"
|
||||
Version = "1.19.1"
|
||||
// The value we use to identify what type of information, currently a
|
||||
// serialized Builder structure, we are using as per-container state.
|
||||
// This should only be changed when we make incompatible changes to
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
Name: buildah
|
||||
# Bump version in buildah.go too
|
||||
Version: 1.20.0-dev
|
||||
Version: 1.19.1
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used to creating OCI Images
|
||||
License: ASL 2.0
|
||||
|
@ -100,7 +100,8 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
|||
%{_datadir}/bash-completion/completions/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 8, 2021 Tom Sweeney <tsweeney@redhat.com> 1.20.0-dev-1
|
||||
* Thu Jan 14, 2021 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
|
||||
- use local image name for pull policy checks
|
||||
|
||||
* Fri Jan 8, 2021 Tom Sweeney <tsweeney@redhat.com> 1.19.0-1
|
||||
- Update vendor of containers/storage and containers/common
|
||||
|
|
Loading…
Reference in New Issue