!119 [fix] fixed the license error description

From: @dongjinguang 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-08-07 01:17:50 +00:00 committed by Gitee
commit 884c8cc07b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,9 +3,9 @@
Name: cups Name: cups
Epoch: 1 Epoch: 1
Version: 2.4.0 Version: 2.4.0
Release: 8 Release: 9
Summary: CUPS is the standards-based, open source printing system for linux operating systems. 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/ Url: https://openprinting.github.io/cups/
# Apple stopped uploading the new versions into github, use OpenPrinting fork # 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 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 %package client
Summary: CUPS printing system - client programs Summary: CUPS printing system - client programs
License: GPLv2 License: Apache-2.0
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} 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 Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat
Requires: /usr/sbin/alternatives Requires: /usr/sbin/alternatives
@ -66,7 +66,7 @@ programs.
%package devel %package devel
Summary: CUPS printing system - development environment Summary: CUPS printing system - development environment
License: LGPLv2 License: Apache-2.0
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
Requires: gnutls-devel krb5-devel zlib-devel Requires: gnutls-devel krb5-devel zlib-devel
@ -77,7 +77,7 @@ package to develop other printer drivers.
%package libs %package libs
Summary: CUPS libs Summary: CUPS libs
License: LGPLv2 and zlib License: Apache-2.0
%description libs %description libs
CUPS printing system provides a portable printing layer for 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 %doc %{_datadir}/%{name}/www/apple-touch-icon.png
%changelog %changelog
* Thu Aug 3 2023 dongjinguang <dongjinguang@huawei.com> - 1:2.4.0-9
- DESC: The license is changed to Apache V2.0
* Mon Jun 26 2023 zhouwenpei <zhouwenpei@h-partners.com> - 1:2.4.0-8 * Mon Jun 26 2023 zhouwenpei <zhouwenpei@h-partners.com> - 1:2.4.0-8
- fix CVE-2023-34241 - fix CVE-2023-34241