rpms/dnsmasq/devel dnsmasq.spec,1.4,1.5

Patrick Laughton (jima) fedora-extras-commits at redhat.com
Tue May 2 16:28:07 UTC 2006


Author: jima

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

Modified Files:
	dnsmasq.spec 
Log Message:

Fix stupid mistake with dnsmasq.spec



Index: dnsmasq.spec
===================================================================
RCS file: /cvs/extras/rpms/dnsmasq/devel/dnsmasq.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dnsmasq.spec	2 May 2006 16:19:59 -0000	1.4
+++ dnsmasq.spec	2 May 2006 16:28:07 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           dnsmasq
 Version:        2.30
-Release:        4.1%{?dist}
+Release:        4.2%{?dist}
 Summary:        A lightweight DHCP/caching DNS server
 
 Group:          System Environment/Daemons
@@ -34,10 +34,10 @@
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
 %if "%{dist}" != ".fc3"
-#%patch1 -p1
-#%patch2 -p1
+%patch1 -p1
+%patch2 -p1
 %endif
 
 %build
@@ -86,7 +86,7 @@
 
 
 %changelog
-* Tue May  2 2006 Patrick "Jima" Laughton <jima at auroralinux.org> 2.30-4.1
+* Tue May  2 2006 Patrick "Jima" Laughton <jima at auroralinux.org> 2.30-4.2
 - More upstream-recommended cleanups :)
 - Killed sysconfig file (provides unneeded functionality)
 - Tweaked init script a little more




More information about the fedora-extras-commits mailing list