!16 fix the bug about process and filesystem

From: @dou33
Reviewed-by: @tanyulong2021
Signed-off-by: @tanyulong2021
This commit is contained in:
openeuler-ci-bot 2021-12-09 09:50:52 +00:00 committed by Gitee
commit beb0ff2238
2 changed files with 2544 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: ukui-system-monitor
Version: 1.0.1
Release: 9
Release: 10
Summary: A simple system monitor written in QT
License: GPL-3+ GPL-2+
URL: http://www.ukui.org
@ -40,7 +40,7 @@ patch4: 0003-Add-libglib2.0-bin-to-Depends.patch
patch5: 0004-Update-README.md.patch
patch6: 0005-Remove-LICENSE-which-is-same-with-COPYING.patch
patch7: 0006-Update-modification-record-in-changelog.patch
patch8: fix-the-bug-about-process-filesystem.patch
%description
A simple system monitor written in QT
@ -54,6 +54,7 @@ A simple system monitor written in QT
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%build
export PATH=%{_qt5_bindir}:$PATH
@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml
%changelog
* Tue Dec 09 2021 douyan <douyan@kylimos.cn> - 1.0.1-10
- fix the bug about process and filesystem
* Tue Dec 07 2021 tanyulong <tanyulong@kylimos.cn> - 1.0.1-9
- Update modification record in changelog