Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
8ec584ccf0 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/intel-lpmd-*.tar.gz
|
SOURCES/intel-lpmd-0.0.6.tar.gz
|
||||||
|
1
.intel-lpmd.metadata
Normal file
1
.intel-lpmd.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
7582cf7147290d98c4b48740725381a26a51c540 SOURCES/intel-lpmd-0.0.6.tar.gz
|
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
Name: intel-lpmd
|
Name: intel-lpmd
|
||||||
Version: 0.0.6
|
Version: 0.0.6
|
||||||
Release: %autorelease
|
Release: 1%{?dist}
|
||||||
Summary: Intel Low Power Mode Daemon
|
Summary: Intel Low Power Mode Daemon
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/intel/intel-lpmd
|
URL: https://github.com/intel/intel-lpmd
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# Fix compiler error
|
# Fix "above array bound" compiler error
|
||||||
Patch0: 0001-lpmd_cpu-Fix-compiler-above-array-bound-error.patch
|
Patch0: 0001-lpmd_cpu-Fix-compiler-above-array-bound-error.patch
|
||||||
|
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
@ -74,4 +74,16 @@ install -D -p -m 644 src/%{daemon_name}_dbus_interface.xml %{buildroot}/%{_datad
|
|||||||
%{_mandir}/man8/%{daemon_name}.8*
|
%{_mandir}/man8/%{daemon_name}.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* Tue Jul 16 2024 Kate Hsuan <hpa@redhat.com> - 0.0.6-1
|
||||||
|
- Update to upstream release 0.0.6
|
||||||
|
|
||||||
|
* Wed May 29 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-2
|
||||||
|
- Rebuild for RHEL-9.5
|
||||||
|
- Resolves: RHEL-20167
|
||||||
|
|
||||||
|
* Mon Feb 26 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-1
|
||||||
|
- Update to 0.0.3
|
||||||
|
- Use cpuid() to detect Lcores
|
||||||
|
|
||||||
|
* Fri Feb 2 2024 Kate Hsuan <hpa@redhat.com> - 0.0.2-1
|
||||||
|
- Initial upstream release
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-10
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
|
Loading…
Reference in New Issue
Block a user