import powertop-2.15-1.el8
This commit is contained in:
parent
7f9c3dd1d8
commit
cc6e18c828
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/powertop-2.14.tar.gz
|
||||
SOURCES/powertop-2.15.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
3783086487352b5b51d4ca36d2c258dfbef6a60f SOURCES/powertop-2.14.tar.gz
|
||||
57d9bbfb5e06a89c503c4bff2029157aae20760e SOURCES/powertop-2.15.tar.gz
|
||||
|
@ -1,20 +0,0 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 2571c5d..c913368 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([powertop], [2.14], [powertop@lists.01.org], [], [https://01.org/powertop])
|
||||
+AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE([
|
||||
-Wall
|
||||
1.12.2
|
||||
@@ -37,6 +38,7 @@ AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AM_PROG_CC_C_O
|
||||
PKG_PROG_PKG_CONFIG
|
||||
+AX_PTHREAD
|
||||
|
||||
# Checks for libraries.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: powertop
|
||||
Version: 2.14
|
||||
Version: 2.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Power consumption monitor
|
||||
|
||||
@ -11,8 +11,6 @@ Source1: powertop.service
|
||||
|
||||
# Sent upstream
|
||||
Patch0: powertop-2.7-always-create-params.patch
|
||||
# https://github.com/fenrus75/powertop/issues/84
|
||||
Patch1: powertop-2.14-pthread.patch
|
||||
BuildRequires: make
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: ncurses-devel
|
||||
@ -35,9 +33,7 @@ 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
|
||||
%patch0 -p1 -b .always-create-params
|
||||
%patch1 -p1 -b .pthread
|
||||
%autosetup -p1
|
||||
|
||||
echo "v%{version}" > version-long
|
||||
echo '"v%{version}"' > version-short
|
||||
@ -80,6 +76,10 @@ touch %{_localstatedir}/cache/powertop/{saved_parameters.powertop,saved_results.
|
||||
%{_datadir}/bash-completion/completions/powertop
|
||||
|
||||
%changelog
|
||||
* Tue Nov 8 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 2.15-1
|
||||
- New version
|
||||
Resolves: rhbz#2040070
|
||||
|
||||
* Tue May 11 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2.14-1
|
||||
- New version
|
||||
Resolves: rhbz#1834722
|
||||
|
Loading…
Reference in New Issue
Block a user