From 5378e6c0f9dc42997ff5e87c99e147cb9d4916f0 Mon Sep 17 00:00:00 2001 From: wangqi Date: Wed, 22 Oct 2025 11:27:30 +0800 Subject: [PATCH] spec: update license --- deepin-pw-check.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deepin-pw-check.spec b/deepin-pw-check.spec index bdaad67..5fc0d5b 100644 --- a/deepin-pw-check.spec +++ b/deepin-pw-check.spec @@ -8,9 +8,9 @@ Name: deepin-pw-check Version: 5.1.17 -Release: 2 +Release: 3 Summary: Used to check password and manager the configuration for password. -License: GPL-3.0 +License: GPLv2 URL: https://github.com/linuxdeepin/%{name} Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz @@ -93,6 +93,9 @@ install -Dm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/deepin/dde.conf %{_includedir}/deepin_pw_check.h %changelog +* Wed Oct 22 2025 wangqia - 5.1.17-3 +- spec: update license + * Wed Feb 19 2025 pangqing - 5.1.17-2 - fix Mangle build error -- Gitee