diff --git a/ifplugd.spec b/ifplugd.spec index 128db05..990448f 100644 --- a/ifplugd.spec +++ b/ifplugd.spec @@ -1,15 +1,15 @@ Summary: Detect and take action when an ethernet cable is unplugged Name: ifplugd Version: 0.24 -Release: 7 +Release: 8 License: GPL Group: System Environment/Daemons URL: http://0pointer.de/lennart/projects/ifplugd Source0: http://0pointer.de/lennart/projects/ifplugd/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: libdaemon >= 0.5 -BuildRequires: libdaemon >= 0.5, pkgconfig +Requires: libdaemon +BuildRequires: libdaemon-devel, pkgconfig %description ifplugd is a Linux daemon which will automatically configure your @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del ifplugd %changelog +* Wed Sep 27 2006 José Matos - 0.24-8 +- BuildRequires libdaemon-devel to get libdaemon.pc file + * Wed Sep 27 2006 José Matos - 0.24-7 - Rebuild for FC-6.