rpms/knemo/devel knemo.spec,1.2,1.3

Hugo Cisneiros (eitch) fedora-extras-commits at redhat.com
Tue Jun 13 14:41:15 UTC 2006


Author: eitch

Update of /cvs/extras/rpms/knemo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14581

Modified Files:
	knemo.spec 
Log Message:
* Tue Jun 13 2006 Hugo Cisneiros <hugo at devin.com.br> 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.



Index: knemo.spec
===================================================================
RCS file: /cvs/extras/rpms/knemo/devel/knemo.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- knemo.spec	12 Jun 2006 13:43:29 -0000	1.2
+++ knemo.spec	13 Jun 2006 14:41:15 -0000	1.3
@@ -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 @@
 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 @@
 
 
 %changelog
+* Tue Jun 13 2006 Hugo Cisneiros <hugo at devin.com.br> 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 <hugo at devin.com.br> 0.4.1-1
 - Upstream update
 




More information about the scm-commits mailing list