fix issues

(cherry picked from commit 69a292912bbc40f7db80f89b57bc8162cc06c4cf)
This commit is contained in:
fly_1997 2024-05-15 17:02:22 +08:00 committed by openeuler-sync-bot
parent 90f1b4bfec
commit d3dc2ec15e
2 changed files with 1210 additions and 1 deletions

1204
0001-fix-issues.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,11 @@
Name: oeAware-manager
Version: v1.0.1
Release: 1
Release: 2
Summary: OeAware server and client
License: MulanPSL2
URL: https://gitee.com/openeuler/%{name}
Source0: %{name}-%{version}.tar.gz
Patch1: 0001-fix-issues.patch
BuildRequires: cmake make gcc-c++
BuildRequires: boost-devel
@ -48,6 +49,10 @@ install -D -p -m 0644 oeaware.service %{buildroot}%{_unitdir}/oeaware.service
%attr(0644, root, root) %{_unitdir}/oeaware.service
%changelog
* Wed May 15 2024 fly_1997 <flylove7@outlook.com> -v1.0.1-2
- fix pre-enable failed, dependencies missing error, memory leak
- fix warning message
* Sat May 11 2024 fly_1997 <flylove7@outlook.com> -v1.0.1-1
- update version to v1.0.1