From 4b2ec9128b331cf23d13e530f16ac90b8e5dcfd6 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 4 Aug 2023 11:10:39 +0200 Subject: [PATCH] podman-4.6.0-2.el8 - update license token to be SPDX compatible - Related: #2176055 Signed-off-by: Jindrich Novy --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index ca6472a..81b393a 100644 --- a/podman.spec +++ b/podman.spec @@ -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 - 3:4.6.0-2 +- update license token to be SPDX compatible +- Related: #2176055 + * Fri Jul 21 2023 Jindrich Novy - 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)