rpms/dhcp-forwarder/devel dhcp-forwarder.spec,1.12,1.13

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Mon Feb 20 17:56:14 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/dhcp-forwarder/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21349

Modified Files:
	dhcp-forwarder.spec 
Log Message:
exclude PPC arch because dietlibc is not available there anymore


Index: dhcp-forwarder.spec
===================================================================
RCS file: /cvs/extras/rpms/dhcp-forwarder/devel/dhcp-forwarder.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dhcp-forwarder.spec	8 Jun 2005 16:09:53 -0000	1.12
+++ dhcp-forwarder.spec	20 Feb 2006 17:56:14 -0000	1.13
@@ -38,7 +38,7 @@
 Summary:	DHCP relay agent
 Name:		dhcp-forwarder
 Version:	0.7
-Release:	%release_func 7
+Release:	%release_func 8
 License:	GPL
 Group:		System Environment/Daemons
 URL:		http://www.tu-chemnitz.de/~ensc/dhcp-fwd
@@ -57,6 +57,11 @@
 %{?_with_fedora:Requires(pre):		fedora-usermgmt}
 %{?_with_fedora:Requires(postun):	fedora-usermgmt}
 
+# dietlibc is not available for PPC anymore
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182118
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182120
+ExcludeArch:	ppc
+
 
 %package sysv
 Summary:		SysV initscripts for dhcp-forwarder
@@ -200,6 +205,9 @@
 
 
 %changelog
+* Mon Feb 20 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.7-8
+- exclude PPC arch because dietlibc is not available there anymore
+
 * Wed Jun  8 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.7-7
 - do not build against dietlibc on non-i386 archs running FC3
 - added sanity check for builds with mach




More information about the scm-commits mailing list