Go to file
Daniel Molkentin 2bdd3214eb - Update to version 050+suse.75.g266a76d9:
* net-lib.sh: support infiniband network mac addresses (bsc#996146)
  * 95iscsi: use ip_params_for_remote_addr() (bsc#1167494)
  * 95nfs: use ip_params_for_remote_addr() (bsc#1167494)
  * dracut-functions: add ip_params_for_remote_addr() helper (bsc#1167494)
  * 01fips: modprobe failures during manual module loading is not fatal (bsc#1169997)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=412
2020-08-19 14:36:44 +00:00
_service Accepting request 787758 from Base:System:dracut-050 2020-03-24 11:26:34 +00:00
_servicedata - Update to version 050+suse.75.g266a76d9: 2020-08-19 14:36:44 +00:00
.gitattributes - First check in of version 020 2012-07-13 13:52:08 +00:00
.gitignore - First check in of version 020 2012-07-13 13:52:08 +00:00
dracut-050+suse.75.g266a76d9.obscpio - Update to version 050+suse.75.g266a76d9: 2020-08-19 14:36:44 +00:00
dracut-050+suse.75.g266a76d9.tar.xz - Update to version 050+suse.75.g266a76d9: 2020-08-19 14:36:44 +00:00
dracut-rpmlintrc Accepting request 346361 from home:favogt:branches:Base:System 2015-11-26 11:35:04 +00:00
dracut.changes - Update to version 050+suse.75.g266a76d9: 2020-08-19 14:36:44 +00:00
dracut.obsinfo - Update to version 050+suse.75.g266a76d9: 2020-08-19 14:36:44 +00:00
dracut.spec - Update to version 050+suse.75.g266a76d9: 2020-08-19 14:36:44 +00:00
README.susemaint Accepting request 705438 from Base:System 2019-05-25 19:57:14 +00:00

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 localrun
  osc ar
  osc commit
  osc sr