-
Notifications
You must be signed in to change notification settings - Fork 785
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2606: Bump to v1.16.1 r=nalind a=TomSweeneyRedHat As the title says Co-authored-by: TomSweeneyRedHat <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
2 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.16.0 | ||
Version: 1.16.1 | ||
Release: 1.git%{shortcommit}%{?dist} | ||
Summary: A command line tool used to creating OCI Images | ||
License: ASL 2.0 | ||
|
@@ -99,6 +99,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Thu Sep 10, 2020 Tom Sweeney <[email protected]> 1.16.1-1 | ||
- copier.Get(): hard link targets shouldn't be relative paths | ||
|
||
* Thu Sep 3, 2020 Tom Sweeney <[email protected]> 1.16.0-1 | ||
- fix build on 32bit arches | ||
- containerImageRef.NewImageSource(): don't always force timestamps | ||
|