rpms/dietlibc/devel dietlibc.spec,1.19,1.20

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


Author: ensc

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

Modified Files:
	dietlibc.spec 
Log Message:
Exclude PPC arch due to strange compilation errors



Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- dietlibc.spec	18 Feb 2006 09:35:47 -0000	1.19
+++ dietlibc.spec	20 Feb 2006 17:41:36 -0000	1.20
@@ -36,7 +36,7 @@
 Summary:	Small libc implementation
 Name:		%{?_with_cross:cross-%crossarch-}%NAME
 Version:	0.29
-Release:	%release_func 5
+Release:	%release_func 6
 License:	GPL
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -53,6 +53,9 @@
 Requires:	dietlibc = %version-%release
 %endif
 
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182118
+ExcludeArch:	ppc
+
 
 %package lib
 Summary:	Dynamic libraries for dietlibc
@@ -136,9 +139,9 @@
 %endif
 
 %changelog
-* Sat Feb 18 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.29-5
-- rebuilt for FC5
+* Sat Feb 18 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.29-6
 - added '-Os' to the CFLAGS
+- exclude PPC arch due to strange compilation errors
 
 * Sun Oct 30 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.29-4
 - added '-fno-stack-protector' to the CFLAGS




More information about the scm-commits mailing list