Go to file
Antonio Feijoo acac7ea9fc Accepting request 1099025 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.476.g5e324584:
  This is the 2nd backport of the most important fixes and features from the upstream master branch,
  while the release date of version 060 is still undefined.

  Features:
  * feat(network-wicked): remove module
  * feat(systemd-rfkill): remove module
  * feat(livenet): add memory size check depending on live image size
  * feat(nvmf): add code for parsing the NBFT

  Fixes:
  * fix(systemd-sysext): handle confexts and correct extensions search path
  * fix(modsign): load keys to correct keyring
  * fix(dmsquash-live-autooverlay): specify filesystemtype when it is already known
  * fix(fs-lib): remove quoting form the first argument of the e2fsck call
  * fix(Makefile): remove leftover rpm build rules
  * fix(Makefile): no longer upload to kernel.org
  * fix(nvmf): support /etc/nvme/config.json
  * fix(nvmf): install 8021q module unconditionally
  * fix(install.d): respect even more kernel-install vars, plus style fixes
  * fix(install.d): respect more kernel-install env variables
  * fix(dracut.sh): also prevent fsfreeze for tmpfs
  * fix(dmsquash-live): allow other fstypes
  * fix(bluetooth): make bluetooth rules more strict
  * fix(bluetooth): add missing files
  * fix(bluetooth): include it if Appearance matches the value assigned for keyboard
  * fix(btrfs): do not require module via cmdline when --no-kernel
  * fix(btrfs): add missing cmdline function

  Other:
  * refactor(dracut-init.sh): remove redundant "dracut" from "dracut module" prints
  * refactor(virtiofs): remove exit after die
  * build: remove rpm spec file and build rules
  * docs: remove rd.lvm.snapsize and rd.lvm.snapshot
  * chore(gentoo.conf): remove examples to avoid confusion
  * chore: remove git2spec.pl, it is no longer used

OBS-URL: https://build.opensuse.org/request/show/1099025
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=498
2023-07-17 06:24:27 +00:00
_service Accepting request 1060367 from home:afeijoo:branches:openSUSE:Factory 2023-01-23 09:43:39 +00:00
_servicedata Accepting request 1099025 from home:afeijoo:branches:openSUSE:Factory 2023-07-17 06:24:27 +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.476.g5e324584.obscpio Accepting request 1099025 from home:afeijoo:branches:openSUSE:Factory 2023-07-17 06:24:27 +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 1099025 from home:afeijoo:branches:openSUSE:Factory 2023-07-17 06:24:27 +00:00
dracut.obsinfo Accepting request 1099025 from home:afeijoo:branches:openSUSE:Factory 2023-07-17 06:24:27 +00:00
dracut.spec Accepting request 1099025 from home:afeijoo:branches:openSUSE:Factory 2023-07-17 06:24:27 +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