reverted last commit; PPC builds are still broken
This commit is contained in:
parent
56e8c1a3bd
commit
c7baf3fd04
1 changed files with 5 additions and 5 deletions
|
|
@ -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 <enrico.scholz@informatik.tu-chemnitz.de> - 0.30-3
|
||||
- reenabled PPC
|
||||
|
||||
* Fri Sep 15 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.30-2
|
||||
- rebuilt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue