diff --git a/.files b/.files index a9a097c..5e2d802 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 3a6af93..85aa249 100644 --- a/.rev +++ b/.rev @@ -1890,4 +1890,29 @@ helpful, but it's already better without the pollution of duplicate entries and stuff that has no relevance to the end user (i.e CI related commits) (forwarded request 873336 from dimstar) 873425 + + e6dc0e36d6ee863b359e4bb384fc5eb2 + 053+suse.90.gb89b6347 + + RBrownSUSE + - Update to version 053+suse.90.gb89b6347: + Highlights: https://github.com/dracutdevs/dracut/releases/tag/053 + dracut.sh: + unfreeze /boot on exit (d87ae137) + proper return code for inst_multiple in dracut-init.sh (d437970c) + fcoe: + rename rd.nofcoe to rd.fcoe (6f7823bc) + rd.nofcoe=0 should disable fcoe (805b46c2) + i18n: + get rid of eval calls (5387ed24), backported for 052 downstream + create the keyboard symlinks again (9e1c7f3d), backported for 052 downstream + network-manager: + run as a service if systemd module is present (c17c5b76) + rework how NM is started in debug mode (34c73b33) + drm: skip empty modalias files in drm module setup (c3f24184) + + Highlights: https://github.com/dracutdevs/dracut/releases/tag/052 + * fix: shellcheck across multiple modules + 874632 + diff --git a/.servicemark b/.servicemark index aeeec68..90dfba8 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -fbb50576b9c733cb6a373a754ea0b2b3 +e527925aa20d206a1ff38d1404d4b3d2 diff --git a/_service b/_service index 638bacf..5e5a704 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/opensuse/dracut.git - SUSE/052 + SUSE/053 @PARENT_TAG@+suse.@TAG_OFFSET@.g%h suse/README.susemaint diff --git a/_servicedata b/_servicedata index ac9838f..eea23b3 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/opensuse/dracut.git - 29145623e5aada76fa087f8d0b53ef8938e024a3 \ No newline at end of file + b89b6347038b903b777526934fc9339070172d92 \ No newline at end of file diff --git a/dracut-052+suse.93.g7bfaa6d9.obscpio b/dracut-052+suse.93.g7bfaa6d9.obscpio deleted file mode 120000 index 80e3e31..0000000 --- a/dracut-052+suse.93.g7bfaa6d9.obscpio +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeig5u4eckmtrgukqbzlmkgnru5l3bf4gjm5lria5xshf4oxx6fzgzy \ No newline at end of file diff --git a/dracut-053+suse.90.gb89b6347.obscpio b/dracut-053+suse.90.gb89b6347.obscpio new file mode 120000 index 0000000..3b42b06 --- /dev/null +++ b/dracut-053+suse.90.gb89b6347.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeic7wmip43kbsuicgvpfwnuahuahsdzhfjfuo7ok2r6cxudcnshami \ No newline at end of file diff --git a/dracut.changes b/dracut.changes index 344eaf2..e880b2e 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Tue Feb 23 15:26:36 UTC 2021 - daniel.molkentin@suse.com + +- Update to version 053+suse.90.gb89b6347: + Highlights: https://github.com/dracutdevs/dracut/releases/tag/053 + dracut.sh: + unfreeze /boot on exit (d87ae137) + proper return code for inst_multiple in dracut-init.sh (d437970c) + fcoe: + rename rd.nofcoe to rd.fcoe (6f7823bc) + rd.nofcoe=0 should disable fcoe (805b46c2) + i18n: + get rid of eval calls (5387ed24), backported for 052 downstream + create the keyboard symlinks again (9e1c7f3d), backported for 052 downstream + network-manager: + run as a service if systemd module is present (c17c5b76) + rework how NM is started in debug mode (34c73b33) + drm: skip empty modalias files in drm module setup (c3f24184) + +------------------------------------------------------------------- Wed Feb 17 15:59:02 UTC 2021 - daniel.molkentin@suse.com - Update to version 052+suse.93.g7bfaa6d9: @@ -14,11 +33,12 @@ Wed Feb 17 14:29:54 UTC 2021 - daniel.molkentin@suse.com Wed Feb 17 13:33:22 UTC 2021 - daniel.molkentin@suse.com - Update to version 052+suse.88.gc78b4ac8: + Highlights: https://github.com/dracutdevs/dracut/releases/tag/052 * 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 - * fix: shellcheck across multipl emodules + * fix: shellcheck across multiple modules * docs: fix dracut.cmdline.7 * fix: update dbus module directory in spec file * fix: add sdaskpw and sdsyctl to spec file diff --git a/dracut.obsinfo b/dracut.obsinfo index 9042c1a..da50931 100644 --- a/dracut.obsinfo +++ b/dracut.obsinfo @@ -1,5 +1,5 @@ name: dracut -version: 052+suse.93.g7bfaa6d9 -mtime: 1613577542 -commit: 7bfaa6d906564b693874530bac9e598dd8e78cb2 +version: 053+suse.90.gb89b6347 +mtime: 1614093781 +commit: b89b6347038b903b777526934fc9339070172d92 diff --git a/dracut.spec b/dracut.spec index 7065f73..701ee25 100644 --- a/dracut.spec +++ b/dracut.spec @@ -19,7 +19,7 @@ %define dracutlibdir %{_prefix}/lib/dracut Name: dracut -Version: 052+suse.93.g7bfaa6d9 +Version: 053+suse.90.gb89b6347 Release: 0 Summary: Initramfs generator using udev License: GPL-2.0-or-later AND LGPL-2.1-or-later