rpms/dnsmasq/devel dnsmasq.spec,1.8,1.9

Patrick Laughton (jima) fedora-extras-commits at redhat.com
Sat Jul 22 14:20:16 UTC 2006


Author: jima

Update of /cvs/extras/rpms/dnsmasq/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32288/devel

Modified Files:
	dnsmasq.spec 
Log Message:

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



Index: dnsmasq.spec
===================================================================
RCS file: /cvs/extras/rpms/dnsmasq/devel/dnsmasq.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dnsmasq.spec	20 Jul 2006 13:23:20 -0000	1.8
+++ dnsmasq.spec	22 Jul 2006 14:20:16 -0000	1.9
@@ -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 @@
 BuildRequires:  dbus-devel
 %endif
 
+BuildRequires:	pkgconfig
+
 Requires(post):	 /sbin/chkconfig
 Requires(post):  /sbin/service
 Requires(preun): /sbin/chkconfig
@@ -88,6 +90,9 @@
 
 
 %changelog
+* Sat Jul 22 2006 Patrick "Jima" Laughton <jima at beer.tclug.org> 2.32-3
+- Added pkgconfig BuildReq due to reduced buildroot
+
 * Thu Jul 20 2006 Patrick "Jima" Laughton <jima at beer.tclug.org> 2.32-2
 - Forced update due to dbus version bump
 




More information about the fedora-extras-commits mailing list