From b03939a476ed34d9f90d79cf08d1a829bc6ec127 Mon Sep 17 00:00:00 2001 From: ut004615 Date: Wed, 19 Jul 2023 16:55:39 +0800 Subject: [PATCH] DESC:The license is changed to apache 2.0 --- cups.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cups.spec b/cups.spec index 3ace7aa..cdd368a 100644 --- a/cups.spec +++ b/cups.spec @@ -3,9 +3,9 @@ Name: cups Epoch: 1 Version: 2.4.0 -Release: 8 +Release: 9 Summary: CUPS is the standards-based, open source printing system for linux operating systems. -License: GPLv2+ and LGPLv2+ with exceptions and AML +License: Apache-2.0 WITH LLVM-exception Url: https://openprinting.github.io/cups/ # Apple stopped uploading the new versions into github, use OpenPrinting fork Source0: https://github.com/OpenPrinting/cups/releases/download/v%{version}/cups-%{version}-source.tar.gz @@ -451,6 +451,9 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %doc %{_datadir}/%{name}/www/apple-touch-icon.png %changelog +* Wed Jul 19 2023 haomimi - 1:2.4.0-9 +- DESC:The license is changed to apache 2.0 + * Mon Jun 26 2023 zhouwenpei - 1:2.4.0-8 - fix CVE-2023-34241 -- Gitee