Go to file
Thomas Blume 02d2af2548 - Update to version 055+suse.97.gb98506b2:
* docs: update NEWS.md and AUTHORS
  * fix(fs-lib): install fsck utilities
  * fix(integrity): require ALLOW_METADATA_WRITES to come from EVM config file
  * fix(install): configure logging earlier
  * fix(warpclock): minor cleanups
  * fix(dash): minor cleanups
  * fix(mksh): minor cleanups
  * feat(install): add default value for --firmwaredirs
  * fix(dracut-functions): get_maj_min without get_maj_min_cache_file set
  * fix(dracut): pipe hardlink output to `dinfo`
  * fix(install): sane default --kerneldir
  * fix(bash): minor cleanups
  * fix(squash): don't mount the mount points if already mounted
  * ci: add shfmt to Fedora containers
  * fix(base): add missing `str_replace` to `dracut-dev-lib.sh`
  * feat(dracut.sh): detect running in a container
  * fix(base): split out `dracut-dev-lib.sh`
  * fix(dracut-util): print error message with trailing newline
  * fix(packit): downstream has renamed the master branch to main

- Update to version 054+suse.96.gb5aa64d2:
  * fix(suse-initrd) fix list of modprobe.d directories

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=436
2021-05-31 13:40:55 +00:00
_service - Update to version 055+suse.97.gb98506b2: 2021-05-31 13:40:55 +00:00
_servicedata - Update to version 055+suse.97.gb98506b2: 2021-05-31 13:40:55 +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.97.gb98506b2.obscpio - Update to version 055+suse.97.gb98506b2: 2021-05-31 13:40:55 +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 055+suse.97.gb98506b2: 2021-05-31 13:40:55 +00:00
dracut.obsinfo - Update to version 055+suse.97.gb98506b2: 2021-05-31 13:40:55 +00:00
dracut.spec - Update to version 055+suse.97.gb98506b2: 2021-05-31 13:40:55 +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