From 401c73e95b761ea132a854302d35e081dc9257de Mon Sep 17 00:00:00 2001 From: Hugo Cisneiros Date: Jun 13 2006 14:41:15 +0000 Subject: - ifconfig and iwconfig are now in Requires section instead of BuildRequires. They are runtime dependencies. Thanks to Kevin Kofler for pointing this. --- diff --git a/knemo.spec b/knemo.spec index e72af79..1afb13e 100644 --- a/knemo.spec +++ b/knemo.spec @@ -1,6 +1,6 @@ Name: knemo Version: 0.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A KDE network monitoring tool Group: Applications/Internet @@ -11,9 +11,8 @@ Patch0: knemo-desktop-file-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext, qt-devel, kdelibs-devel, desktop-file-utils -BuildRequires: wireless-tools net-tools -Requires: kdebase +Requires: kdebase, wireless-tools, net-tools %description KNemo displays for every network interface an icon in the systray. Tooltips @@ -89,6 +88,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 13 2006 Hugo Cisneiros 0.4.1-2 +- ifconfig and iwconfig are now in Requires section instead + of BuildRequires. They are runtime dependencies. Thanks to + Kevin Kofler for pointing this. + * Mon Jun 12 2006 Hugo Cisneiros 0.4.1-1 - Upstream update