Description:[fix] fixed the license error description
Bug: NA Test: keep consistent license with the upstream community Signed-off-by: Jinguang Dong <dongjinguang@huawei.com>
This commit is contained in:
parent
a8d2533be7
commit
a7b38fa05b
13
cups.spec
13
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 <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
|
||||
- fix CVE-2023-34241
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user