From 914248c0be7f69f63ce55a7cdbe6604f31cf056f Mon Sep 17 00:00:00 2001 From: wangqi Date: Thu, 18 Sep 2025 10:52:22 +0800 Subject: [PATCH] spec: update license (cherry picked from commit b961deb003d4e0943248194fc6af346164257a6b) --- deepin-compressor.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deepin-compressor.spec b/deepin-compressor.spec index 6b39e53..19cf7bd 100644 --- a/deepin-compressor.spec +++ b/deepin-compressor.spec @@ -1,10 +1,10 @@ -%define specrelease 2 +%define specrelease 3 Name: deepin-compressor Version: 5.12.13 Release: %{specrelease} Summary: A fast and lightweight application for creating and extracting archives -License: GPLv3+ +License: GPLv3+ and GPLv2+ and (MPLv1.1 or LGPLv2.1) URL: https://github.com/linuxdeepin/deepin-devicemanager Source0: %{name}-%{version}.tar.gz Patch0001: backport-CVE-2021-38291.patch @@ -91,6 +91,9 @@ echo "%{_libdir}/%{name}/plugins/" > %{buildroot}/%{_sysconfdir}/ld.so.conf.d/%{ /sbin/ldconfig %changelog +* Thu Sep 18 2025 wangqia - 5.12.13-3 +- spec: update license + * Fri Sep 06 2024 pangqing - 5.12.13-2 - CVE-2021-38291 -- Gitee