From bd85a431602ca6a51572f2f02ab156ad0434148e Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Tue, 5 Mar 2024 10:46:06 +0100 Subject: [PATCH] - Add missing licenses to spec-file Resolves: RHEL-27929 --- fence-agents.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fence-agents.spec b/fence-agents.spec index 6e295a5..16db5c9 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -59,7 +59,7 @@ Name: fence-agents Summary: Set of unified programs capable of host isolation ("fencing") Version: 4.10.0 -Release: 62%{?alphatag:.%{alphatag}}%{?dist} +Release: 63%{?alphatag:.%{alphatag}}%{?dist} License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/fence-agents Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz @@ -530,7 +530,7 @@ network, storage, or similar. They operate through a unified interface (calling conventions) devised for the original Red Hat clustering solution. %package common -License: GPLv2+ and LGPLv2+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-3.0-or-later AND ISC Summary: Common base for Fence Agents %if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 || 0%{?suse_version} Requires: python3-pycurl @@ -574,7 +574,7 @@ This package contains support files including the Python fencing library. %ifarch x86_64 %package -n ha-cloud-support -License: GPLv2+ and LGPLv2+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause AND MPL-2.0 AND Apache-2.0 AND PSF-2.0 AND Unlicense AND ISC Summary: Support libraries for HA Cloud agents # aliyun Provides: bundled(python-aliyun-python-sdk-core) = 2.11.5 @@ -1486,6 +1486,10 @@ are located on corosync cluster nodes. %endif %changelog +* Tue Mar 5 2024 Oyvind Albrigtsen - 4.10.0-63 +- Add missing licenses to spec-file + Resolves: RHEL-27929 + * Thu Jan 18 2024 Oyvind Albrigtsen - 4.10.0-62 - bundled urllib3: fix CVE-2023-45803 Resolves: RHEL-18139