Daniel Molkentin 2c9e0597f2 - Update to version 052+suse.91.gb30dce3c:
* chore: update suse/dracut.spec

- Update to version 052+suse.88.gc78b4ac8:
  * fix(i18n): get rid of `eval` calls
  * fix(i18n): create the keyboard symlinks again
  * docs: update NEWS.md and AUTHORS
  * chore: add `CONTRIBUTORS` target to Makefile
  * docs: update docs/RELEASE.md
  * docs: move NEWS to NEWS.md
  * ci: force binary files for grep on disk images
  * docs: RELEASE.md
  * fix: shellcheck for dracut-init.sh
  * fix: shellcheck for dracut-init.sh
  * fix: shellcheck for dracut-init.sh
  * fix: shellcheck for dracut-init.sh
  * fix: shellcheck for dracut-init.sh
  * fix: shellcheck for dracut.sh
  * fix: shellcheck for dracut.sh
  * fix: shellcheck for dracut.sh
  * fix: shellcheck for dracut.sh
  * fix: shellcheck for dracut.sh
  * fix: shellcheck for dracut.sh
  * fix: shellcheck for dracut.sh
  * fix: shellcheck for dracut-functions.sh
  * fix: shellcheck for dracut-logger.sh
  * fix: shellcheck for modules.d/99squash/module-setup.sh
  * fix: shellcheck for modules.d/99squash/clear-squash.sh
  * fix: shellcheck for modules.d/99fs-lib/module-setup.sh
  * fix: shellcheck for modules.d/99base/module-setup.sh

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=424
2021-02-17 14:31:01 +00:00
2012-07-13 13:52:08 +00:00
2012-07-13 13:52:08 +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
Description
No description provided
Readme 8.7 MiB
Languages
RPM Spec 100%