!34 [sync] PR-31: fix issues

From: @openeuler-sync-bot 
Reviewed-by: @ksana123 
Signed-off-by: @ksana123
This commit is contained in:
openeuler-ci-bot 2024-05-15 12:27:42 +00:00 committed by Gitee
commit 0fef201ac5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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