-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* revert podman to release 4 * use release 5
- Loading branch information
1 parent
4e47d76
commit a435463
Showing
1 changed file
with
2 additions
and
8 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 |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
|
||
Name: podman | ||
Version: 4.1.1 | ||
Release: 7%{?dist} | ||
Release: 5%{?dist} | ||
License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 | ||
Summary: Manage Pods, Containers and Container Images | ||
Vendor: Microsoft Corporation | ||
|
@@ -47,7 +47,7 @@ Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commi | |
Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz#/%{repo_gvproxy}-%{shortcommit_gvproxy}.tar.gz | ||
Provides: %{name}-manpages = %{version}-%{release} | ||
BuildRequires: go-md2man | ||
BuildRequires: golang <= 1.18.8 | ||
BuildRequires: golang | ||
BuildRequires: gcc | ||
BuildRequires: glib2-devel | ||
BuildRequires: glibc-static >= 2.35-3%{?dist} | ||
|
@@ -386,12 +386,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ | |
|
||
# rhcontainerbot account currently managed by lsm5 | ||
%changelog | ||
* Thu Feb 09 2023 Andrew Phelps <[email protected]> - 4.1.1-7 | ||
- Force building with golang 1.18.8 to resolve build issue | ||
|
||
* Fri Feb 03 2023 CBL-Mariner Servicing Account <[email protected]> - 4.1.1-6 | ||
- Bump release to rebuild with go 1.19.5 | ||
|
||
* Wed Jan 18 2023 CBL-Mariner Servicing Account <[email protected]> - 4.1.1-5 | ||
- Bump release to rebuild with go 1.19.4 | ||
|
||
|