From 9bd08d625ea28449b9b011533f521f72f8789246 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 13 Jun 2024 10:50:37 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit c351f9567b6bb86f2cd57b7a0d1e9b18704c8ffc) --- pcp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pcp.spec b/pcp.spec index c8466e5..eb7720f 100644 --- a/pcp.spec +++ b/pcp.spec @@ -55,7 +55,7 @@ Name: pcp Version: 5.3.7 Summary: System-level performance monitoring and performance management -Release: 4 +Release: 5 License: GPL-2.0-or-later and LGPL-2.0-or-later and CC-BY-SA-3.0 URL: https://pcp.io Source0: https://github.com/performancecopilot/pcp/archive/refs/tags/%{version}.tar.gz @@ -1024,7 +1024,7 @@ monitoring systems using live and archived Performance Co-Pilot %package selinux Summary: PCP selinux policy -License: GPLv2+ and CC-BY +License: GPL-2.0-or-later and CC-BY-3.0 BuildRequires: selinux-policy-devel selinux-policy-targeted setools-console Requires: policycoreutils selinux-policy-targeted %description selinux @@ -1933,6 +1933,9 @@ systemctl condrestart pmproxy.service >/dev/null 2>&1 %changelog +* Thu Jun 13 2024 wangkai <13474090681@163.com> - 5.3.7-5 +- License compliance rectification + * Fri Mar 29 2024 wangkai <13474090681@163.com> - 5.3.7-4 - Fix CVE-2024-3019 -- Gitee