Compare commits
10 Commits
45fe786f36
...
a540094d24
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a540094d24 | ||
|
|
6759351c73 | ||
|
|
67c84dfc7d | ||
|
|
b9d2055e8c | ||
|
|
18a00c0489 | ||
|
|
eb0ef601ee | ||
|
|
697822c2ea | ||
|
|
cb01d6e83d | ||
|
|
6d8b12c778 | ||
|
|
f31af28ce8 |
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