[dietlibc] reverted removal of kernel headers; causes too much trouble

ensc ensc at fedoraproject.org
Mon Apr 30 10:11:59 UTC 2012


commit 1b41fd7205b6bce6a82de40e878f396027dd69ed
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Mon Apr 30 12:11:45 2012 +0200

    reverted removal of kernel headers; causes too much trouble

 dietlibc.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/dietlibc.spec b/dietlibc.spec
index 9d2fc6f..2a843cc 100644
--- a/dietlibc.spec
+++ b/dietlibc.spec
@@ -35,7 +35,7 @@
 Summary:	Small libc implementation
 Name:		dietlibc
 Version:	0.33
-Release:	%release_func 1802
+Release:	%release_func 1803
 License:	GPLv2
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -109,11 +109,6 @@ This package contains the dynamic libraries for dietlibc.
 
 %apply -n0 -p1
 
-## Shipped linux headers are outdated and do not work well with those
-## from recent kernels
-rm -rf include/linux
-
-
 %if %{without ssp}
 sed -i -e 's!^#define WANT_SSP$!// \0!g;
 	   s!.*\(#define WANT_STACKGAP\).*!\1!g' dietfeatures.h
@@ -203,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Apr 29 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.33-0.1803.20120330
+- reverted removal of kernel headers; causes too much trouble
+
 * Sun Apr 29 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.33-0.1802.20120330
 - removed local include/linux headers; shipped ones are outdated and
   do not work well with those from the kernel-headers package


More information about the scm-commits mailing list