|
|
|
@ -1,25 +1,15 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
%global daemon_name intel_lpmd
|
|
|
|
|
|
|
|
|
|
Name: intel-lpmd
|
|
|
|
|
Version: 0.0.6
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Intel Low Power Mode Daemon
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: https://github.com/intel/intel-lpmd
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: x86_64
|
|
|
|
@ -84,34 +74,16 @@ install -D -p -m 644 src/%{daemon_name}_dbus_interface.xml %{buildroot}/%{_datad
|
|
|
|
|
%{_mandir}/man8/%{daemon_name}.8*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.0.6-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.0.6-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Tue Jul 16 2024 Kate Hsuan <hpa@redhat.com> - 0.0.6-1
|
|
|
|
|
- Update to release 0.0.6
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.3-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
- Update to upstream release 0.0.6
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-3
|
|
|
|
|
- Add gating.yaml
|
|
|
|
|
* Wed May 29 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-2
|
|
|
|
|
- Rebuild for RHEL-9.5
|
|
|
|
|
- Resolves: RHEL-20167
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-2
|
|
|
|
|
- Deprecate dbus-glib
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2024 Ali Erdinc Koroglu <aekoroglu@linux.intel.com> - 0.0.3-1
|
|
|
|
|
* Mon Feb 26 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-1
|
|
|
|
|
- Update to 0.0.3
|
|
|
|
|
- Use cpuid() to detect Lcores
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 15 2023 Ali Erdinc Koroglu <aekoroglu@linux.intel.com> - 0.0.2-1
|
|
|
|
|
- 1st release
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
* Fri Feb 2 2024 Kate Hsuan <hpa@redhat.com> - 0.0.2-1
|
|
|
|
|
- Initial upstream release
|
|
|
|
|