SHA256
1
0
forked from pool/kmod

- Fix broken testsuites on 32bit systems.

add: fix-32bits.diff

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=32
This commit is contained in:
Robert Milasan
2012-06-21 06:38:18 +00:00
committed by Git OBS Bridge
parent 87a9c849bd
commit 4c5553e792
4 changed files with 82 additions and 18 deletions

View File

@@ -11,8 +11,8 @@ Wed Jun 20 08:41:03 UTC 2012 - rmilasan@suse.com
* depmod: don't return error if modules.builtin don't exist
* libkmod-util: split function for usec conversion
* libkmod-util: add missing stdbool.h include
- Don't assert mkdir_p, it fails on 32bit systems.
add: dont-assert-mkdir_p.patch
- Fix broken testsuites on 32bit systems.
add: fix-32bits.diff
-------------------------------------------------------------------
Sat Apr 21 01:55:30 UTC 2012 - jengelh@medozas.de