Go to file
Antonio Feijoo 4882318980 Accepting request 1101888 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.488.g81715832:
  This is the 3rd backport of the most important fixes and features from the upstream master branch,
  while the release date of version 060 is still undefined.

  * fix(systemd-udevd): add missing override paths
  * fix(systemd-journald): add systemd-sysusers dependency
  * fix(base): correct handling of quiet in loginit
  * chore(suse): require gawk instead of awk
  * refactor(install): log about missing firmware only once
  * fix(integrity): do not require ls
  * fix(dracut-init.sh): `module_check` method ignores `forced` option
  * fix(man): add missing initrd-root-device.target to flow chart
  * fix(dracut-init.sh): use the local _ret variable
  * fix(dracut.sh): use gawk for strtonum
  * fix(man): remove duplicate entry

OBS-URL: https://build.opensuse.org/request/show/1101888
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=500
2023-08-02 07:23:23 +00:00
_service Accepting request 1060367 from home:afeijoo:branches:openSUSE:Factory 2023-01-23 09:43:39 +00:00
_servicedata Accepting request 1101888 from home:afeijoo:branches:openSUSE:Factory 2023-08-02 07:23:23 +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-059+suse.488.g81715832.obscpio Accepting request 1101888 from home:afeijoo:branches:openSUSE:Factory 2023-08-02 07:23:23 +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 1101888 from home:afeijoo:branches:openSUSE:Factory 2023-08-02 07:23:23 +00:00
dracut.obsinfo Accepting request 1101888 from home:afeijoo:branches:openSUSE:Factory 2023-08-02 07:23:23 +00:00
dracut.spec Accepting request 1101888 from home:afeijoo:branches:openSUSE:Factory 2023-08-02 07:23:23 +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