[powertop] Unlimit FDs (by unlimit-fds patch) and dropped the fd-limit-err patch

Jaroslav Škarvada jskarvad at fedoraproject.org
Fri Sep 20 08:59:32 UTC 2013


commit 3c2a36679ce606e45920941cc241b3d41720de2c
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Fri Sep 20 10:59:20 2013 +0200

    Unlimit FDs (by unlimit-fds patch) and dropped the fd-limit-err patch

 powertop-2.4-fd-limit-err.patch |   38 --------------------------------------
 powertop.spec                   |   11 +++++++----
 2 files changed, 7 insertions(+), 42 deletions(-)
---
diff --git a/powertop.spec b/powertop.spec
index c569d27..93cc316 100644
--- a/powertop.spec
+++ b/powertop.spec
@@ -1,6 +1,6 @@
 Name:           powertop
 Version:        2.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Power consumption monitor
 
 Group:          Applications/System
@@ -14,8 +14,8 @@ Patch0:         powertop-2.3-always-create-params.patch
 Patch1:         powertop-2.3-man-fix.patch
 # Sent upstream (http://github.com/fenrus75/powertop/pull/12)
 Patch2:         powertop-2.3-ondemand-check.patch
-# Sent upstream (http://github.com/fenrus75/powertop/pull/14)
-Patch3:         powertop-2.4-fd-limit-err.patch
+# Accepted upstream
+Patch3:         powertop-2.4-unlimit-fds.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gettext, ncurses-devel, pciutils-devel, zlib-devel, libnl3-devel
 Requires(post): coreutils
@@ -29,7 +29,7 @@ computer use more power than necessary while it is idle.
 %patch0 -p1 -b .always-create-params
 %patch1 -p1 -b .man-fix
 %patch2 -p1 -b .ondemand-check
-%patch3 -p1 -b .fd-limit-err
+%patch3 -p1 -b .unlimit-fds
 
 # remove left over object files
 find . -name "*.o" -exec rm {} \;
@@ -62,6 +62,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/powertop.8*
 
 %changelog
+* Fri Sep 20 2013 Jaroslav Škarvada <jskarvad at redhat.com> - 2.4-4
+- Unlimit FDs (by unlimit-fds patch) and dropped the fd-limit-err patch
+
 * Thu Sep 19 2013 Jaroslav Škarvada <jskarvad at redhat.com> - 2.4-3
 - Printed friendly error message if the system is running out
   of FDs (by fd-limit-err patch)


More information about the scm-commits mailing list