Added pkgconfig BuildReq due to reduced buildroot (thanks Matt!)

This commit is contained in:
Patrick Laughton 2006-07-22 14:20:16 +00:00
parent b3b82db446
commit cc527efdcc
1 changed files with 6 additions and 1 deletions

View File

@ -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 <jima@beer.tclug.org> 2.32-3
- Added pkgconfig BuildReq due to reduced buildroot
* Thu Jul 20 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.32-2
- Forced update due to dbus version bump