Compare commits

...

No commits in common. 'c9-beta' and 'i10cs' have entirely different histories.

@ -1,15 +1,25 @@
## 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 %global daemon_name intel_lpmd
Name: intel-lpmd Name: intel-lpmd
Version: 0.0.6 Version: 0.0.6
Release: 1%{?dist} Release: %autorelease
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 "above array bound" compiler error # Fix 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,16 +84,34 @@ 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
## 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 * Tue Jul 16 2024 Kate Hsuan <hpa@redhat.com> - 0.0.6-1
- Update to upstream release 0.0.6 - 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
* Wed May 29 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-2 * Fri Jun 07 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-3
- Rebuild for RHEL-9.5 - Add gating.yaml
- Resolves: RHEL-20167
* Mon Feb 26 2024 Kate Hsuan <hpa@redhat.com> - 0.0.3-1 * 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
- Update to 0.0.3 - Update to 0.0.3
- Use cpuid() to detect Lcores
* Fri Feb 2 2024 Kate Hsuan <hpa@redhat.com> - 0.0.2-1 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-3
- Initial upstream release - 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

Loading…
Cancel
Save