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
This commit is contained in:
Antonio Feijoo 2023-08-02 07:23:23 +00:00 committed by Git OBS Bridge
parent acac7ea9fc
commit 4882318980
6 changed files with 28 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/opensuse/dracut.git</param>
<param name="changesrevision">5a41f304147dfc88cfdb8464e4e74fbeec8eedca</param></service></servicedata>
<param name="changesrevision">c14435ca9700361e501ca3b0e0cd7280a1f623f6</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38ce6bf7d3d5f3b38ba5d4765b799e8966a8bcbd758320f5f6386baa2e2e268d
size 2095628

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88b43e6ba3468740014d9fd0fa50734a0a248b642c3b0f1923fe95f69fd35eaa
size 2096140

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 02 06:32:08 UTC 2023 - antonio.feijoo@suse.com
- 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
-------------------------------------------------------------------
Mon Jul 17 06:09:58 UTC 2023 - antonio.feijoo@suse.com

View File

@ -1,4 +1,4 @@
name: dracut
version: 059+suse.476.g5e324584
mtime: 1689574117
commit: 5e324584a14377f52425be589ab53299609f066b
version: 059+suse.488.g81715832
mtime: 1690957577
commit: 81715832acdc5c13abd8d0783c0188915c823074

View File

@ -25,7 +25,7 @@
%endif
Name: dracut
Version: 059+suse.476.g5e324584
Version: 059+suse.488.g81715832
Release: 0
Summary: Event driven initramfs infrastructure
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
@ -43,9 +43,9 @@ BuildRequires: rust
BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(systemd) >= 219
Requires: %{_bindir}/get_kernel_version
Requires: awk
Requires: bash
Requires: coreutils
Requires: gawk
Requires(post): coreutils
Requires: cpio
Requires: elfutils