podman-4.6.0-2.el8

- update license token to be SPDX compatible
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-08-04 11:10:39 +02:00
parent 1115c54a1f
commit 4b2ec9128b
1 changed files with 6 additions and 2 deletions

View File

@ -21,9 +21,9 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 3
Name: podman
Version: 4.6.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
URL: https://%{name}.io/
%if 0%{?branch:1}
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
@ -421,6 +421,10 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Fri Aug 04 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.6.0-2
- update license token to be SPDX compatible
- Related: #2176055
* Fri Jul 21 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.6.0-1
- update to latest content of https://github.com/containers/podman/releases/tag/4.6.0
(https://github.com/containers/podman/commit/38e6fab9664c6e59b66e73523b307a56130316ae)