From 59e38f66e7174f6a006123377aa66f8ef28cc4a3fbf588ca861e9dbb9b14c212 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 19 Sep 2012 07:27:35 +0000 Subject: [PATCH] Restore ugly changelog to please factory scripts OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=38 --- kmod.changes | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/kmod.changes b/kmod.changes index e81c8e1..e9a3aac 100644 --- a/kmod.changes +++ b/kmod.changes @@ -12,12 +12,17 @@ Thu Sep 13 23:19:10 UTC 2012 - jengelh@inai.de Wed Jun 20 08:41:03 UTC 2012 - rmilasan@suse.com - Update to new upstream release 9 -* Handle errors when dealing with gzip'ed modules -* depmod now handles and prints errors while writing indexes, such - that the user won't have a corrupted index without knowing it -- Fix broken testsuites on 32-bit systems. +* build-sys: allow compressed modules in testsuite +* build-sys: Make dirs writable on rootfs creation +* depmod: use ferror and fclose to check for error +* depmod: return error when index is truncated due to ENOSPC +* depmod: fix coding-style issue in array declaration +* depmod: fail if any index could not be created +* 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 +- Fix broken testsuites on 32bit systems. add: fix-32bits.diff - ------------------------------------------------------------------- Sat Apr 21 01:55:30 UTC 2012 - jengelh@medozas.de