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
This commit is contained in:
parent
c8da34c251
commit
acac7ea9fc
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">3c55593564a9bbe2c011ded0f76e06dad58d84fe</param></service></servicedata>
|
||||
<param name="changesrevision">5a41f304147dfc88cfdb8464e4e74fbeec8eedca</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66e62c262b7600b1033aea85020ce6ee5aab14fb69e38f8696400d3d7238fb97
|
||||
size 2108940
|
3
dracut-059+suse.476.g5e324584.obscpio
Normal file
3
dracut-059+suse.476.g5e324584.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38ce6bf7d3d5f3b38ba5d4765b799e8966a8bcbd758320f5f6386baa2e2e268d
|
||||
size 2095628
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 06:09:58 UTC 2023 - antonio.feijoo@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 07:23:31 UTC 2023 - antonio.feijoo@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.447.g9d1fc722
|
||||
mtime: 1687245723
|
||||
commit: 9d1fc72217f5a0d37ec4c1133b85025f9cb3996d
|
||||
version: 059+suse.476.g5e324584
|
||||
mtime: 1689574117
|
||||
commit: 5e324584a14377f52425be589ab53299609f066b
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.447.g9d1fc722
|
||||
Version: 059+suse.476.g5e324584
|
||||
Release: 0
|
||||
Summary: Event driven initramfs infrastructure
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -342,7 +342,6 @@ fi
|
||||
%{dracutlibdir}/modules.d/01systemd-pstore
|
||||
%{dracutlibdir}/modules.d/01systemd-repart
|
||||
%{dracutlibdir}/modules.d/01systemd-resolved
|
||||
%{dracutlibdir}/modules.d/01systemd-rfkill
|
||||
%{dracutlibdir}/modules.d/01systemd-sysctl
|
||||
%{dracutlibdir}/modules.d/01systemd-sysext
|
||||
%{dracutlibdir}/modules.d/01systemd-sysusers
|
||||
@ -364,7 +363,6 @@ fi
|
||||
%{dracutlibdir}/modules.d/35connman
|
||||
%{dracutlibdir}/modules.d/35network-legacy
|
||||
%{dracutlibdir}/modules.d/35network-manager
|
||||
%{dracutlibdir}/modules.d/35network-wicked
|
||||
%{dracutlibdir}/modules.d/40network
|
||||
%{dracutlibdir}/modules.d/45ifcfg
|
||||
%{dracutlibdir}/modules.d/45url-lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user