!39 修复v-p-n的自测缺陷

From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
This commit is contained in:
openeuler-ci-bot 2022-09-06 12:24:54 +00:00 committed by Gitee
commit c5423d3e78
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1108 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,14 @@
Name: kiran-control-panel
Version: 2.3.5
Release: 1
Release: 2
Summary: Kiran Control Panel
Summary(zh_CN): Kiran桌面控制面板
License: MulanPSL-2.0
Source0: %{name}-%{version}.tar.gz
Patch0001: 0001-fix-network-fix-the-self-test-defect-v-p-n.patch
BuildRequires: gcc-c++
BuildRequires: cmake >= 3.2
BuildRequires: glib2-devel
@ -166,6 +168,9 @@ make %{?_smp_mflags}
rm -rf %{buildroot}
%changelog
* Tue Sep 06 2022 luoqing <luoqing@kylinsec.com.cn> - 2.3.5-2
- KYOS-F: Fix V-P-N self-test defects
* Mon Sep 05 2022 luoqing <luoqing@kylinsec.com.cn> - 2.3.5-1
- KYOS-F: Fix the network connection status does not change after unplugging the network cable (#I5I0AA)
- KYOS-F: Fix network tay crash (#I5OKBR)