-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel J Walsh <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
Name: buildah | ||
# Bump version in buildah.go too | ||
Version: 1.19.4 | ||
Version: 1.19.5 | ||
Release: 1.git%{shortcommit}%{?dist} | ||
Summary: A command line tool used to creating OCI Images | ||
License: ASL 2.0 | ||
|
@@ -100,7 +100,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Thu Feb 8, 2021 Dan Walsh <[email protected]> 1.19.4-1 | ||
* Tue Feb 9, 2021 Dan Walsh <[email protected]> 1.19.4-1 | ||
- Vendor in latest containers/image and common | ||
|
||
* Mon Feb 8, 2021 Dan Walsh <[email protected]> 1.19.4-1 | ||
- run: fix check for host pid namespace | ||
- bump containernetworking/cni library to v0.8.1 - fix for CVE-2021-20206 | ||
- Finish plumbing for buildah bud --manifest | ||
|