From ce87b1e7091be84138f0385f7584e491e1a8cc78 Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Tue, 1 Aug 2023 14:35:14 +0800 Subject: [PATCH] Description:[fix] fixed the license error description Bug: NA Test: keep consistent license with the upstream community Signed-off-by: Jinguang Dong (cherry picked from commit a7b38fa05bd8cc20a68f42455782fb411846eb49) --- cups.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/cups.spec b/cups.spec index 3ace7aa..6f65fc7 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 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 @@ -53,7 +53,7 @@ Protocol (IPP) to support printing to local and network printers. %package client Summary: CUPS printing system - client programs -License: GPLv2 +License: Apache-2.0 Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat Requires: /usr/sbin/alternatives @@ -66,7 +66,7 @@ programs. %package devel Summary: CUPS printing system - development environment -License: LGPLv2 +License: Apache-2.0 Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: gnutls-devel krb5-devel zlib-devel @@ -77,7 +77,7 @@ package to develop other printer drivers. %package libs Summary: CUPS libs -License: LGPLv2 and zlib +License: Apache-2.0 %description libs CUPS printing system provides a portable printing layer for @@ -451,6 +451,9 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %doc %{_datadir}/%{name}/www/apple-touch-icon.png %changelog +* Thu Aug 3 2023 dongjinguang - 1:2.4.0-9 +- DESC: The license is changed to Apache V2.0 + * Mon Jun 26 2023 zhouwenpei - 1:2.4.0-8 - fix CVE-2023-34241 -- Gitee