From bacb457526a722c3512a0395b02d1576ee59dfe4 Mon Sep 17 00:00:00 2001 From: José Abílio Oliveira Matos Date: Apr 01 2008 18:24:24 +0000 Subject: - Pass initdir to configure. --- diff --git a/ifplugd.spec b/ifplugd.spec index 73c6414..0a83760 100644 --- a/ifplugd.spec +++ b/ifplugd.spec @@ -1,7 +1,7 @@ Summary: Detect and take action when an ethernet cable is unplugged Name: ifplugd Version: 0.28 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -24,7 +24,7 @@ when a cable is really connected. %patch -p1 %build -%configure --prefix=/ --disable-lynx --disable-xmltoman --disable-subversion +%configure --prefix=/ --disable-lynx --disable-xmltoman --disable-subversion --with-initdir=%{_initrddir} make %{?_smp_mflags} all %install @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del ifplugd %changelog +* Tue Apr 1 2008 José Matos - 0.28-11 +- Pass initdir to configure. + * Tue Apr 1 2008 José Matos - 0.28-10 - Rebuild again (the failure in configure is gone).