diff --git a/dietlibc.spec b/dietlibc.spec index 8b49500..00f9282 100644 --- a/dietlibc.spec +++ b/dietlibc.spec @@ -27,7 +27,7 @@ Summary: Small libc implementation Name: dietlibc Version: 0.30 -Release: %release_func 3 +Release: %release_func 2 License: GPL Group: Development/Libraries URL: http://www.fefe.de/dietlibc/ @@ -39,11 +39,14 @@ Patch20: dietlibc-0.29-nostackprotector.patch BuildRoot: %_tmppath/%name-%version-%release-buildroot %{?with_dyn:Requires: dietlibc-lib = %version-%release} +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182118 +ExcludeArch: ppc + + %package lib Summary: Dynamic libraries for dietlibc Group: System Environment/Libraries - %description The diet libc is a libc that is optimized for small size. It can be used to create small statically linked binaries for Linux on alpha, @@ -113,9 +116,6 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sun Oct 8 2006 Enrico Scholz - 0.30-3 -- reenabled PPC - * Fri Sep 15 2006 Enrico Scholz - 0.30-2 - rebuilt