- Update to version 055+suse.97.gb98506b2:
* docs: update NEWS.md and AUTHORS * fix(fs-lib): install fsck utilities * fix(integrity): require ALLOW_METADATA_WRITES to come from EVM config file * fix(install): configure logging earlier * fix(warpclock): minor cleanups * fix(dash): minor cleanups * fix(mksh): minor cleanups * feat(install): add default value for --firmwaredirs * fix(dracut-functions): get_maj_min without get_maj_min_cache_file set * fix(dracut): pipe hardlink output to `dinfo` * fix(install): sane default --kerneldir * fix(bash): minor cleanups * fix(squash): don't mount the mount points if already mounted * ci: add shfmt to Fedora containers * fix(base): add missing `str_replace` to `dracut-dev-lib.sh` * feat(dracut.sh): detect running in a container * fix(base): split out `dracut-dev-lib.sh` * fix(dracut-util): print error message with trailing newline * fix(packit): downstream has renamed the master branch to main - Update to version 054+suse.96.gb5aa64d2: * fix(suse-initrd) fix list of modprobe.d directories OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=436
This commit is contained in:
parent
db36687452
commit
02d2af2548
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="revision">SUSE/054</param>
|
||||
<param name="revision">SUSE/055</param>
|
||||
<param name="versionformat">@PARENT_TAG@+suse.@TAG_OFFSET@.g%h</param>
|
||||
<param name="extract">suse/dracut.spec</param>
|
||||
<param name="extract">suse/README.susemaint</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">d58201029c4ffb4754e6c203916bb35f05b1cc59</param></service></servicedata>
|
||||
<param name="changesrevision">b98506b287476922f9d69eb94e2a9de176bda10a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c58fe477cee7994cc9906b8d4de0f46e0ea09de5610076c0cb345820363c024
|
||||
size 1911308
|
3
dracut-055+suse.97.gb98506b2.obscpio
Normal file
3
dracut-055+suse.97.gb98506b2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a5967d1bfeed57151609a0e98d91d862243f5a134c9590cf4e8e0e7155d4cf6
|
||||
size 1918476
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 31 13:33:05 UTC 2021 - thomas.blume@suse.com
|
||||
|
||||
- Update to version 055+suse.97.gb98506b2:
|
||||
* docs: update NEWS.md and AUTHORS
|
||||
* fix(fs-lib): install fsck utilities
|
||||
* fix(integrity): require ALLOW_METADATA_WRITES to come from EVM config file
|
||||
* fix(install): configure logging earlier
|
||||
* fix(warpclock): minor cleanups
|
||||
* fix(dash): minor cleanups
|
||||
* fix(mksh): minor cleanups
|
||||
* feat(install): add default value for --firmwaredirs
|
||||
* fix(dracut-functions): get_maj_min without get_maj_min_cache_file set
|
||||
* fix(dracut): pipe hardlink output to `dinfo`
|
||||
* fix(install): sane default --kerneldir
|
||||
* fix(bash): minor cleanups
|
||||
* fix(squash): don't mount the mount points if already mounted
|
||||
* ci: add shfmt to Fedora containers
|
||||
* fix(base): add missing `str_replace` to `dracut-dev-lib.sh`
|
||||
* feat(dracut.sh): detect running in a container
|
||||
* fix(base): split out `dracut-dev-lib.sh`
|
||||
* fix(dracut-util): print error message with trailing newline
|
||||
* fix(packit): downstream has renamed the master branch to main
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 31 13:29:17 UTC 2021 - thomas.blume@suse.com
|
||||
|
||||
- Update to version 054+suse.96.gb5aa64d2:
|
||||
* fix(suse-initrd) fix list of modprobe.d directories
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 08:55:15 UTC 2021 - daniel.molkentin@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: dracut
|
||||
version: 054+suse.95.gd5820102
|
||||
mtime: 1621328017
|
||||
commit: d58201029c4ffb4754e6c203916bb35f05b1cc59
|
||||
version: 055+suse.97.gb98506b2
|
||||
mtime: 1622467191
|
||||
commit: b98506b287476922f9d69eb94e2a9de176bda10a
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define dracutlibdir %{_prefix}/lib/dracut
|
||||
|
||||
Name: dracut
|
||||
Version: 054+suse.95.gd5820102
|
||||
Version: 055+suse.97.gb98506b2
|
||||
Release: 0
|
||||
Summary: Initramfs generator using udev
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user