update version to v1.0.2
This commit is contained in:
parent
0fef201ac5
commit
43ee2f3faf
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
oeAware-manager-v1.0.2.tar.gz
Normal file
BIN
oeAware-manager-v1.0.2.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,10 @@
|
||||
Name: oeAware-manager
|
||||
Version: v1.0.1
|
||||
Release: 2
|
||||
Version: v1.0.2
|
||||
Release: 1
|
||||
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
|
||||
@ -14,9 +13,10 @@ BuildRequires: log4cplus-devel
|
||||
BuildRequires: yaml-cpp-devel
|
||||
BuildRequires: gtest-devel gmock-devel
|
||||
|
||||
Requires: oeAware-collector >= v1.0.0
|
||||
Requires: oeAware-scenario >= v1.0.0
|
||||
Requires: graphviz
|
||||
Requires: oeAware-collector >= v1.0.2
|
||||
Requires: oeAware-scenario >= v1.0.2
|
||||
Requires: oeAware-tune >= v1.0.0
|
||||
Requires: graphviz yaml-cpp curl log4cplus boost
|
||||
|
||||
%description
|
||||
%{name} provides server and client to manager plugins.
|
||||
@ -40,7 +40,7 @@ install -D -p -m 0644 oeaware.service %{buildroot}%{_unitdir}/oeaware.service
|
||||
%systemd_preun oeaware.service
|
||||
|
||||
%post
|
||||
%systemd_post oeaware.service
|
||||
systemctl start oeaware.service
|
||||
|
||||
%files
|
||||
%attr(0750, root, root) %{_bindir}/oeaware
|
||||
@ -49,6 +49,22 @@ install -D -p -m 0644 oeaware.service %{buildroot}%{_unitdir}/oeaware.service
|
||||
%attr(0644, root, root) %{_unitdir}/oeaware.service
|
||||
|
||||
%changelog
|
||||
* Thu Jun 20 2024 fly_1997 <flylove7@outlook.com> -v1.0.2-1
|
||||
- update version to v1.0.2-1
|
||||
|
||||
* Fri Jun 14 2024 fly_1997 <flylove7@outlook.com> -v1.0.1-6
|
||||
- fix dependency error and add enable failed logs
|
||||
- fix dependency disabled failed and pre-enable illegal plugin
|
||||
|
||||
* Wed Jun 12 2024 fly_1997 <flylove7@outlook.com> -v1.0.1-5
|
||||
- add Requires
|
||||
|
||||
* Wed Jun 5 2024 fly_1997 <flylove7@outlook.com> -v1.0.1-4
|
||||
- add dynamic dependencncy adjustment
|
||||
|
||||
* Fri May 31 2024 fly_1997 <flylove7@outlook.com> -v1.0.1-3
|
||||
- refactor instance interfaces and add signal function
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user