!51 update version to v1.0.2
From: @fly_1997 Reviewed-by: @ksana123 Signed-off-by: @ksana123
This commit is contained in:
commit
1f4e1719e5
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
|
Name: oeAware-manager
|
||||||
Version: v1.0.1
|
Version: v1.0.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: OeAware server and client
|
Summary: OeAware server and client
|
||||||
License: MulanPSL2
|
License: MulanPSL2
|
||||||
URL: https://gitee.com/openeuler/%{name}
|
URL: https://gitee.com/openeuler/%{name}
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch1: 0001-fix-issues.patch
|
|
||||||
|
|
||||||
BuildRequires: cmake make gcc-c++
|
BuildRequires: cmake make gcc-c++
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
@ -14,9 +13,10 @@ BuildRequires: log4cplus-devel
|
|||||||
BuildRequires: yaml-cpp-devel
|
BuildRequires: yaml-cpp-devel
|
||||||
BuildRequires: gtest-devel gmock-devel
|
BuildRequires: gtest-devel gmock-devel
|
||||||
|
|
||||||
Requires: oeAware-collector >= v1.0.0
|
Requires: oeAware-collector >= v1.0.2
|
||||||
Requires: oeAware-scenario >= v1.0.0
|
Requires: oeAware-scenario >= v1.0.2
|
||||||
Requires: graphviz
|
Requires: oeAware-tune >= v1.0.0
|
||||||
|
Requires: graphviz yaml-cpp curl log4cplus boost
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} provides server and client to manager plugins.
|
%{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
|
%systemd_preun oeaware.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post oeaware.service
|
systemctl start oeaware.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(0750, root, root) %{_bindir}/oeaware
|
%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
|
%attr(0644, root, root) %{_unitdir}/oeaware.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 15 2024 fly_1997 <flylove7@outlook.com> -v1.0.1-2
|
||||||
- fix pre-enable failed, dependencies missing error, memory leak
|
- fix pre-enable failed, dependencies missing error, memory leak
|
||||||
- fix warning message
|
- fix warning message
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user