- Update to version 055+suse.129.g7d8c3ce3: * fix(kernel-modules): add blk_mq_alloc_disk and blk_cleanup_disk to blockfuncs (bsc#1190326) * docs: update SUSE maintainers doc * fix(suse): add 60-io-scheduler.rules (bsc#1188713) * revert: remove /sbin/installkernel script from dracut package * spec: modernize specfile constructs OBS-URL: https://build.opensuse.org/request/show/923450 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=447
26 lines
705 B
Plaintext
26 lines
705 B
Plaintext
Maintaining Dracut
|
|
==================
|
|
|
|
1. Adding/Submitting patches:
|
|
|
|
Patches get added as merge requests on Github against the respective maintenance branch.
|
|
If the dracut version is 049, the maintenance branch is SUSE/049. Please make sure
|
|
to provide an adiquate patch description. If you fix a modules, please prepend the module
|
|
name in the first line. Also add bugzilla and fate references in their own line:
|
|
|
|
99example: Provide a useful description
|
|
|
|
Explain the use cases for the module in more detail, give a general summary of
|
|
its purpose.
|
|
|
|
Reference: bsc#4566
|
|
|
|
2. Updating the OBS repo from git:
|
|
|
|
rm dracut*.xz
|
|
rm dracut*.obscpio
|
|
osc service manualrun
|
|
osc ar
|
|
osc commit
|
|
osc sr
|