From cc527efdcc3b025e2fe7cbfbf6a7348d305dfe2b Mon Sep 17 00:00:00 2001 From: Patrick Laughton Date: Jul 22 2006 14:20:16 +0000 Subject: Added pkgconfig BuildReq due to reduced buildroot (thanks Matt!) --- diff --git a/dnsmasq.spec b/dnsmasq.spec index f694129..32fda69 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,6 +1,6 @@ Name: dnsmasq Version: 2.32 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A lightweight DHCP/caching DNS server Group: System Environment/Daemons @@ -15,6 +15,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dbus-devel %endif +BuildRequires: pkgconfig + Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig @@ -88,6 +90,9 @@ fi %changelog +* Sat Jul 22 2006 Patrick "Jima" Laughton 2.32-3 +- Added pkgconfig BuildReq due to reduced buildroot + * Thu Jul 20 2006 Patrick "Jima" Laughton 2.32-2 - Forced update due to dbus version bump