[busybox] Fixed breakage with newer kernel headers

Denys Vlasenko vda at fedoraproject.org
Fri Jun 1 12:21:25 UTC 2012


commit a2ec5c3982ad3cd3394fbd25530f7e29aa5c39e6
Author: Denys Vlasenko <vda.linux at googlemail.com>
Date:   Fri Jun 1 14:21:17 2012 +0200

    Fixed breakage with newer kernel headers
    
    - Excluded Sun-RPC dependednt features not available in newer static glibc

 busybox.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/busybox.spec b/busybox.spec
index 3576e68..b9b3299 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -1,7 +1,7 @@
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
 Version: 1.19.4
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Shells
@@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
 - Fixed breakage with newer kernel headers
 - Excluded Sun-RPC dependednt features not available in newer static glibc
 
+* Fri Jun  1 Denys Vlasenko <dvlasenk at redhat.com> - 1:1.19.4-5
+- Added bboconfig applet - useful for running testsuite
+
 * Mon Mar 12 2012 Denys Vlasenko <dvlasenk at redhat.com> - 1:1.19.4-3
 - Tweaked spec file again to generate even more proper debuginfo package
 


More information about the scm-commits mailing list