-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05db65d
commit 166e4e1
Showing
3 changed files
with
82 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"powertop-2.13.tar.gz": "e490c82dbfa87c98430c16151081fbe86e6f45d8be3dd8c48b89e8868dda85a1", | ||
"powertop-2.15.tar.gz": "e58ab3fd7b8ff5f4dd0d17f11848817e7d83c0a6918145ac81de03b5dccf8f49", | ||
"powertop.service": "8bf360244bac769f41f37006b06fdf67224c9c7199045817fe5c5912a8868873" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Name: powertop | ||
Version: 2.13 | ||
Release: 3%{?dist} | ||
Version: 2.15 | ||
Release: 1%{?dist} | ||
Summary: Power consumption monitor | ||
|
||
License: GPLv2 | ||
License: gpl-2.0-only AND lgpl-2.1-only AND isc | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: http://01.org/powertop/ | ||
|
@@ -12,23 +12,31 @@ Source1: powertop.service | |
|
||
# Sent upstream | ||
Patch0: powertop-2.7-always-create-params.patch | ||
Patch1: 0001-ncurses.patch | ||
BuildRequires: gettext-devel, ncurses-devel, pciutils-devel, zlib-devel, libnl3-devel | ||
BuildRequires: automake, libtool, systemd, autoconf-archive | ||
BuildRequires: gcc, gcc-c++ | ||
BuildRequires: make | ||
BuildRequires: gettext-devel | ||
BuildRequires: ncurses-devel | ||
BuildRequires: pciutils-devel | ||
BuildRequires: zlib-devel | ||
BuildRequires: libnl3-devel | ||
BuildRequires: automake | ||
BuildRequires: libtool | ||
BuildRequires: systemd | ||
BuildRequires: autoconf-archive | ||
BuildRequires: gcc | ||
BuildRequires: gcc-c++ | ||
Requires(post): systemd, coreutils | ||
Requires(preun): systemd | ||
Requires(postun): systemd | ||
# For "xset dpms force off" during calibration | ||
Recommends: xset | ||
Provides: bundled(kernel-event-lib) | ||
|
||
%description | ||
PowerTOP is a tool that finds the software component(s) that make your | ||
computer use more power than necessary while it is idle. | ||
|
||
%prep | ||
%setup -q | ||
%patch 0 -p1 -b .always-create-params | ||
%patch 1 -p1 | ||
%autosetup -p1 | ||
|
||
echo "v%{version}" > version-long | ||
echo '"v%{version}"' > version-short | ||
|
@@ -37,7 +45,7 @@ echo '"v%{version}"' > version-short | |
# workaround for rhbz#1826935 | ||
autoreconf -fi || autoreconf -fi | ||
%configure | ||
make %{?_smp_mflags} CFLAGS="%{optflags}" | ||
make %{?_smp_mflags} CFLAGS="%{optflags}" V=1 | ||
|
||
%install | ||
rm -rf %{buildroot} | ||
|
@@ -71,12 +79,66 @@ touch %{_localstatedir}/cache/powertop/{saved_parameters.powertop,saved_results. | |
%{_datadir}/bash-completion/completions/powertop | ||
|
||
%changelog | ||
* Thu Jun 23 2022 Ahmed Badawi <ahmedbadawi@microsoft.com> - 2.13-3 | ||
- Added patch to fix compilation with ncurses 6.3 | ||
- License verified | ||
* Wed Dec 18 2024 Sumit Jena <v-sumitjena@microsoft.com> - 2.15-1 | ||
- Azure Linux import from Fedora 41 (license: MIT). | ||
- License verified. | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 2.13-2 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 2.15-9 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Thu Jun 06 2024 Dominik Mierzejewski <[email protected]> 2.15-8 | ||
- Made xset requirement weak | ||
Resolves: rhbz#2290742 | ||
|
||
* Thu May 2 2024 Jaroslav Škarvada <[email protected]> - 2.15-7 | ||
- Added xset requirement | ||
Resolves: rhbz#2278086 | ||
|
||
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 2.15-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 2.15-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Tue Dec 12 2023 Jaroslav Škarvada <[email protected]> - 2.15-4 | ||
- Converted license to SPDX | ||
|
||
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 2.15-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 2.15-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Tue Oct 4 2022 Jaroslav Škarvada <[email protected]> - 2.15-1 | ||
- New version | ||
Resolves: rhbz#2131251 | ||
|
||
* Thu Aug 4 2022 Jaroslav Škarvada <[email protected]> - 2.14-5 | ||
- Fixed FTBFS | ||
Resolves: rhbz#2113602 | ||
|
||
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 2.14-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 2.14-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 2.14-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Tue May 11 2021 Jaroslav Škarvada <[email protected]> - 2.14-1 | ||
- New version | ||
Resolves: rhbz#1950154 | ||
|
||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <[email protected]> - 2.13-4 | ||
- Rebuilt for updated systemd-rpm-macros | ||
See https://pagure.io/fesco/issue/2583. | ||
|
||
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 2.13-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 2.13-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Mon Jun 15 2020 Jaroslav Škarvada <[email protected]> - 2.13-1 | ||
- New version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters