Compare commits
26 Commits
45fe786f36
...
b72ddd59b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b72ddd59b8 | ||
|
|
8c82551ca6 | ||
|
|
23b7f5a793 | ||
|
|
fb77d172c6 | ||
|
|
178a0a495b | ||
|
|
6caf3e71f4 | ||
|
|
12a8f5a4bc | ||
|
|
7665c0368c | ||
|
|
cb01d6e83d | ||
|
|
f31af28ce8 | ||
|
|
60294c94ba | ||
|
|
84e6902cab | ||
|
|
a1bd5aa653 | ||
|
|
19975ca2bd | ||
|
|
bd36ee92b4 | ||
|
|
4188c7e4c1 | ||
|
|
d3e19917ba | ||
|
|
9e9a4383b7 | ||
|
|
20769339e9 | ||
|
|
aa6f43a19f | ||
|
|
c5bdf5e95e | ||
|
|
24560199d4 | ||
|
|
ca85a7c431 | ||
|
|
6990c5aeba | ||
|
|
51e19d9aea | ||
|
|
e1c7d8f8cd |
Binary file not shown.
BIN
powerapi-1.0.1.tar.gz
Normal file
BIN
powerapi-1.0.1.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: powerapi
|
||||
Version: 1.0.0
|
||||
Release: 8
|
||||
Version: 1.0.1
|
||||
Release: 4
|
||||
Summary: The ability to support openEuler power consumption control.
|
||||
|
||||
License: MulanPSL-2.0
|
||||
@ -8,6 +8,7 @@ URL: https://gitee.com/openeuler/powerapi/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc,cmake,zip,unzip
|
||||
Requires: tar,ipmitool
|
||||
|
||||
%description
|
||||
Including a power API SO and the Power API Service.
|
||||
@ -15,18 +16,17 @@ Including a power API SO and the Power API Service.
|
||||
%package -n powerapi-devel
|
||||
Summary: The ability to support openEuler power consumption control.
|
||||
BuildRequires: gcc,cmake,zip,unzip
|
||||
Requires: tar,ipmitool
|
||||
|
||||
%description -n powerapi-devel
|
||||
Contains the client and server components and API header files for powerapi integration development.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
sh build.sh release
|
||||
|
||||
|
||||
%install
|
||||
install -d %{buildroot}/%{_sysconfdir}/sysconfig/pwrapis
|
||||
cp release/pwrapis/conf/pwrapis_config.ini %{buildroot}/%{_sysconfdir}/sysconfig/pwrapis
|
||||
@ -68,6 +68,24 @@ systemctl stop pwrapis
|
||||
%{_sysconfdir}/systemd/system/pwrapis.service
|
||||
|
||||
%changelog
|
||||
|
||||
* Wed Apr 3 2024 heppen <hepeng68@huawei.com> - 1.0.1-4
|
||||
- Add the dependency on ipmitool.
|
||||
- Fix bug: Coredump when CPU cores number exceed 248 or numa nodes exceed 16.
|
||||
- Fix some memory bug.
|
||||
|
||||
* Sat Mar 9 2024 queyanwen <queyanwen@huawei.com> - 1.0.1-3
|
||||
- Add the dependency on tar that is omitted in the earlier version.
|
||||
|
||||
* Wed Dec 27 2023 xuchongyu <xuchongyu@huawei.com> - 1.0.1-2
|
||||
- Solve the problem that the client is actively disconnected and the server is incorrect in clearing resources
|
||||
|
||||
* Sat Dec 23 2023 queyanwen <queyanwen@huawei.com> - 1.0.1-1
|
||||
- Change the version number for the first releasing
|
||||
|
||||
* Fri Dec 22 2023 queyanwen <queyanwen@huawei.com> - 1.0.0-9
|
||||
- Solve the problem that the client will coredump if the user is not in the white list
|
||||
|
||||
* Fri Dec 22 2023 xuchongyu <xuchongyu@huawei.com> - 1.0.0-8
|
||||
- Solve the problem that the automatic generation permission of the sockfile path on the server is insufficient
|
||||
- And ordinary users cannot connect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user