From da5d8a05e701b69017bc14ae154e91ade5a16f6e Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Feb 13 2005 11:22:56 +0000 Subject: - remove kernel dep --- diff --git a/vconfig.spec b/vconfig.spec index 6dfe791..69931ec 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,13 +1,12 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.8 -Release: 4 +Release: 5 License: LGPL Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz URL: http://www.candelatech.com/~greear/vlan.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: kernel >= 2.4.14 %define _sbin /sbin %description @@ -35,6 +34,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Sun Feb 13 2005 Florian La Roche +- remove kernel dep, kernel runtime deps should go into apps, #146151 + * Mon Sep 27 2004 Phil Knirsch 1.8-4 - Small specfile changes (#131487)