summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Falk <oliver@linux-kernel.at>2013-09-16 10:21:06 +0200
committerOliver Falk <oliver@linux-kernel.at>2013-09-16 10:21:06 +0200
commit97486e1beedd469811144b831182de58ae233b69 (patch)
tree5a221843d8013db5db5a056ce176604ecb528edf
parentd5ebf7573ef9ab631a87ff5b42bd25fa338bc771 (diff)
downloadbwm-ng-el6.tar.gz
bwm-ng-el6.tar.xz
bwm-ng-el6.zip
* Need to disable libstatgrab at the moment because of incompatibilityel6
-rw-r--r--bwm-ng.conf1
-rw-r--r--bwm-ng.spec9
2 files changed, 6 insertions, 4 deletions
diff --git a/bwm-ng.conf b/bwm-ng.conf
index f4412aa..8b320dc 100644
--- a/bwm-ng.conf
+++ b/bwm-ng.conf
@@ -1,4 +1,3 @@
DYNAMIC=1
PACKETS=0
-INPUT=libstatgrab
OUTPUT=curses
diff --git a/bwm-ng.spec b/bwm-ng.spec
index c939f40..5c28bce 100644
--- a/bwm-ng.spec
+++ b/bwm-ng.spec
@@ -2,7 +2,7 @@ Summary: Bandwidth Monitor NG
Name: bwm-ng
Version: 0.6
-Release: 6%{?dist}.1
+Release: 6%{?dist}.2
License: GPLv2+
Group: Applications/System
@@ -13,7 +13,7 @@ Source1: bwm-ng.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: net-tools, procps
-BuildRequires: ncurses-devel, libstatgrab-devel
+BuildRequires: ncurses-devel
%description
A small and simple curses base bandwidth monitor. No big features.
@@ -31,7 +31,7 @@ A small and simple curses base bandwidth monitor. No big features.
--with-getifaddrs \
--with-sysctl \
--with-procnetdev \
- --with-libstatgrab \
+ --without-libstatgrab \
--with-netstatlinux \
--without-strip
%{__make} %{?_smp_mflags}
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/bwm-ng.1*
%changelog
+* Mon Sep 16 2013 Oliver Falk <oliver@linux-kernel.at> - 0.6-6.2
+- Need to disable libstatgrab at the moment because of incompatibility
+
* Sun Apr 10 2011 Sven Lankes <sven@lank.es> - 0.6-6.1
- Build for EL6