-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podman: bump version of gvproxy to enable build with go1.21
Signed-off-by: Muhammad Falak R Wani <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"Signatures": { | ||
"dnsname-18822f9.tar.gz": "c78995a745981fc62a6af579ba416304538e3cba7267d6c06b926a9f4bcd8db9", | ||
"gvisor-tap-vsock-aab0ac9.tar.gz": "e833d0a4506a02c8462ebfe34c48542e8142ddce0ab00277252450e6f42271ae", | ||
"gvisor-tap-vsock-012bc90.tar.gz": "c9b9c43ca4972fb49e2c098cbbe28aa26bb6fc10d5b642032dcc40005f06a26c", | ||
"podman-4.1.1.tar.gz": "27bf32e9b1afee94cb08ebd59389104788d687f402a541f3631f94c7916b10a5" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
# https://github.com/containers/gvisor-tap-vsock | ||
%global import_path_gvproxy %%{provider}.%{provider_tld}/%{project}/%{repo_gvproxy} | ||
%global git_gvproxy https://%{import_path_gvproxy} | ||
%global commit_gvproxy aab0ac9367fc5142f5857c36ac2352bcb3c60ab7 | ||
%global commit_gvproxy 012bc90eed47444b08986d56ffd65b0f68cfff20 | ||
%global shortcommit_gvproxy %(c=%{commit_gvproxy}; echo ${c:0:7}) | ||
|
||
%global built_tag v4.1.1 | ||
|
@@ -387,8 +387,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ | |
|
||
# rhcontainerbot account currently managed by lsm5 | ||
%changelog | ||
* Fri Feb 02 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 4.1.1-19 | ||
* Fri Feb 02 2024 Muhammad Falak <mwani@microsoft.com> - 4.1.1-19 | ||
- Bump release to rebuild with go 1.21.6 | ||
- Bump version of gvproxy to enable build with go1.21 | ||
|
||
* Wed Oct 18 2023 Minghe Ren <[email protected]> - 4.1.1-18 | ||
- Bump release to rebuild against glibc 2.35-6 | ||
|