87a9c849bd
- Don't assert mkdir_p, it fails on 32bit systems. add: dont-assert-mkdir_p.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=31
95 lines
3.6 KiB
Plaintext
95 lines
3.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 20 08:41:03 UTC 2012 - rmilasan@suse.com
|
|
|
|
- Update to new upstream release 9
|
|
* 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
|
|
- Don't assert mkdir_p, it fails on 32bit systems.
|
|
add: dont-assert-mkdir_p.patch
|
|
-------------------------------------------------------------------
|
|
Sat Apr 21 01:55:30 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Restore patch descriptions
|
|
(and use `quilt setup` for rediff in future)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 19 14:56:55 UTC 2012 - rmilasan@suse.com
|
|
|
|
- Update to new upstream release 8
|
|
* doc: remove links to NULL going nowhere.
|
|
* modprobe: handle -ENOENT return from init_module.
|
|
* doc: silent man page generation and fix gtk-doc warnings.
|
|
* modprobe: fix typo in config dump: option->options.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 18 10:58:03 UTC 2012 - rmilasan@suse.com
|
|
|
|
- Update to new upstream release 7
|
|
* build-sys: don't set CFLAGS and LDFLAGS.
|
|
* build-sys: re-organize configure.ac.
|
|
* configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
|
|
* Add CC_CHECK_LDFLAGS_APPEND m4 macro.
|
|
* config: use order /etc, /run, /lib.
|
|
* modprobe: set log prio to 0 if user passed -q arg.
|
|
* modprobe: always try to remove all modules in command line.
|
|
* modprobe: don't check if module builtin to decide if it's builtin.
|
|
* modprobe: fix error path in removing modules.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 10 17:44:05 UTC 2012 - rschweikert@suse.com
|
|
|
|
- place binary in /usr tree (UsrMerge project)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 3 20:50:43 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Update to new upstream release 6
|
|
* New API: kmod_module_apply_filter, a function to apply filters
|
|
in a list of modules
|
|
* Lookup modules.builtin.bin to decide if a module is built into
|
|
the kernel
|
|
* Resolve infinite loops with softdeps and user configs with
|
|
install commands
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 00:56:51 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Update to new upstream release 5
|
|
* modprobe no longer works with paths: it only accepts module names
|
|
and/or aliases now. More code is now shared by libkmod and
|
|
modprobe.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 20 18:13:50 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Update to new upstream release 4
|
|
* new APIs in libkmod: blacklists, install/remove commands,
|
|
aliases, options, softdeps and dumping indexes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 6 00:48:41 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Update to new upstream release 3
|
|
* new APIs in libkmod: get symbols from module, parsing the ELF
|
|
section, dependency symbols, insert module like modprobe
|
|
* support for Xz-compressed modules
|
|
* the depmod tool
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 24 17:23:09 UTC 2011 - crrodriguez@opensuse.org
|
|
|
|
- Use --enable-zlib and buildRequire zlib
|
|
- run make check
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 18 20:16:11 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Initial package for build.opensuse.org
|