diff --git a/cups.spec b/cups.spec index 3ace7aa7b7306a6ea1eb47be921e434d2f140f5b..6f65fc770fd2b77ff2b49934d5dbc7fe41717ea1 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