Go to file
Thomas Blume ba5084e0a1 Accepting request 932459 from home:afeijoo:branches:openSUSE:Factory
- Update to version 055+suse.142.g7d8c3ce3:
  * style(dracut.sh): remove redundant script header
  * fix(dracut.sh): change misspelled variable name
  * fix(dracut.sh): remove wrong $ in loop sequence
  * chore(suse): update spec (jsc#SLE-20248)
  * fix(90kernel-modules): add isp1760 USB controller
  * fix(iscsi): add support for the new iscsiadm "no-wait" (-W) command (bsc#1187190)
  * ci(suse.conf.example): optimal compression parameters for zstd (jsc#SLE-20248)
  * feat(dracut.sh): check if target kernel has zstd support compiled in (jsc#SLE-20248)
  * ci(suse.conf.example): change default compression option for SUSE (jsc#SLE-20248)

OBS-URL: https://build.opensuse.org/request/show/932459
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=448
2021-11-23 09:42:24 +00:00
_service Accepting request 911825 from home:lnussel:branches:Base:System 2021-08-13 07:24:17 +00:00
_servicedata Accepting request 932459 from home:afeijoo:branches:openSUSE:Factory 2021-11-23 09:42:24 +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-055+suse.142.g7d8c3ce3.obscpio Accepting request 932459 from home:afeijoo:branches:openSUSE:Factory 2021-11-23 09:42:24 +00:00
dracut-rpmlintrc Accepting request 346361 from home:favogt:branches:Base:System 2015-11-26 11:35:04 +00:00
dracut.changes Accepting request 932459 from home:afeijoo:branches:openSUSE:Factory 2021-11-23 09:42:24 +00:00
dracut.obsinfo Accepting request 932459 from home:afeijoo:branches:openSUSE:Factory 2021-11-23 09:42:24 +00:00
dracut.spec Accepting request 932459 from home:afeijoo:branches:openSUSE:Factory 2021-11-23 09:42:24 +00:00
README.susemaint Accepting request 923450 from home:afeijoo:branches:openSUSE:Factory 2021-10-12 11:47:42 +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 manualrun
  osc ar
  osc commit
  osc sr