Accepting request 1110248 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1110248 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=213
This commit is contained in:
commit
e517355bad
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">a7feaf124e8b2fb26ef237d36b290de5e3320e6d</param></service></servicedata>
|
||||
<param name="changesrevision">c44a365d3478f8b59d6d6c01d8d2fe22c83cfa84</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91f48c744e5f905c2de41984af1a898d2a44cf8a984c5195f214898cbd985eb6
|
||||
size 2098700
|
BIN
dracut-059+suse.501.gc44a365d.obscpio
(Stored with Git LFS)
Normal file
BIN
dracut-059+suse.501.gc44a365d.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 09:01:18 UTC 2023 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.501.gc44a365d:
|
||||
* chore(suse): remove obsolete fillup template (bsc#1212764)
|
||||
* fix(systemd): add new systemd-tmpfiles-setup-dev-early.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 08 09:51:48 UTC 2023 - antonio.feijoo@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.497.ga7feaf12
|
||||
mtime: 1694166628
|
||||
commit: a7feaf124e8b2fb26ef237d36b290de5e3320e6d
|
||||
version: 059+suse.501.gc44a365d
|
||||
mtime: 1694422711
|
||||
commit: c44a365d3478f8b59d6d6c01d8d2fe22c83cfa84
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.497.ga7feaf12
|
||||
Version: 059+suse.501.gc44a365d
|
||||
Release: 0
|
||||
Summary: Event driven initramfs infrastructure
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -208,6 +208,10 @@ if [ -L /var/run ] && [ -f /etc/dracut.conf.d/05-convertfs.conf ]; then
|
||||
[ -d /var/lock.lockmove~ ] && rm -rf /var/lock.lockmove~ || :
|
||||
[ -d /var/run.runmove~ ] && rm -rf /var/run.runmove~ || :
|
||||
fi
|
||||
|
||||
# remove obsolete legacy fillup template for /etc/sysconfig/kernel
|
||||
[ -f /var/adm/fillup-templates/sysconfig.kernel-mkinitrd ] && rm -f /var/adm/fillup-templates/sysconfig.kernel-mkinitrd
|
||||
|
||||
%{?regenerate_initrd_post}
|
||||
|
||||
%ifnarch %ix86
|
||||
|
Loading…
x
Reference in New Issue
Block a user